@charset "utf-8";

 #mainContainer {     
	position:relative;
	height:auto;
	width:755px;
	margin: 0 auto;
	border: 1px #999999 solid;
	top: 10px;	
 }
 a:link{
color: #446ab9;
text-decoration: none;
font-weight: bold;
}
a:visited {
color: #386fdf;
text-decoration: none;
}

a:hover {
color: #386fdf;
text-decoration: none;
}
 
 #top_spacer {	
	width:auto;
	height:13px;
	background:#FFFFFF;
 } 
  #topMenu {	
	width:auto;
	height:15px;
	background:#efefef;
	border-top: 1px #333333 dotted;
	padding-left: 540px;
	border-bottom: 1px #333333 dotted;
	font-size:11px;
	font-weight: normal;
	
 } 


 #mainCont {
	height:auto;
	width:755px;	
	background-color:#ffffff;
	margin-left: 0px;	
	/*border-left: 1px solid #860808;*/
 }  


 #footer {   
   	height:14px;
	width:740px;
	color: #000000;
	font-size: 11px;
	padding: 0 0 0 15px;
	font-weight: normal;
	border-top: 1px #333333 dotted;
 }
