/* CSS Document */
* {
	padding:0px;
	margin:0px;
	}
P {
	margin-bottom:1.4em;
	}
ul {
	margin-left:25PX;
	margin-bottom:15PX;
	}
h1{
color:#003885;
font-size:1.8em;
font-weight:normal;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:66%;
	background-color:#ffffff;

}
#wrapper{

	background-color: #FFFFff;
	width: 992px;
	margin-right: auto;
	margin-left: auto;
}
#Header{
	background-image: url(/images/header.jpg);
	height:124px;
	width: 992px;
	float:left;	
	border-bottom:#e2e2e2 1px solid;
	margin-top:20px;
}
.header_links{
font-size:1.5em;
color:#666666;
text-decoration:none;
}
.header_links:hover{
text-decoration:underline;
}
.header_txt1{
font-size:1.6em;
color:#000099;
}
.header_txt_2{
font-size:1.9em;
color:#666666;
}
#Menu{
	background-image: url(/images/news_bar.jpg);
	width: 992px;
	height:41px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:10px;
}
#Main_Content{
	float:left;
	width: 100%;
	background-color:#FFFFFF;
}
#Leftcol{
	float: left;
	width: 160px;
	padding-right:5px;
}
#mid{
	float:left;
	width:667px;
	font-size:1.1em;
	line-height:1.7em;
	color:#333333;
}
#midtext{
	float:left;
	width:614px;
	font-size:1.1em;
	line-height:1.7em;
	color:#333333;
	padding-right:25px;
	padding-left:25px;
	padding-top:20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	}

#rightcol{
	float: left;
	width: 160px;
}
#footer{
	float: left;
	height: 25px;
	margin-top:20px;
	width: 992px;
	border-top:#ededed 1px solid;
}
#footer A {
color:#000000;
text-decoration:none;
}
#footer A:hover {
text-decoration:underline;
}
#footer_below{
	background-color:#dddddd;
	font-size:.8em;
	float: left;
	height: 25px;
	width: 750px;
	padding: 5px;
}
#services_menu{
	background:url(/images/images/L_menu.gif);
	height: 200px;
	width: 179px;
	font-size:1.1em;
	padding-left: 5px;
	padding-top: 11px;
	
}
#services_menu A{
	color:#FFFFFF;
	line-height: 20.5px;
	text-decoration: none;
	top: 10px;	
}
#services_menu A:hover{
	text-decoration: underline;
}
#nav-menu ul
{
list-style: none;
width:200px;
padding: 0;
margin: 0;
}

#nav-menu li
{
/*float: left; */
margin: 0 0.15em;
}

#nav-menu li a
{
background-color:#0033FF;
height: 2em;
line-height: 2em;
/*float: left; */
width: 100px;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}
#nav-menu li a:hover
{
background-color:#00ffFF;

}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:300px;
} 
.highlight {color: #00398A}