body{
	font-family: Arial, Helvetica, sans-serif;
	margin:0;	
}

.content{
	margin-top: 10px;
	margin-left: 50px;	
	margin-right:50px;
}

.menu{
	color: #000033;
	padding-top: 1px;
	padding-bottom: 4px;
	text-align : center;
}

.menutop {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #3399CC;
	background-color : #C7E3F1;
}

.about{
	text-align : center;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 50px;	
	margin-right:50px;
}


.smallfont {
	font-size: small;
}

.smallestfont{
	font-size : 70%;
}

.bigfont{
	font-size : larger;
}

.center{
	text-align : center;
}

.bold{
	font-weight : bold;
}

.italic{
	font-style : italic;
}

.alignleft{
	text-align : left;
		
}

.imgborder{
	border : 1px solid #000000;
	
}

.white{
	color: #ffffff;
	font-weight : bold;
	font-size :110%;
}

.tollfree{
	font-weight : bold;
	font-size : smaller;
	color : Red;
}

a:link {
	color: #000033;
}

a:hover {
	color: #3399CC;
}

a:visited {
	color: #00008C;
} 

h2{
	font-weight : normal;
}

h3{
	font-weight : normal;
}

img{
	border: 0;
}

hr{
	color : "#C7E3F1";
	text-align : center;
	height: 1px;
	margin-top : 10px;
	margin-bottom : 10px;
	width: 90%;
}

