@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #666666;
	font-size:12px;
}

a:link{ color:#0B5A92; text-decoration:underline; font-size:12px }
a:hover{ color:#0B5A92; text-decoration:underline; font-size:12px }
a:visited{ color:#0B5A92; text-decoration:underline; font-size:12px }

#container { 
	width: 100%;
	margin: 0px;
	text-align: left;

}


#header { background: #FFF; width:728px; height:50px; background-image:url(images/header.jpg); padding-left:26px; padding-right:0px; padding-top:0px;  border-left:solid 1px #e8e8e8; border-right:solid 1px #e8e8e8;}
	
	#header a:link{color:#0B5A92; text-decoration:none; font-size:18px; }

#title{ background-image:url(images/bar.jpg); background-position:left top; background-repeat:no-repeat; height:17px; width:734px; padding:10px; border-left:solid 1px #e8e8e8; border-right:solid 1px #e8e8e8;}
	#title h1 {margin: 0; font-size:18px; color: #006699; }

#content1 { 
	background-image:url(images/boxback.jpg);background-repeat: repeat-y; background-color:#FFFFFF; border-left:solid 1px #e8e8e8; border-right:solid 1px #e8e8e8;
	width:654px; padding-left:50px; padding-right:50px;} 
	#content1 td{ border-bottom:#d3e0e6 solid 0px; overflow:hidden}
	#content1 h2{ margin:0px; font-size:14px; color: #006699;}
	#content1 h3{ margin:0px; font-size:12px; color: #006699;}
	
#window1{ width:630px; margin-left:5px; padding-left:10px;  padding-right:10px; padding-top:5px; border:#0B5A92 solid 0px; }
	
#bodybot { background-image:url(images/footer.jpg); background-repeat:no-repeat; height:10px; width:754px; border-left:solid 1px #e8e8e8; border-right:solid 1px #e8e8e8;}

#content2{ background-color:#FFFFFF; border-left:solid 1px #e8e8e8; border-right:solid 1px #e8e8e8; border-bottom:solid 3px #e8e8e8;
	width:734px; padding-left:10px; padding-right:10px;} 
	#content2 h2{ margin:0px; font-size:14px; color: #006699;}
	#content2 h3{ margin:0px; font-size:12px; color: #006699;}
	#content2 a:link{ color:#666666; text-decoration:none; font-size:12px; font-weight: normal; }
	#content2 a:hover{ color:#666666; text-decoration:none; font-size:12px; font-weight: normal; }
	#content2 a:visited{ color:#666666; text-decoration:none; font-size:12px; font-weight: normal; }

	

#footer{font-size:10px;  height:74px; width:734px; padding-left:10px;  padding-right:10px;}
	#footer a:link{color:#0B5A92; text-decoration:none; font-size:10px;}
	#footer a:hover{color:#0B5A92; text-decoration:underline; font-size:10px;}
	#footer a:visited{color:#0B5A92;text-decoration:none;font-size:10px;}





