/* generated by csscreator.com */ 
html, body {
	color: #000000;
	background:#33CCFF;
	margin:0;
	padding:0;
 } 

a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: #0000FF}
a:active {color: #FF0000}
a img {border: none; } 
 
.buttonscontainer {width:80%;}

.buttons a {color: #000000;
/* background: #FFFFFF; */
padding: 2px;
padding-left: 3px;
display: block;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {
 background-color:#FFFFFF;
 color: #0000FF;
 text-decoration: none;} 

#indent {
 margin-left:20px;
}

#pagewidth{ 
 width:90%; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  }

#header{
/* background-color:#00CCFF; */
 position:relative; 
 height:70px;
 width:100%;
} 
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:20%; 
 float:right; 
 position:relative; 
 }
 
#maincol{ 
 background-color:#FFFFFF;
 float: left; 
 display:inline; 
 position: relative; 
 width:75%;
 }
 
#footer{
 position: right;
 height:50%; 
 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;
}

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

}
