﻿body
{
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	color: #004b8d;
	background-color: #ffffff;
	text-align: center;
	margin-top: 0px;
}
#container
{
	width: 1002px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#home_logo
{
	padding-top: 60px;
}
#flash_banner
{
	
}

#menua, #menub 
{
	margin-left:0px;
}
#menua a.vmenu, #menub a.vmenu:link, #menua a.hmenu, #menua a.hmenu:link, #menub a.vmenu:visited, #menua a.hmenu:visited 
{
	display: block;
	height: 25px;
	background: #e98d1e;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	border: 2px solid #fff;
	padding-left: 7px;
	padding-right: 6px;
}
#menua a.hmenu, #menua a.hmenu:link, #menua a.hmenu:visited 
{
	float:left;
}
#menua a.hmenu:hover, #menub a.vmenu:hover
{
	background:#e98d1e;
	color:#004b8d;
	font-family: arial, sans-serif;
	font-size: 9pt;
}
#menua a.hmenu:active, #menub a.vmenu:active
{
	background:#e98d1e;
	color:#004b8d;
	font-family: arial, sans-serif;
	font-size: 9pt;
}
#menu_container
{
	float: left;
	text-align: left;
	width: 230px;
	padding-top: 20px;
}
#content
{
	color: #004b8d;
	float: left;
	width: 700px;
	text-align: left;
	padding-top: 20px;
}
#content a
{
	color: #004b8d;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover
{
	color: #004b8d;
	text-decoration: underline;
	font-weight: bold;
}
#content li
{
	color: #e98d1e;
	list-style-type: square;
}
.title
{
	font-family: Arial, Sans-Serif;
	color: #004b8d;
	font-size: 18pt;
	font-weight: bold;
}
ul.navlist
{
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	
}
.navlist li
{
	display: block;
	list-style-type: none;
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 175px;
	background-color: #e98d1e;
	border-bottom: white 1px solid;
}
.navlist A
{
	color: #ffffff;
	background-color: #e98d1e;
	font-weight: bold;
	text-decoration: none;
}
.navlist A:hover
{
	color: #004b8d;
}
img
{
	border: 0px;
}
.contact_left
{
	float: left;
	color: #e98d1e;
	width: 75px;
	font-weight: bold;
}
.contact_right
{
	float:left;
}
.break
{
	clear: both;
	height: 10px;
}