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

body {
  font-family:Verdana, Geneva, sans-serif;
  padding:0px;
  margin:0px;
  background-color:#6ba5de;
  font-size:12px;
}
form{
	padding:0px;
	margin:0px;
}
a{ color:#06C; text-decoration:underline; }
a:hover { color:#09F; text-decoration:none; }

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

#head_holder{
	margin:4px 4px 4px;;
}
#head_menu_holder{
	height:24px; background-color:#eff5fc; border-bottom:solid 2px #c3defa; margin-bottom:2px;	
}
#head_menu_box{
	margin:5px 10px 0px; float:right;
}
#head_menu_box a{ color:#06C; text-decoration:underline; font-size:11px; }
#head_menu_box a:hover { color:#09F; text-decoration:none; }

#logo_holder{
	height:150px; background-color:#c5d8e6; margin-bottom:4px;
}
#menu_box{
	height:20px; padding-top:5px; background-color:#6ba5de; text-align:center; 
}
#head_box{
	height:22px; padding:3px 15px 0px; margin:4px 0px 4px; background-color:#eff5fc; border-bottom:solid 2px #c3defa; font-size:16px; font-weight:bold; color:#036; text-align:right;
}
#body_holder{
	margin:0px 4px 4px; background:url(/images/bodybg.jpg) top left repeat-y; float:left; width:768px;
}
#body_holder2{
	margin:0px 4px 4px; background:url(/images/bodybg2.jpg) top left repeat-y; float:left; width:768px;
}
#body_left{
	width:180px; float:left; margin:5px;
}
#body_left a{
    color:#FFF; font-weight:bold; text-decoration:none; font-size:11px; display:block;	
}
#body_left a:hover{
    color:#d4e7fb; font-weight:bold; text-decoration:none;	
}
#menu_links{
 padding:0px;
 margin:0px 0px 10px;
}
#body_left #menu_links a {
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #ffffff;
	padding: 6px 4px 6px 14px;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}


#body_right{
	width:185px; float:right; margin:5px;
}
#body_center{
	margin:5px 205px 5px 197px;
}
#body_center2{
	margin:5px 15px 5px 200px; line-height:20px;
}
#hide a{ color:#000; text-decoration:none; }
.search{
    text-align:center;
	margin:5px 0px 5px;
}
#body_center img, #body_center2 img{
	margin:6px; border:solid 1px #09F; padding:2px;	
}
#body_center img.left, #body_center2 img.left{
	margin:6px 6px 6px 0px; border:solid 1px #09F; padding:2px;	float:left;
}
#body_center img.right, #body_center2 img.right{
	margin:6px 0px 6px 6px; border:solid 1px #09F; padding:2px;	float:right;
}


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





#footer_holder{
	clear:both; height:23px; margin:1px 4px 4px; background-color:#eff5fc; border-top:solid 2px #c3defa; padding:7px 7px 0px; text-align:center; color:#069;
}








