body
{
	margin: 0px;
	padding: 0px;
	font-family: arial;

}
body.page
{
	margin: 0px;
	padding: 0px;
	background: #171B77;
	font-family: arial;

}

a
{
	color: #171B77;
	text-decoration: none;
}
a:hover
{
	color: #FFCD00;
	text-decoration: none;
}


#header
{
	background: #605DAA url(../images/headerBg.gif) top left repeat-y;
	height: 80px;
	width: 100%;
}

#mainLogo
{
	margin-top: 6px;
	margin-left: 14px;
	float: left;
}

#quickLinks
{
	float: right;
	width: 370px;
	height: 30px;
	background: #171B77;
	border-left: 1px solid #8B8DBB;
	border-bottom: 1px solid #8B8DBB;
	font-size: 12px;	
	color: #ffffff;
}

#qContainer
{
	margin-top: 7px;
	margin-left: 10px;
}

#quickLinks a
{
	color: #ffffff;
	text-decoration: none;	
}

.rightSpacer
{
	clear: right;
}

.spacer
{
	clear: both;
}

#menu
{
	width: 100%;
	border-top: 1px solid #8B8DBB;	
}

#menu ul
{
	list-style: none;	
	margin: 0px;
	padding: 0px;
}

#menu li
{
	float: left;
	border-right: 1px solid #8B8DBB;
	font-size: 11px;	
	text-align: center;
	padding: 4.5px;
	width: auto;
}

#menu a
{
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover
{
	color: #dddddd;
}

#mainDiv
{
	width: 100%;	
	background: url(../images/mainDivBg.gif) top left repeat-y;
	color: #ffffff;
	font-size: 12px;
}

#leftDiv
{
	border-top: 1px solid #ffffff;
	width: 276px;
	float: left;
	background: #2B3094;
}

.leftText
{
	margin: 10px;
	font-size: 11px;
	color: #ffffff;
}

h1
{
	font-size: 16px;
	font-weight: normal;
	color: #FFCD00;	
}

#mainDiv ul
{
	list-style: url(../images/orangeBullet.gif) outside;	
	padding: 0px;
	margin: 4px 0px 0px 16px;	
}

#mainDiv li
{
	margin-left: 0px;
	padding: 0px;
}

#mainDiv a
{
	color: #FFCD00;
	text-decoration: none;
}
#mainDiv a:hover
{
	color: #FFCD00;
	text-decoration: none;
}

.vertBar
{
	background: #9598CA;
	width: 100%;
	height: 1px;
}

#rightDiv
{
	border-top: 1px solid #ffffff;		
}

#rightCol1Row1
{
	background: #ffffff;
	font-size: 12px;
	color: #094585;
	border-right: 1px solid #FFCE00;
	width: 45%;
	border-left: 1px solid #ffffff;
}

#rightCol2Row1
{
	background: #ffffff;
	font-size: 12px;
	color: #D58802;
	width: 55%;
}

.rightCol1Rest
{
	background: #4247A0;
	border: 1px solid #9598CA;
}

.rightCol2Rest
{
	background: #2B3094;
	border: 1px solid #9598CA;
}

#footer
{	
	padding: 10px;
	font-size: 10px;
	color: #ffffff;
}

#footerLeft
{
	float: left;
}

#footerRight
{
	text-align: right;
}

#mainText
{
	background: #ffffff;	
}

#mainContent
{
	font-size: 12px;
	color: #000000;
	margin: 10px 10px 10px 210px;
}

#mainContentNoside
{
	font-size: 11px;
	color: #000000;
	margin: 10px 10px 10px 20px;
}

#mainText h1
{
	margin: 0px;
	padding: 10px;
	background: #FFCE00;
	color: #1F529F;
	border-bottom: 1px solid #8EAFD2;
	border-top: 1px solid #ffffff;
	font-size: 26px;
	font-weight: normal;
}

#leftMenu
{
	width: 200px;
	text-align: center;
	float: left;
}

#leftMenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

#leftMenu li
{
	margin: 0px;
	width: 186px;	
	background: #47449D;
	border-bottom: 1px solid #8EAFD2;
	padding: 6px;
	text-align: left;
}

#leftMenu a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;	
}

#leftMenu a:hover
{
	text-decoration: underline;
}