@charset "utf-8";
/* CSS Document */

body {
  font-family:Verdana, Geneva, sans-serif;
  padding:0px;
  margin:0px;
  background:url(/images/bgvert.jpg) top left repeat-x #eae9e9;
  font-size:12px;
}

#basic_cont{
   margin:0 auto; 
   width:768px; height:100%; 
   background-color:#FFF; 
   border:solid 4px #999;	
}

#topingholder{
	margin:4px 4px 4px;;
}
#topingmenu_cont{
	height:24px; 
	background-color:#F0F0F0; 
	border-bottom:solid 2px #666; 
	margin-bottom:2px;	
}
#topingmenu_item{
	margin:5px 10px 0px; 
	float:right;
}
#topingmenu_item a{ color:#900; text-decoration:underline; font-size:11px; }
#topingmenu_item a:hover { color:#000; text-decoration:none; }

#logo_cont{
	position:relative;
	height:150px; 
	background-color:#98A7CD; 
	margin-bottom:4px;
}
#logo_cont h1, #logo_cont h2 {
    position:absolute;
	color:#000;
}
#logo_cont h1{
	font-size:36px;
	top:50px;
	left:280px;
	width:480px;
}
#logo_cont h2{
	font-size:14px;
	top:63px;
	left:257px;
	width:380px;
	color:#666;
	text-align:right;
}

#menu_item{
	height:20px; 
	padding-top:5px; 


	background-color:#e8c742; 
	text-align:center; 
	color:#FFF;
}
#topingbox{ 	height:22px; 	padding:3px 15px 0px; margin:4px 0px 4px; 	background-color:#F0F0F0; border-bottom:solid 2px #666; 	font-size:16px; 	font-weight:bold; 	color:#900; 	text-align:right;}
#content_cont2{
	margin:0px 4px 4px; 
	float:left; 
	width:768px;
	background:url(/images/fill.jpg) top left repeat-y; 
}
#content_leftcol{ width:180px; float:left; 
	margin:5px;
}
#content_leftcol a{
    color:#333; font-weight:bold; 
	font-size:11px; 
	text-decoration:none; 
	display:block;	
}
#content_leftcol a:hover{
    color:#d4e7fb; 
	font-weight:bold; 
	text-decoration:none;	
}
#menu_links{
					 padding:0px;
 margin:0px 0px 10px;
}
#content_leftcol #menu_links a {
	list-style: none;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0;
	border-bottom: 1px solid #333;
	padding: 6px 4px 6px 14px;
}


#content_right{
	width:185px; float:right; margin:5px;
}
#content_center{
	margin:5px 205px 5px 200px;
}
#content_center2{
	margin:5px 15px 5px 200px; line-height:17px;
}
#hide a{ color:#000; text-decoration:none; }
.search{
    text-align:center;
	margin:5px 0px 5px;
}
#content_center img, #content_center2 img{
	margin:6px; 
	border:solid 1px #666; 
	padding:2px;	
}
#content_center img.left, #content_center2 img.left{
	margin:6px 6px 6px 0px; 
	padding:2px;	
	float:left;
}
#content_center img.right, #content_center2 img.right{
	margin:6px 0px 6px 6px;
	padding:2px;	
	float:right;
}







#footer_cont{
	clear:both; 
	height:23px; 
	margin:1px 4px 4px; 
	background-color:#F0F0F0; 
	border-top:solid 2px #333; 
	padding:7px 7px 0px; 
	text-align:center; 
	color:#000;
}

form{
	padding:0px;
	margin:0px;
}
a{ color:#900; text-decoration:underline; }
a:hover { color:#000; text-decoration:none; }

a.more{
	font-size:10px;
	color:#666666;
	text-decoration:underline;
}
a.more:hover{
	text-decoration:none;
}

