﻿/* Main Styles 

19355B
*/

body {
	background-color: #19355B;
	margin: auto;
	font-family: Verdana, "Arial", Helvetica, sans-serif;
	font-size: 11px;
}
a:link, a:visited, a:active 
{
	color: #4271B5;
	text-decoration: none;
}
a:hover 
{
	text-decoration: none;	
	color: #7EA0CD;
}

/* Layout control styles */

#container {
	width: 760px;
	background-color: #fff;
	margin: auto;
	min-height:100%;
}

* html #container{height:100%} /*for IE as IE treats height as min-height anyway*/

#header {
	width: 760px;
	height: 96px;
	background-image: url(/images/layout/header2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #F4F4F4;
	display: block;
}

#header h1 {
	display: none;
}


#topnav {
	width: 760px;
	height: 19px;
	float: none;
	position: absolute;
	display: block;
	top: 96px;
	background-image: url(/images/layout/nav-split.gif);
	background-position: top left;
	background-repeat: repeat-x;
	
}

#topnav ul {
	margin-left: 5px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	float: left;
	margin-top: 0px;
}

#topnav li {
	display: inline;
	vertical-align: middle;
	line-height: 23px;
	font-size: 8pt;
}

#topnav a {
	color: #ffffff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

#topnav a:hover {
	color: #D0EC28;
	text-decoration: none;
}

.seperator {
	background-image: url(/images/layout/nav-divider.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#leftsection {
	width: 200px;
	border-right: 2px solid #333;
	float: left;
	background-color: #E1E1E1;
	text-align: center;
	padding-top: 25px;
	height: 100%;
}

#leftsection p {
	font-size: 11px;
	width: 170px;
	text-align: left;
	margin-top: 10px;
	padding-left: 15px;
}


#leftsection img {
	padding: 0px;
}

#mainsection {
	width: 530px;
	padding: 25px 10px;	
	float: right;
	background-color: #fff;
}

#mainsection h1 {
	font-size: 16px;
}

#mainsection h2 {
	font-size: 18px;
}

#mainsection h3 {
	font-size: 12px;
}

#footer {
	width: 760px;
	height: 20px;
	clear: both;
	text-align: center;
	background-color: #1F65AD;	
}

#footer span {
	vertical-align: middle;
	color: #fff;
	line-height: 20px;
}

.graybox 
{
	background-color: #DFDFDF;	
}

.message, .message-good {
	background-color: #C9FFC8;
	border-top: #58AF57 solid 1px;
	border-bottom: #58AF57 solid 1px;
	padding: 7px 7px 7px 40px;
	margin: 0 0 1em 0;
	color: #040;
}
