html{ 
 margin:0; 
 padding:0; 
 text-align:center;
}

body{
 font-family: Arial,sans-serif;
 color: #333333;
 line-height: 1.166;	
 margin: 0px;
 padding: 0px;
} 

a:link, a:visited, a:hover {
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#pagewidth{ 
 width:85%; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 

#masthead{
 color: #000066;
 margin: 0;
 width: 100%;
}

#navBar{
 clear: both;
 border-bottom: 1px solid #ccc;
 padding: 0px 0px 0px 0px;
}
 
#content{
 width: 80%;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
}

#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:; 
 }
 
#siteInfo{
 clear: both;
 border-top: 1px solid #ccc;
 color: #000066;
 padding: 0px 0px 0px 0px;
 margin-top: 0px;
} 

 
 /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

