/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:5; 
 text-align:center; 
} 

p{
padding-left:10px;
padding-right:10px;
font-family:"Trebuchet MS";
font-size:11px;
}

.DATE {  font-weight: bold; color: #6C537B; font-size: 11px; font-family: "Trebuchet MS";}
.HEADLINE {  color: #B9005C; font-weight: bold; font-size: 14px;}

a {
  font-weight: bold; color: #45274E; text-decoration: underline
  }
  
A:hover { 
color:#E67300
}


p.DATE{  
font-weight: bold; color: #6C537B; font-size: 11px;
}

p.HEADLINE{  
color: #B9005C; font-weight: bold; font-size: 14px; 
}
 
#pagewidth{ 
 width:1120px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:158px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#leftcol{
 width:200px;
 height:100%; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
 }
 
#twocols{
 width:920px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:200px; 
 float:right; 
 position:relative; 
 background-color:#FFFFFF;
 }
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:720px; 
 }
 
#footer{
 height:100px; 
  background-color:#FFFFFF; 
 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
