@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/hg_clouds4.jpg);
        background-repeat: repeat-x;
        background-color:#CAEBFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.wrapper {
	margin: 0 auto;
	height: 100%;
	width:700px;
	border:#4a8acb solid 2px;
}
.header {
	width:700px;
	height:196px;
	background:url(images/header.jpg);
}
.sub_header {
	width:700px;
	height:23px;
	background:url(images/subheader.jpg);
	clear:both;
}
.main_body {
	float:left;
	width: 521px;
	height:100%;
	background-color:#FFFFFF;
	padding-top:8px;
}

.body_left{
float:left;
width:515px;
height: 100%;
margin-top: -6px;
margin-left:2px;
}


.bodytext{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.bodytext h3{
text-transform:uppercase;
color:#FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: bolder;
font-stretch:wider;
background-color:#e89c05;
text-align:center;
margin-top: 3px;
margin-bottom: 0px;
padding: 5px;
}

.left_bar_text{

}

.body_right h3{
text-transform:uppercase;
color:#FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bolder;
font-stretch:wider;
background-color:#4a8acb;
text-align:center;
margin-top: 10px;
padding: 5px;
}

.top_left_box{
background-color: #d4e9fa;
vertical-align: top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

}

.top_left_box ul{
list-style:none;
display:block;

}




/* Hack for IE */
* html #Content {
	height: 100%;
}
/* End IE Hack */

.footer {
	width:700px;
	height:24px;
	background:url(images/footer.jpg);
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
        color: #FFF;
        clear:both;
}
.footer a {
        color: #FFF;
	text-decoration:none;
}
/* Vertical Navigation Menu */
.headermenu {
	background:url(images/menu_bg.jpg);
	background-position:bottom;
	background-color: #FFB93F;
	background-repeat:no-repeat;
	width:178px;
	height: 600px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: 700;	
	color: #660000;
	text-align: left;
	list-style-image:none;
	padding: 2px 0 0 0; 
	
}
.headermenu ul {
	padding-bottom: 8px;
	border-bottom: 2px dotted;
}
.headermenu li {
	text-transform:uppercase;
	list-style-image:url(images/arrow1.jpg);
	margin-top: -7px;
}

.headermenu li li {
	text-transform:uppercase;
	list-style-image: url(images/dash.jpg);
	margin-top: 7px;
	margin-left: -7px;
}

.headermenu li ul {
	border-bottom: none;
}

.headermenu a {
	color: #660000;
	text-decoration:none;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
.headermenu a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	text-decoration:underline
}
