 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
 background-color:#688ab0;
} 


h1, h2, h3, h4, h5, h6 {
 margin: 0;
 font-family: 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
 font-weight: bold;
 text-align: left;
 padding-top: 10px;
  color: #004477
}
h1 {
 font-size: 200%;
}
h2 {
 font-size: 190%;
}
h3 {
 font-size: 140%;
}
h4 {
 font-size: 133.33%;
}
h5 {
font-size: 116.67%;
}
h6 {
 font-size: 116.67%;
 font-style: italic;
}

p {
 margin: 0 0 1em;
 font-size:14px;
 line-height: 1.3em;
 color: #004477
}

ul, ol, dl {
 line-height: 1.6em;
  margin-left: -3px;
  font-size: 100%;
}

li {
 margin-left: 10px;
 line-height: 20px;
}

a:link { color:  #004477;}
a:visited { color: #665454;}
a:hover { color: #32435d;}
a:active { color: #010101;}

#pagewidth{ 
 width:860px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color:white;  
} 
 
#leftcol{
 width:60%; 
 float:left; 
 position:relative; 
 background-color:white; 
 }
 
#maincol{background-color: white;  
 float: right; 
 display:inline; 
 position: relative; 
 width:40%; 
 }
 
#footer {  
 padding: 15px;  
 font-family: 'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;  
 background-color: #6699cc;  
 clear: both;  
 color: white;  
 font-size: 11px; 
} 

#footer a {  
 background: transparent none repeat scroll 0%;  
 color: #f7f8e8;  
 font-weight: bold; 
} 

#footer a:focus, #footer a:hover, #footer a:active {  
 color: #c4dce4;  
 background-color: #006699;  
 text-decoration: underline; 
} 













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