html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 90%; 
 background-color:#F57D31;
} 
 
#wholepagewidth{ 
 width:800px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto;  
} 
 
#header{ 
 height:280px; 
 width:100%; 
 font-weight:bold;
 font-stretch:narrower;
} 
 
#leftcolumn{
 width:150px; 
 float:left; 
 position:relative; 
 margin-left:-180px; 
 margin-right:1px;
 text-align:left; 
}
 
#outer{ 
border:solid white 0px; 
  /*/*/ border-left-width: 180px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #F57D31;   /* left column colour */ 
border-left-style: solid; 
background-color: #F57D31; /* center column colour */ 
width: auto; 
 } 
  
#footer{
 height:95px; 
 width:100%; 
 color:#333333;
 text-align:center;
} 

#footer1{
 height:60px; 
 width:100%; 
 color:#333333;
 text-align:center;
} 
 
#footer2{
 height:35px; 
 width:100%; 
 color:#FFFFFF;
 text-align:center; 
 font-size: 80%;
} 
  
#inner{
 margin:0; 
 width:100%; 
}
 
#maincolumn{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 color: black;
 }
 
#outer>#inner { 
 border-bottom: 1px;
}
 
.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: black; text-decoration: none; font-weight: bold; }
.links:hover {color: #333333;font-weight: bold; color: white}
.links-active {color: #333333;text-decoration: none;font-weight: bold;}

.linkssmall ,linkssmall:hover {font-family: Arial, Helvetica, sans-serif;font-size: 100%; color: #FFFFFF; text-decoration: none; }
.linkssmall:hover {color: #333333;}
.linkssmall-active {color: #333333;text-decoration: none;}


 /*printer styles*/ 
@media print {
#header {display:none;}
#footer {display:none;}
#footer3 {display:none;} 
}