body {
	background: #EBEFF2 url('images/bg_page.jpg') repeat-x top;
	margin-left:0; margin-right:0; margin-top:16px; margin-bottom:0
}

/*
DIV STYLES
*/
#container
{
	position: relative;
	width: 768px;
	text-align: center;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #1F3A80;
}

#topHeader
{
	position: relative;
	background: url('images/bg_topHeader.jpg') no-repeat top left;
	height: 85px;
	text-align: right;
}

#topLinks
{
	position: absolute;
	top: 60px;
	right: 10px;
	font: normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
	#topLinks a
	{
		color: #FFF;
		text-decoration: none;
	}
	#topLinks a:hover
	{
		text-decoration: underline;
	}
#splash
{
	background: #FFFFFF;
	height: 86px;
	padding-bottom: 1px;
}

#navigation
{
	background: #006666;
	height: 30px;
}

#content
{
	position: relative;
	padding: 8px 8px 0 18px;
	font: normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	text-align: left;
}

#header
{
	position: absolute;
	width: auto;
	top: 6px;
	left: 8px;
	padding: 2px;
	border-bottom: 1px dashed #999;
	font: bold 14pt Verdana, Arial, Helvetica, sans-serif;
	color: #1F3A80;
}
* html #header
{
	left: -10px;
}
#footer
{
	clear:both;
	border-top: 1px dashed #999;
	padding: 6px;
	margin: 8px;
	font: normal 0.6em Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

#sitemap
{
	font-size: 1.4em;
	margin-left: 100px;
	line-height: 30px;
}

/*
CLASSES
*/

a
{
	color:#009966;
	text-decoration: none;
}

a:visited
{
	color: #0066CC;
}

a:hover
{
	text-decoration: underline;
}

.nav
{
	float: left;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
}

.nav a:hover
{
	background-color: #003E3E;
}

.custLoginForm
{
	margin-left: 180px;
}
.custLoginForm h5
{
	font-size: 1.2em;
	color: #1F3A80;
}


