/* 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:170px; 
 width:100%;
} 
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative;
 }
#leftcol td{
	line-height: 160%;
	background-color: #DDFFEE;
}
#leftcol td a:link{
	background-color: #DDFFEE;
	display: block;
	color: Blue;
	text-decoration: none;
}
#leftcol td a:visited {
	background-color: #DDFFEE;
	display: block;
	color: Blue;
	text-decoration: none;
}

#leftcol td a:hover{
	background-color: Green;
	color: White;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#twocols{
 width:80%; 
 float:right; 
 position: relative;
  }
 
#rightcol{
 width:2%; 
 float:right; 
 position:relative; 
 }
 
#maincol{
 background-color: White;  
 float: left; 
 display:inline; 
 position: relative; 
 width:98%; 
 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;}
}

