h1 {font-size:1.8em}


html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#CCCCCC; 
  font-family: Arial;


} 
 
#pagewidth{ 

padding-left:5%;
padding-top:5px;
padding-bottom:5px;
padding-right:5%;
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
  background-color:#FFFFFF; 
 width:100%;
 font-weight:bold;

} 
 
 h1.header { font-weight:normal}
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:100%; 
 heigth:100%;

 }
 

 
 /* *** 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 */  

a:link {color: #000000; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #000000; text-decoration: underline; }

a:link style1{color: #000000; text-decoration: none; font-weight: bold;}
a:active style1{color: #000000; text-decoration: none; font-weight: bold;}
a:visited style1{color: #000000; text-decoration: none; font-weight: bold;}
a:hover style1{color: #000000; text-decoration: underline; font-weight: bold;}



