/* CSS Document */
* {
	padding:0px;
	margin:0px;
	}
P {
	margin-bottom:1.4em;
	}
ul {
	margin-left:25PX;
	margin-bottom:15PX;
	}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:66%;
	background-color:#ffffff;

}
#wrapper{

	background-color: #FFFFFF;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
#Header{
	background-image: url(/images/header.jpg);
    width: 768px;
	height: 94px;
	float:left;	
}
#Menu{
	background-color: #FFFFFF;
	width: 768px;
	float:left;
}
#Menu2{
	background-color: #FFFFFF;
	width: 768px;
	float:left;
}
#Main_Content{
	float:left;
	width: 100%;
	background-color:#FFFFFF;
}
#Leftcol{
	background-color:#B4B8DB;
	float: left;
	width: 181px;
}
#rightcol{
	background-image: url(/images/background.jpg);
	float: right;
	width: 586px;
}
#footer{
	background-image: url(/images/footer.jpg);
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	float: left;
	height: 25px;
	width: 766px;
	height: 20px;
	text-indent: 7px;
	line-height: 18px;
}
#footer A {
color:#000000;
text-decoration:none;
}
#footer A:hover {
text-decoration:underline;
}
#footer_below{
	background-color:#ffffff;
	font-size:.8em;
	float: left;
	height: 25px;
	width: 756px;
	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;
} 
.Search {
    margin-left: 2px;
	margin-bottom: 5px;
}
.Search2 {
	margin-top: 2px;
	margin-bottom: 3px;
}
.titles {
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #3366CC;
}
.main_txt {
   padding-left: 10px;
}
.news_txt {
   padding-left: 8px;
   color: #3B4279;
}
#news_box {
   background-color: #FFFFFF;
   border-bottom-color: #B4B8DB;
   border-bottom: medium;
   border-bottom: solid; 
}
#login{
margin-left:4px;
color:#3B4279;
}