
html, body{ 
 margin:0; 
 padding:5; 
 text-align:center;
 margin-top: 10px;
 background-color: #1F244A;} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
 border: 1px #000 solid;
 background-color: #fff;} 
 
#header{
 position:relative; 
 height:100px; 
  background-color:#FFFFFF; 
 width:100%;
 height: 66px;
 border-bottom: 5px #4a5487 solid;} 
 
#leftcol{
 width:120px; 
 float:left; 
 position:relative; 
 background-color:#fff;
 border-top: 3px #fff solid;
 
 }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width: 680px;}
  
 
#footer{
  height:15px; 
  background-color:#000; 
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #f9f9f9;	
  clear:both; } 
  
 /* *** 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;} 
#twocols, #maincol{width:100%; float:none;}
}

img.floatright {
 float: right;
 margin:4px;}

img {
 border: 0px;}

img.border1 {
 border: 1px #000 solid;
 padding: 3px;
 background-color: #4a5487;
 }