html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #b2cade;
 font-family: Verdana, Helvetica;
 font-size: 0.9em;
}

li {
 list-style-type: square;
} 
 
#pagewidth{ 
 width:828px; 
 margin-top: 20px;
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:137px; 
 background: url(images/logo.png) top left no-repeat;
 width:100%;
} 

#menu {
 background: url(images/gradient.png) top left no-repeat;
 height: 25px;
 padding-top: 10px;
 padding-left: 30px;
 color: #3077b2;
}

#wrapper {
 background: url(images/bodybg.png) top left repeat-y;
 padding-top: 20px;
}
 
#leftcol{
 width:514px; 
 float:left; 
 position:relative; 
 padding-left: 30px;
 text-align: justify;
 padding-right: 20px;
 color: #185b93;

 }

.title {
 font-size: 1.4em;
 font-weight: bold;
 border-bottom: 2px solid;
 padding-bottom: 2px;
 color: #0a4e87;	
}

.smalltitle {
 font-size: 1.0em;
 font-weight: bold;
 border-bottom: 2px solid;
 padding-bottom: 2px;
 color: #0a4e87;
}

a.links {
 color: #185b93;
 text-decoration: none;
 padding-right: 10px;
}

a.links:hover {
 text-decoration: underline;
}
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:264px; 
 }
 
img {
 border: 2px solid #b2cade;
}
 
#footer{
 height:90px; 
 background: url(images/footer.png) top left no-repeat;
 clear:both;
 padding-top: 55px;
 width: 828px;
 text-align: center;
 color: #185b93;
 } 
 
.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;}
}

