/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#3F3F3F; 
 background-image:url(images/spacer_20x36.gif);
 background-repeat: repeat-x;
} 
 
#pagewidth{ 
 width:710px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 float:left;
 height:161px; 
 width:100%;
 margin-top:36px;
 margin-bottom:3px;
}

#date{
 float:right;
 width:100px;
 margin-bottom:8px;
}

#nav{
  float:left;
  height:25px; 
  background-color:#28B1B5; 
  width:100%;
  margin-bottom:25px;
  } 
 
#empty{
  width:20px;
  float: left;  
  }
 
#maincol{
  width:425px;
  margin-bottom:25px;
  float: left; 
  }

#maincol2{
  width:670px;
  margin-bottom:25px;
  float: left; 
  }
 
#twocols {
 width:245px; 
 float:left;
 background-image:url(images/dotted_line.gif);
 background-repeat: repeat-y;
 margin-bottom:25px;
 }
 
#rightcol{
 width:144px; 
 float:right;
 }
 
#footer{
 height:45px; 
 background-color:#28B1B5;
 margin-bottom:10px;
 padding-left:20px; 
 clear:both;
 } 

#footer2{
 height:25px; 
 margin-bottom:10px;
 text-align:right; 
 clear:both;
 }  
 

 /*text*/ 

p {
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#D3D3D3;
  line-height:140%;
  font-size:11px;
  }
  
.date {
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#8C8C8C;
  letter-spacing:-0.04em;
  font-size:13px;
  }

p.copyright1 {
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#8C8C8C;
  font-size:10px;
  } 

.copyright2 {
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#3F3F3F;
  font-size:10px;
  }

.nav {
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#FFFFFF;
  font-size:13px;
  letter-spacing:-0.03em;
  }

.navselected {
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#3F3F3F;
  font-size:13px;
  letter-spacing:-0.03em;
  text-decoration:none;
  }    


h1 {
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#8C8C8C;
  letter-spacing:-0.06em;
  font-size:18px;
  }
  
h1.white {
  color:#FFFFFF;
  } 
  
h1.green {
  color:#28B1B5;
  }    

a {
  text-decoration: underline; 
  color:#28B1B5;
  }
  
a:hover {color:#FFFFFF;
  }  
  
a.copyright {
  text-decoration: none; 
  color:#8C8C8C;
  }  
  
a.nav {
  text-decoration: none; 
  color:#FFFFFF;
  }

a.nav:hover {
  text-decoration: none; 
  color:#3F3F3F;
  }    
  




.style1 {color: #FFFFFF}
.style2 {color: #28B1B5}


 
 /* *** 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 right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
