/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0;
 
 
 } 
 
#pagewidth{ 
 max-width:800px;  
 min-width:800px; 
 border:solid black 2px;
 background-color:#bbe0e3;
 color: #000000;
}
 
#header{
 position:relative;  
  background-color:#008080; 
 width:100%;
 font-family: Arial, Verdana, Tahoma, sans-serif;
 font-size: 44pt;
 color:#000000;
 text-align: center;
 padding-top: 20px;
 padding-bottom: 20px;
 vertical-align:middle;
} 
 
#leftcol{
 width:4%; 
 float:left; 
 position:relative; 
 background-color:#bbe0e3;
 }
 
#twocols{
 width:96%; 
 float:right; 
 position:relative;
 background-color:#bbe0e3;
 font-size: 100%;
 
  }
 
#rightcol{
 width:30%; 
 float:right; 
 position:relative;
 
 }
 
#maincol{  
 float: left; 
 display:inline; 
 position: relative; 
 width:70%;
 margin-top: 20px;
 margin-bottom: 20px;
 }
 
#footer {

         border: solid black 1px;
         margin-left: 10%;
         text-align:center;
         width: 50%;
        }
 
 /* *** 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;}
}


div#menulinks a {display: block; 
             text-align: center; 
             font: bold 1em sans-serif; 
             padding: 15px 10px; 
             margin: 0 0 10px; 
             border: solid black 2px; 
             text-decoration: none; 
             color: #000;
             background-color:  #008080;
             font-size: 100%;
             }

div#menulinks {position: absolute; 
           top: 20px; 
           right: 0; 
           width: 200px; 
           height: 500px;
           font: 18px Arial, Verdana, Tahoma, sans-serif;
           }

div#menulinks a:hover {color: #FFC;
           
          }
          
.innerlink   { 
             text-align: center; 
             font: bold 1em sans-serif; 
             padding: 5px; 
             margin-left:30%;
             border: solid black 2px; 
             text-decoration: none; 
             color: #000;
             background-color:  #008080;
             font-size: 100%;
             }          
             
           
