/*
Note of changes made:
27/07/06 - font sizes changed to display correctly with doctype in std mode rather than quirks mode

*/

body {
	color: #000000;
	background-color: #ffffff;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	margin: 0 0 0 0;
	padding: 0px;
}

label {width: 20%; float: left; padding-right: 10px;}

.clear {clear: both;}

#banner_container {
	width: 100%;
	clear: both;
}

#banner_left {
	float: left;
	width: 212px;
}

#banner_right {
	text-align: right;
}

#top_links_container {
	width: 100%;
	clear: both;
	background-color: #4D417A;
	border-top: 1px solid #4D417A;
	}

#top_links_left	{
	width: 55%;
    height: 21px;
	float: left;
	background-color: #4D417A;
	padding-left: 1%;
	font-weight: bold;
	padding-top: 4px;
	color: #fff;
	font-size: small;
}
	
#top_links_left a
{
	text-decoration: none;
	color: #ffffff;		
}

#top_links_left a:hover
{
	text-decoration: underline;
}	
	
#top_links_left ul 
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-image: none;
}

#top_links_left ul li 
{
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#top_links_left ul li a
{
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-decoration: none;
}

#top_search_box {
	width: 44%;	
	height: 25px;
	float: right;
	text-align: right;
	background-color: #4D417A;
}
/* previous coding */
.srchbox {
	font-size: small;
	border: 1px solid #eee;
	background-color: #ffffff;
	padding: 1px;
}
/* ultraseek css added by Darren Taylor */
#ultraseek {
	padding: 0 5px 0 0;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #fff;
}
#ultraseek form {
	margin: 0;
	padding: 0;
}

* html #ultraseek label {
	position: relative;
	top: -5px;
}

#ultraseek .srchbox {
	height: 20px;
	font-size: small;
	border:	1px solid #eee;
	padding: 2px;
}
#ultraseek .go {
	font-size: small;
	font-weight: bold;
	color: #000;
	padding: 1px 2px;
	border: 1px solid #eee;
}

#main_section {
	width: 100%;
	clear: both;
}

#main_left_nav 
{
	font-size: small;
	padding-left: 9px;
	background-color: #D0E0EE;
	padding-bottom: 10%;
	border-right: 1px #9186BF solid;
	width: 21%;
	list-style-type: none;
	float: left;
	height:455px;
	
}

#main_left_nav ul 
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-image: none
}

#main_left_nav ul li 
{
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0
}

#main_left_nav a
{

	text-decoration: none;
	text-align: left;
	display: block;
	color: #091C5A;
	padding: 3px;
	border-bottom: 1px #9186BF solid
	
}

#main_left_nav a:hover
{
	background-color: #EAF2F8;
	text-decoration: underline;
	border-right-color: #FFFFFF;
	border-left: 1px #FFFFFF ;
	border-bottom: 1px #9186BF solid	
}

#main_left_nav .navyLink a
{
	padding-left: 8px;
	background-color: #00004A;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 1px
}

#main_left_nav .navyLink a:hover
{
	background-color: #FFFFFF;
	color: #00004A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 1px
}


#main_left_nav .whiteLink a
{
	padding-left: 8px;
	background-color: #FFFFFF;
	color: #00004A;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 1px
}

#main_left_nav .whiteLink a:hover
{
	background-color: #FFFFFF;
	color: #00004A;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 1px
}

#main_middle_container {
	width: 51%;
	float: left;
	padding: 11px 11px 11px 13px;
}

#main_right_nav {
	border-width: 1px;
	background-color: #CECBDE;
	vertical-align: top;
	text-align: left;
	float: right;
	width: 21%;
	height:495px;
}		

#new_footer {
	width: 100%;
	background-color: #00004A;
	text-align: right;
	clear: both;
}

#new_footer a {
	color: #ffffff;
	text-decoration: none;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 54px;
}

