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

body {
  font-family:Verdana, Geneva, sans-serif;
  padding:0px;
  background:url(/images/back.jpg) top left no-repeat;
  margin:0px;
  background-color:#430e64;
  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 #c75e1b;	
}

#head_holder{
	margin:4px 4px 4px;;
}
#head_menu_holder{
	height:24px; background-color:#eff5fc; border-bottom:solid 2px #8322bf; margin-bottom:2px;	
}
#head_menu_box{
	margin:5px 10px 0px; float:right;
}
#head_menu_box a{ background:url(/images/menu_bulet.gif) left center no-repeat; padding-left:12px; color:#06C; text-decoration:underline; font-size:11px; }
#head_menu_box a:hover { color:#09F; text-decoration:none; }

#logo_holder{
	height:150px; background-color:#e4732a; margin-bottom:4px; position:relative;
}
#logo_holder h1, #logo_holder h2 {
	position:absolute;
	color:#FFF;
	height: 70px;
}
#logo_holder h1{
	font-size:36px;
	color:#333;
	top:29px;
	left:57px;
	width:230px;
}
#logo_holder h2{
	font-size:14px;
	text-align:right;
	top:49px;
	left:479px;
	width:232px;
}

#menu_box{
	height:20px; padding-top:5px; background-color:#c75e1b; text-align:center; 
}
#head_box{
	height:22px; padding:3px 15px 0px; margin:4px 0px 4px; background-color:#eff5fc; border-bottom:solid 2px #8321bf; font-size:16px; font-weight:bold; color:#000; text-align:right;
}
#body_holder2{
	margin:0px 4px 4px; background:url(/images/bodybg.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_center2{
	margin:5px 15px 5px 200px;
}
#hide a { text-decoration:none; color:#000; }
.search{
    text-align:center;
	margin:5px 0px 5px;
}
#body_center2 img{
	margin:6px; border:solid 1px #09F; padding:2px;	
}
#body_center2 img.left{
	margin:6px 6px 6px 0px; border:solid 1px #09F; padding:2px;	float:left;
}
#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 #8321bf; padding:7px 7px 0px; text-align:center; color:#069;
}

