/* CSS Document */



a:link{text-decoration:none; color: #004990;}
a:visited{font-weight:none; text-decoration:none; color:#004990;}
a:hover{text-decoration:none; color:#707378;}
a:active{text-decoration:none; color:#004990;} 


a.terms:link {font-weight: bold; text-decoration: none; color: #fff;}

a.terms:visited {font-weight: bold; text-decoration: none; color: #fff;}

a.terms:hover {text-decoration: none; color: #707378;}

a.terms:active {text-decoration: none; color: #fff;}

img.products {
border: 2px;
border-color: #004990;
margin: 10px;

}


h4 {
text-align: center;
font-size:18px;
color: #004990;
}

body {
     margin-left:auto;
	 margin-right:auto;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	text-align:left;
	background-color: #2b4d89;
}




p{
	text-align:left;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
}



																								/* top right bottom left */
#outer{
	width: 800px;
	height: auto;
	background-color: #fff;
	     margin-left:auto;
	 margin-right:auto;
}


#headpic{
	width:800px;
	height: 139px;
}


#sidenav{
	width: 150px;
	float:left;
	height: auto;
	color: #707378;
	font-family:Verdana, Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background-color: #c3d3ed;
	margin-right:20px;
	text-align:center;
}




#content{
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
	font-family:Verdana, Tahoma, Geneva, sans-serif;
	margin-top:10px;
	font-size: 13px;

}


#title{
	width:500px;
	text-align:center;
}




#footer{
	width: 800px;
	height: 15px;
	color: #004990;
	font-family:Verdana, Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align:center;
	background-color: #c3d3ed; 
	
}









	}/* CSS Document */


