html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Verdana, sans-serif;
 font-size: small;
 background: #CCCC99;
} 
 
#pagewidth{ 
 width:800px;
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:75px; 
 width:100%;
  margin-top: 1px;
  text-align: center;
  } 

#newslogin{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: left;
}
 
#leftcol{
 width:163px; 
 float:left; 
 position:relative; 
 background-color: #99B2CC;
 border: thin solid #B299CC;
 height: auto;
 margin-left: -3px;
 }
 
#maincol{background-color: #99B2CC;
 float: right; 
 display: inline; 
 position: relative; 
 width: 630px;
 border: thin solid #B299CC;
 overflow: visible;
 height: auto;
 margin-left: -1;
 }
 
#footer{
 height:20px; 
  background-color:#99B2CC; 
 clear:both;
  width: 800px;
  text-align: center;
  vertical-align: baseline;
  border: thin solid #B299CC;
    margin-bottom: 15px;
	 margin-top: 2px;
	 margin-left: -3px;

 } 
  
#newsheader{
	font-size: medium;
}

#postedby{
	font-size: x-small;
}
  
.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 */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
