html, body{ 
 margin:5px; 
 padding:5px; 
 } 
 
#pagewidth{ 
 width:100%; 
  min-width: 500px; 
  
} 
 
#header{ 
 height:70px; 
 width:100%; 
 background-color:#DFE2D2; 
 } 
 
#leftcol{
 width:240px; 
 float:left; 
 position:relative; 
 margin-left:-240px; 
 margin-right:0px; 
 background-color:#DFE2D2; 
 }
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 240px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #DFE2D2;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 500px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #DFE2D2;  /* right column colour */ 
border-right-style: solid; 
  background-color: #DFE2D2; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:500px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-500px; 
 margin-left:5px; 
 background-color:#DFE2D2; 
} 
 
#footer{
 height:100px; 
 width:100%; 
 background-color:#DFE2D2; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #DFE2D2;  }
 
.clr{clear:both;}
 
.content{padding:1px;} /*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;} 
}

p { 
font: italic 10px georgia, serif; 
} 

a:link {color: #0000ff; font-size: 90%; text-decoration: none}
a:visited {color: #ff0000; text-decoration: none}
a:hover {background: #66ff66}

a.three:link {color: #0000ff; font-size: 75%; text-decoration: none}
a.three:visited {color: #ff0000; font-size: 75%; text-decoration: none}
a.three:hover {background: #66ff66}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: black;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
}
