html, body { 
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background: url(img/background.gif);
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container { 
width: 731px;
vertical-align: top;
text-align: left;
position: relative; }

#left_container { 
	float: left;
	padding: 0;
	width: 120px;
	height: 100%;
	text-align: left; }

#body_content {
	float: right;
	width: 611px;
	background: #fff;
	text-align: left;
	vertical-align: top; }

#top_container { background: #fff; height: auto; text-align: right; }

#body_text {
	clear: both;
	width: 350px;
	color: #1A6290;
	margin-left: 50px;
	margin-top: 25px;
	line-height: 125%;
	background: #fff;
	font-size: 14px; }
	
#body_text2 {
	clear: both;
	color: #1A6290;
	margin-left: 50px;
	margin-top: 25px;
	line-height: 125%;
	background: #fff;
	font-size: 12px; }
	
#body_text a { color: #1B5879; }
	
#navcontainer { margin-top: 15px; text-align: center; }
	
ul#navlist {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li {
display: inline;
list-style-type: none;
text-align: center;
}

ul#navlist2 {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist2 li {
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited {
color: #fff;
background-color: #1B5879;
text-decoration: none;
}

#navlist a:hover {
color: #fff;
background-color: #4E88B1;
text-decoration: none;
}