/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#8D94AB;
 font-size:92%;
 font: small/1.1 "Lucida Grande", Tahoma, sans-serif;
} 
 
body2{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#F00;
 font-size:92%;
 font: small/1.4 "Lucida Grande", Tahoma, sans-serif;

}
 
body.search{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#fff;
 font-size:92%;
 font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
} 

#pagewidth{ 
 width:780px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 background-image:url(/images/bg-main.gif);
 background-color:#00259D;
} 
 
#pagewidth.wide{  background-image:none; }
 
#banner{
 position:relative; 
 height:119px;
 background-color:#00259D; 
 width:100%;
 color:#ffffff;
/* border-bottom:1px solid #fff;*/
} 


 
#leftcol{
 width:185px; 
 float:left; 
 position:relative; 
 background-color:#2A4EA8;
}


#twocols{
 width:593px; 
 float:right; 
 position:relative; 
/* border-left:1px solid #fff;*/
}
 
#twocols A		{text-decoration:underline; color:#FFFFB0;}
#twocols A:hover { color: #bdad5a; text-decoration: none; }  


#rightcol{
 width:176px; 
 float:right; 
 position:relative; 
 /* background-image:url(images/bg-right.jpg); */
 background-repeat:no-repeat;
 background-color:#2A4EA8;
 color:#ffffff;
}

#rightcol a {
	color:#FFFFB0;
}
 
#maincol{
	
	float: left;
	width:416px;;
/*	background-color:#2A4EA8;  */
	background-color:#01259D;
/*	border-right:1px solid #fff;*/
	

}
 
#maincol-1col {
	float: left;
	display:inline;
	position: relative;
/*	background-color:#2A4EA8;  */
	background-color:#ff0000;
	border-right:1px solid #fff;
	width:590px;
}
 
 
#footer{
	background-color:#8D94AB; 
	color:#333344;
	border-top:2px solid #8D94AB;
	clear:both;
	font-size:.9em;
	text-align:center;
} 
 

/*      TOP MENU                                              */

#topmenu {
	margin: 7px 0 0 0 ;
	padding: 0;
	list-style-type: none;
	width:780px;
	height:auto;
	float: left;
	font-family:verdana, "trebuchet ms", arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:.9em;
	text-transform:uppercase;
	background-color:#cec099;
	background-image:url(/images/bg-menu.gif);
	border-bottom:1px solid #8D94AB;
	border-top:1px solid #fff;
}

#topmenu li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
}

#topmenu a {
	float:left;
	width:70px;
	color: #000;
	text-align:center;
	text-decoration: none;
	padding: 0 15px;
	line-height: 1.5; 
	border-right:1px solid white;

	
	background-image:url(/images/bg-menu.gif);
}


#topmenu a:hover {
	background: #EFD588;
	color:#333;
	border-bottom:1px solid #FEA700;
	margin-bottom:-1px;
}

	#nav_hom a{
		padding: 0 14px;
	}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
