/* CSS Document */
* {
	padding:0px;
	margin:0px;
	}
P {
	margin-bottom:1.4em;
	}
h1{
	margin-bottom:1.2em;
	color:#244d87;
	font-weight:normal;
	font-size:1.4em;
}
h2{
	margin-bottom:1.4em;
}
h3{
	margin-bottom:1.4em;
}
h4{
	margin-bottom:1.4em;
}
h5{
	margin-bottom:1.4em;
}
h6{
	margin-bottom:1.4em;
}
ul {
	margin-left:25PX;
	margin-bottom:15PX;
	}
body {
	font-size:66%;
	background-image: url(/images/body.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#wrapper{

	background-color: #FFFFFF;
	width: 954px;
	margin-right: auto;
	margin-left: auto;
}
#Header{
	background-color: #FF00FF;
	width: 954px;
	float:left;	
}
#Menu{
	background-color: #244d87;
	width: 954px;
	height:27px;
	float:left;
	color:#FFFFFF;
	font-size:1.2em;
	font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}
#Menu a{
	color:#FFFFFF;
	text-decoration:none;
}
#Menu a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
#Main_Content{
	float:left;
	width: 100%;
	background-image: url(/images/main-content.jpg);
	margin-bottom:22px;
}
#Leftcol{
	background-color:#bbcad9;
	float: left;
	width: 225px;
	border-top:1px solid #ffffff;
	padding-top:27px;
	font-size:1.7em;
	color:#244d87;
	text-align:right;
	padding-right:15px;
	line-height:1.8em;
	padding-bottom:20px;
	font-family: "Times New Roman", Times, serif;
}
#Leftcol a{
	color:#244d87;
	text-decoration:none;
}
#Leftcol a:hover{
	color:#ffffff;
	text-decoration:none;
}
#rightcol{
	background-color:#ffffff;
	float: left;
	width: 680px;
	padding-top:34px;
	padding-left:34px;
	line-height:1.8em;
	font-size:1.2em;
	color:#666666;
	font-family: "Times New Roman", Times, serif;
}
#rightcol a{
	color:#244d87;
	text-decoration:none;
}
#rightcol a:hover{
	color:#244d87;
	text-decoration:underline;
}
#footer{
	font-size:.9em;
	float: left;
	height: 25px;
	width: 954px;
	border-top: 1px solid #CCCCCC;
	padding-top:10px;
	color:#8a8a8a;
}
#footer A {
color:#8a8a8a;
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;
} 

