/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 width:780px;  
} 
 
#leftcol{
 width:160px; 
 float:left; 
 position:relative;  
 }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:590px; 
 padding: 5px 15px 5px 15px;
 }
 
.buttonscontainer {width: 150px;}

.buttons a {color: #FFFFFF;
background-color: #066406;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #CCFF33;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid #CCCC00;
text-decoration: none;
color: #FFFFFF;}

#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 5px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
font: 11px Arial, sans-serif;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
font: 11px Arial, sans-serif;
}

#footer_text {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
  margin-bottom: 1px;
  text-align: center;
}

#footer_text a {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 1px;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  
