body
{
	padding: 0;
	background: #8077B8 url('bg.jpg') repeat-x top;
	text-align: center; margin-left:0; margin-right:0; margin-top:67px; margin-bottom:75px	
}

body, td, select, option, input
{
	/*font: 10px/16px arial, sans-serif;*/
	font: 11px/17px arial, sans-serif;
	color: #485277;
}

img
{
	border: 0;
}

h1
{
	font: normal 25px Trebuchet MS, arial, sans-serif;
	color: #2E4496;
	margin: 0 0 8px 0;
}

h2
{
	font: normal 18px Trebuchet MS, arial, sans-serif;
	color: #665D9C;
	margin: 0 0 8px 0;
}

strong
{
	font-size: 11px;
	font-weight: bold;
}

#main_container
{
	margin: 0 auto;
	width: 803px;
	text-align: left;
	background: #2E4496;
}

#main_nav
{
	float: left;
	width: 198px;
	height: 234px;
	background: #2E4496;
}

#main_nav ul
{
	margin: 8px 20px;
	padding: 0;
}

#main_nav ul li
{
	width: 148px;
	height: 17px;
	border-bottom: #4E60A2 1px solid;	
	list-style-type: none;
	padding-top: 4px;
}

*html #main_nav ul li
{
	height: 21px;
}

#main_nav ul li a
{
	font: 10px arial;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

#main_nav ul li a:hover, #main_nav ul li.active a
{
	color: #81D2F9;
}

#main_nav ul li.last
{
	border: 0;
}

#main_content
{
	float: left;
	width: 357px;
	background: #ffffff;
	padding: 16px 27px 30px 24px;
}

*html #main_content
{
	width: 408px;
	height: 234px;
}

#main_content_home
{
	float: left;
	width: 374px;
	height: 218px;
	background: #ffffff;
	padding: 16px 10px 0 24px;
}

*html #main_content_home
{
	width: 408px;
	height: 234px;
}

#main_right
{
	float: right;
	width: 197px;
}

#footer
{
	clear: both;
	text-align: center;
	padding-top: 10px;
	font: 12px arial;
	color: #ffffff;
}