﻿body{
 text-align:center;
 margin:0; 
 padding:0; 
 background-image:url('images/all_bkgd.gif');
 background-color:#003333;
 } 
html{
 text-align:center;
 margin:0; 
 padding:0; 
 background-image:url('images/all_bkgd.gif');
 background-color:#003333;
 } 
#pagewidth{ 
 min-width:500px;
 max-width:1200px;
 color:white;
 font-family:"Times New Roman", Times, serif;
 text-align:center;
 display:inline;
}
.pagewidth a:active{
	color:yellow
}
#header{
 vertical-align:top;
 position:relative; 
 height:200px; 
 width:100%;
 text-align:center;
}
#leftcol{
 top:-74px;
 left:3px;
 min-width:140px;
 max-width:140px;
 width:140px;
 height:100%;
 float:left;
 text-align:left;
 position:relative; 
 z-index:10;
  }
#rightcol{
 top:-74px;
 min-width:160px;
 max-width:160px;
 width:160px;
 height:100%;
 float:right;
 text-align:right;
 position:relative;
 z-index:10; 
 }
#maincol{  
 float: left;
 height:100%;
 display:inline; 
 position:relative; 
 width:auto;
 max-width:70%;
 text-align:left;
 z-index:5;
 }
#footer{
 height:auto;
 width:100%;
 clear:both;
 position:relative;
 z-index:6;
 text-align:center;
/* *** 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;} 
#maincol{width:100%; float:none;}
}
