/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 border-left: 1px solid Navy;
 border-right: 1px solid Navy;

} 


#header{
 position:relative; 
 height:160px; 
  background-color:#898CBF; 
 width:100%;
} 
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative;
 }
#leftcol td{
	line-height: 160%;
	background-color: #AFEEEE;
}
#leftcol td a:link{
	background-color: #AFEEEE;
	display: block;
	color: Blue;
	text-decoration: none;
}
#leftcol td a:visited {
	background-color: #D5F6F6;
	display: block;
	color: Blue;
	text-decoration: none;
}

#leftcol td a:hover{
	background-color: #204DCE;
	color: White;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
#twocols{
 width:80%; 
 float:right; 
 position:relative;
  }


#rightcol{
 width:15%; 
 float:right; 
 position:relative; 
 }


 
 
#maincol{
	background-color: White;
	float: left;
	display: inline;
	position: relative;
	width: 85%;
	font-size: 13px;
	line-height: 150%;
	
}
 
#footer{
	height: 50px;
	background-color: #649ad6;
	clear: both;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	color: #5B5B5B;
	background-image: url(../images/bg_foot.gif);
	background-repeat: no-repeat;
} 
 

 
 /* *** 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;}
}

#a {
	margin: 0px 0px 0px 2px;
	background: #4ab3e2;
	
}
#b {
	margin: 5px 5px 5px 5px;
	background-color: White;
}

#top {

	margin: 0px 0px 0px 0px;
}

span {
	color: Blue;
	font-size: 20px;
}
a {
	text-decoration: none;
}
.menu1 {
	background-color: #4ab3e2;
	color: White;
}
.menu2 {
	background-color: #ececec;
}
.menu3 {
	background-color: White;
}
#s {
		
	margin: 0px 0px 0px 130px;
}

