@charset "utf-8";
/* CSS Document */

body {
	background-color:#3f424c;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	font-size:12px;
	color:#333333;
	padding:0;
	}
a:link {
	color: #112b90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #112b90;
}
a:hover {
	text-decoration: underline;
	color: #112b90;
}
a:active {
	text-decoration: none;
	color: #112b90;
}
.links {
	color: #689538;
	font-size:12px;
	margin-right: 20px;
}
.footer {
	text-align: right;
	padding-right: 20px;
	padding-top:5px;
	color:#999999;
	font-size:10px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	height:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.features {
	line-height: 120%;
	font-size:12px;
	color:#666666;
	text-align:left;
}
.links{
	width: 100%;
	overflow: hidden;
}

.links ul{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 20px;
	font: bold 12px Arial;
	list-style-type: none;
}

.links li{
	display: inline;
	margin: 0;
}

.links li a{
	float: right;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 1px 3px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #0b2280;
	background: #FFFFFF;
}

.links li a:visited{
	color: #0b2280;
}

.links li a:hover, .links li.selected a{
	background: #e6e6e6; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color:#0b2280;
}

.sublinks{
	border-top: 1px solid #C0C0C0;
	background-color: white;
	border-bottom-width: 0;
	width: 220px;
	margin-top:2px;
	margin-left:45px;
}

* html .sublinks{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 220px;
}

.sublinks ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sublinks a{
	font: bold 11px Arial;
	padding: 8px 20px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #3a3d46;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}

.sublinks a:visited{
	color: #595959;
}

html>body .sublinks a{ /*Non IE rule*/
	width: auto;
}

.sublinks a:hover{
	background-color: #f6f6f6;
	color: black;
}

.content {
	line-height:180%;
	font-size:12px;
}
.content ul {
	padding-left: 25px;
}
.highlight {
	color: #0b2280;
	font-weight: bold;
}
.insidePageTitle {
	color: #0b2280;
	font-size: 26px;
	padding-top:50px;
	padding-left:310px;
	height:93px;
	background-image:url(../images/subtitle_bg.gif);
	background-repeat:no-repeat;
}
.register {
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:50px;
	font-size:10px;
}
OL.loweralpha { 
	list-style-type: lower-alpha; 
	padding-left: 20px;
	}
OL.lowerroman { 
	list-style-type: lower-roman; 
	padding-left: 20px;
	}
OL.more { 
	list-style-type: roman;
	padding-left: 20px;
	}
spaceHeader {
	visibility: visible;
	top: 10px;
}
