html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 90%;
color:#999999;
} 
 
#wholepagewidth{ 
 width:705px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 

#leftcolumn{
 width:204px; 
 float:left; 
 position:relative; 
 margin-left:-204px; 
 margin-right:1px;
 font-family: Courier New;
 color:#999999;
}
 
#outer{ 
 border:solid white 5px; 
  /*/*/ border-left-width: 204px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #FFFFFF;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 5px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #FFFFFF;  /* right column colour */ 
border-right-style: solid; 
  background-color: #FFFFFF; /* 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:180px; 
 width:100%; 
 color:#999999;
 text-align:center;
} 
 
#footer2{
 height:25px; 
 width:100%; 
 color:#999999;
 text-align:center; 
 font-size: 80%;
} 
  
#inner{margin:0; width:100%;}
 
#maincolumn{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
color:#999999;
 }
 
#outer>#inner { border-bottom: 0px solid #71835B;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

.links ,links:hover { font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #71835B; text-decoration: none; font-weight:bold;}
.links:hover {color: #999999; font-weight:bold;}

.leftlinks ,leftlinks:hover { font-family: Courier New;font-size: 100%; color: #71835B; text-decoration: none; }
.leftlinks:hover {color: #999999;}

.footerlinks ,footerlinks:hover { font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #999999; text-decoration: none; font-weight:normal;}
.footerlinks:hover {color: #71835B;}

.linksgrey ,linksgrey:hover { font-family: Arial, Helvetica, sans-serif ;font-size: 100%; color: #999999; text-decoration: none; }
.linksgrey:hover {color: #71835B;}

.footerdiv {color: #999999; font-weight:bold;}