/******* Common Links *******/

.bdyLinks { color: #001255; text-decoration: none; border-bottom: 1px dashed #444444; }
a.bdyLinks:hover { background-color: #ebebeb; text-decoration: none; color: #00169D; 	border-bottom: 1px dashed #444444; }

/******* Main Body *******/

* html, body {
	background-color: #3F6F88;
	margin: 0;
	font-face: arial;
	min-height: 500px;
	height: 100%;
	padding: 0;
	text-align: center;  
	height: auto;
	font-size: 10pt;
}


a, a:visited {
	color: #3F6F88;
	text-decoration: none;
	font-size: 9pt;
}

a:hover {
	color: white;
	background-color: #3F6F88;
	text-decoration: underline;
	font-size: 9pt;
}

#contentContainer {
	background: #FFFFFF; 
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 900px;
	height: 100%;
	text-align: left;
}

/****** Top Header ********/

#topContainer {
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 94px;
	text-align: left; /* Due to the IE4 hack - re-align's the text back to default - left */
}

#round_title {
	background-image: url(../images/round_title.jpg);
	width: 538px;
	height: 94px;
	float: left;
}

#round_title img {
	padding-left: 25px;
	padding-top: 15px;
}

#blue_top_box {
	background-color: #3F6F88;
	width: 362px;
	height: 82px;
	float: right;
}

/******* Special Links ******/

#blue_top_box ul {
	float: left;
	width: 300px;
	margin: 0;
	padding-left: 0;
	margin-top: 62px;
}

#blue_top_box ul li {
	list-style-type: none;
	display: inline;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	background-color: #3F6F88;
	color: #FFFFFF;
	padding-left: 8px;
}

#blue_top_box ul li a {
	text-decoration: underline;
	background-color: #3F6F88;
	color: #FFFFFF;
}


#blue_top_box ul li a:hover {
	text-decoration: none;
}

/******** Search Form *******/

#blue_top_box form {
	float: right;
	margin-top: 58px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

#blue_top_box form input.text {
	color: #5C5C5C;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

/***** Body Text ********/

p.body a, p.body a:visited { 
	color: #3F6F88;
	text-decoration: none;
	border-bottom: 1px dashed #444444;
}

p.body a:hover { 
	background-color: #3F6F88;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px dashed #444444;
}

p.body {
	font-family: Verdana;
	font-size: 9pt;
	color: #485054;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
}

/***** White Spacer *******/

#white_bottom_box {
	background-color: #FFFFFF;
	width: 362px;
	height: 12px;
	float: right;
}

#white_filler {
	clear: both;
	background: #FFFFFF;
	width: 900px;
	height: 30px;
}

#footer {
	width: 900px;
	height: 75px;
	background: #FFF url(../images/footer_test.jpg) no-repeat top center;
	border-top: 1px solid #DFDFDF;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

#extras {
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #025D91;
	margin-left: 10px;
	margin-top: 10px;
}

#extras a, #extras a:visited {
	text-decoration: underline;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #025D91;
}

#extras a:hover {
	text-decoration: none;
}


#copyright {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #025D91;
	margin-top: 2px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height:1%;}


