html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 90%;
background-color:#666666;
color:#000000;

} 
 
#wholepagewidth{ 
 width:820px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{ 
 height:25px; 
 width:100%; 
 background-color:#666666; 
 font-weight:bold;
font-stretch:narrower;} 

#header1{ 
 height:210px; 
 width:100%; 
 background-color:#666666; 
 font-weight:bold;
font-stretch:narrower;} 
 
#header2{ 
 height:10px; 
 width:100%; 
 background-color:#666666;
 color:#000000;
 text-align:center; 
} 

#leftcolumn{
 width:160px; 
 float:left; 
 position:relative; 
 margin-left:-160px; 
 margin-right:1px;
 text-align:left; 
 font-weight:bold;
 color:#333333 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 160px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #666666;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 5px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #666666;  /* right column colour */ 
border-right-style: solid; 
  background-color: #666666; /* center column colour */ 
width: auto; 
 } 
 
#rightcolumn{
 /*/*/ width:5px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-5px; 
 margin-left:1px; 
} 
 
#footer{
 height:25px; 
 width:100%; 
 background-color:#666666; 
} 
 
#footer1{
 height:85px; 
 width:100%; 
 background-color:#666666; 
 color:#000000;
 text-align:center;
} 
 
#footer2{
 height:35px; 
 width:100%; 
 background-color:#666666; 
 color:#000000;
 text-align:center; 
 font-size: 80%;
} 

#footer3{
 height:35px; 
 width:100%; 
 background-color:#666666; 
 color:#000000;
 text-align:center; 
 font-size: 100%;
} 



  
#inner{margin:0; width:100%;}
 
#maincolumn{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
color:#000000;
 }
 
#outer>#inner { border-bottom: 0px solid #666666;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

.subheader {font-weight:bold; font-style:italic} 
.title {font-family: Arial, Helvetica, sans-serif; font-size: 180%; color: #000000 } 

.links ,links:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #000000; text-decoration: none; }
.links:hover {color: #FF0066; text-decoration: none;}

.footerlinks ,footerlinks:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #FF9900; text-decoration: none; }
.footerlinks:hover {color: #FF0066;}

.menulinks ,menulinks:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #FF9900; text-decoration: none; }
.menulinks:hover {color: #FF0066;}

.footerdiv {color: #FFFFFF; font-weight:bold;}

.linksfooter {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #FF9900; text-decoration: underline; }
.linksfooter:hover {font-family: Arial, Helvetica, sans-serif;color: #FF0066; }