/* CSS Document */
body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
#container {
	margin: 0 auto;
	width: 598px;
}
#header {
	background: url(images/banner3.jpg);
	height: 150px;
	width: 598px;
}
#header ul {
	padding: 5px;
	margin: 0px;
	color: #fff;
	text-align: right;
}
#header ul li{
	padding: 5px;
	display: inline;
}
#header ul li a:link, #header ul li a:visited, #header ul li a:active {
	color: #fff;
	text-decoration: none;
}
#header ul li a:hover {
	text-decoration: underline;
}
#nav_left {
	float: left;
	width: 239px;
}
#nav {
	background: url(images/nav_fill.gif);
	margin-left: 239px;
	margin-right: 10px;
	height: 39px;
	font-size: 12px;
	color: #555;
	border-right: 1px solid #5181AE;
}
#nav ul {
	margin: 0;
	padding: 10px;
}
#nav ul li {
	display: inline;
	padding: 5px;
}
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
	color: #555;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #fff;
}
#main {
	min-height: 373px;
	padding: 15px;
}
#footer {
	border: 1px solid #5181AE;
	text-align: center;
	font-size: 9px;
	padding: 2px;
	background: #0D3E6A;
	color: #fff;
	margin-bottom: 30px;
}
#footer p {
	margin: 0px;
}
p a:hover {
	text-decoration: none;
	color: #0000ff;
}
/*classes------------------------*/
.title {
	margin-left: 5px;
	padding-left: 7px;
	color: #0D3E6A;
	font-weight: bold;
	font-size: 13px;
	border-left: 4px solid #0D3E6A;
}
.sub_titleblue {
	color: #0D3E6A;
	font-weight: bold;
}
.sub_title {
	color: #666666;
	font-weight: bold;
}
.right {
	float: right;
}
.left {
	float: left;
}
/*links--------------------------*/
a:link, a:visited, a:active {
	color: #0033ff;
}
a:hover {
	color: #fff;
}
/*IE hacks-----------------------*/
/*these are for fixing the descrepancies between IE and firefox browsers*/
* html #main {
	height: 335px;
}
* html #nav {
	margin-bottom: 10px;
}
* html #nav ul li {
	padding: 3px;
}
* html .title {
	margin-top: 10px;
}
* html #footer {
	margin-bottom: 0px;
}