
html, body{ 
 margin:0; 
 padding:0; 
 background-color:#EDE4DC; 
 font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
 font-size: 13px;
 background-image: url("images/background.gif");
 background-repeat: no-repeat;
 text-align:center; 
} 
 
#pagewidth{ 
 width:780px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
 border: solid 1px #525152; 
} 
 
#header{ 
 height:150px; 
 width:100%; 
 background-color:#DFCFBF; 
 /*  background-image: url("images/southerly.jpg");  */
 background-repeat: no-repeat;
 } 

#sub_header{ 
 height:0px;
 color:white; 
 padding-right:10px;
 background-color: #0D277F;
 text-align:right;
 }
 
#leftcol{
 width:150px; 
 float:left; 
 position:relative; 
 margin-left:-145px; 
 margin-right:1px; 
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 150px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #DFCFBF;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 10px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #DFCFBF;  /* right column colour */ 
border-right-style: solid; 
  background-color: #EDE4DC; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:10px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-10px; 
 margin-left:1px; 
} 
 
#footer{
 height:30px; 
 width:100%; 
 background-color:#DFCFBF; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #EDE4DC;  }
 
.clr{clear:both;}
 
.content{padding:5px; border:none; padding-right: 12px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}


#navlist
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 130px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em 0;
border-top: 1px solid gray;
text-indent: 10px;
width:auto;

}

#navlist li a { text-decoration: none; color: #fff;}

#navlist li a:hover { text-decoration: none; font-weight:bold; color: #fff;}