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

body	{
	background:#283d5f;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#283d5f;
	margin:0 auto;
	text-align:center;
	}

    li{list-style:none; }
img	{
	border:0;
	}
#container	{
	width:972px;
	margin:5px auto;
	background:#FFFFFF;
	}
#logobar	{
	background:url(/static/img/logobar.gif) center no-repeat;
	margin:0;
	height:119px;
	}
.sill_top	{
	background:url(/static/img/sill_top.gif) center no-repeat;
	margin:0;
	height:22px;
	}
.sill_bottom	{
	background:url(/static/img/sill_bottom.gif) center no-repeat;
	margin:0;
	height:18px;
	}
#window_n_pic	{
	height:326px;
	}
#window	{
	background:url(/static/img/window.gif) center no-repeat;
	width:305px;
	height:324px;
	float:left;
}
#mainpic	{
	width:659px;
	height:324px;
	float:left;
	margin:0;
	text-align:left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainpage	{
	background:#FFFFFF none center repeat-y;
	text-align:left;
	padding:0 25px 10px 25px;
	}
#left_div	{
	width:200px;
	margin:0 10px 0 20px;
	float:left;
	text-align:center;
	height:213px;
}
.left_align	{
	float:left;
	margin: 0 10px 0 0;
	}
.padded_top	{
	padding:8px 0 5px 25px;
	text-align:left;
	}
#right_div	{
	width:600px;
	margin:10px 10px 0 80px;
	float:left;
}
#footer	{
	background:url(/static/img/footer.gif) center no-repeat;
	color:#FFFFFF;
	font-size:11px;
	height:47px;
	}
#menulist {
text-align:center;
list-style: none;
margin: 70px 0px 0px 40px;

}

#gbimg {

margin-left:663px;
} 
 
#menulist li {
width:145px;
text-align:center;
margin:4px 0 4px 0;
padding: 5px 0px 5px 5px;
background:#FFFFFF;
border:#ffffff 1px solid;
cursor:pointer;
cursor:hand;
}

#menulist a {
font-weight: bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;

color:#0e5ba8;
text-decoration: none;

}


#menulist li:hover {
background:#D9F0F4;
border:#C1E7EE 1px solid;
font-weight:bold;
}

#menulist li:hover a {
color:#0e5ba8;

}
.error	{
	color:#FF0000;
	}
.bluebutton	{
	background:#003366;
	border:#000033 1px solid;
	color:#FFFFFF;
	}
.textarea	{
	border:#1d4278 1px solid;
	font-size:12px;
	}
.img_left	{
	float:left;
	margin:18px 18px 38px 0;
	}
    
.img_right	{
	float:right;
	margin:18px 0px 18px 18px;
	}    

 .titles{margin:10px 0px 30px 0;}
 
 h1{color:#1360b7;font-size:30px; }
 
div#menuItem0,div#menuItem1,div#menuItem2,div#menuItem3,div#menuItem4,
div#menuItem5,div#menuItem6{cursor:hand;cursor:pointer; }