html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 width:100%; 
  min-width: 500px; 
  
} 
 
#header{ 
 height:135px; 
 width:100%; 
 background-color:#FFFFFF; 
 border-bottom: thick #333333 solid;
 } 
  
#logo{ 
	float:left;
 } 
  
#locale{
	float:right;
 } 
  
#banner{
	position:absolute; 
	float:none;
	font-family: arial ;
	left: 350px ;
	top: 0px ;
	width: 250px ;
	z-index: 5 ;
} 
 
#leftcol{
 width:190px; 
 float:left; 
 position:relative; 
 margin-left:-190px; 
 margin-right:1px; 
 }
 
#outer{ 
 border:solid #333333 0px; 
  /*/*/ border-left-width: 190px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #660033;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 180px; /* 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; 
 } 
 
#rightcol{
 /*/*/ width:180px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-180px; 
 margin-left:1px; 
} 
 
#footer{
 height:30px; 
 width:100%; 
 font-size:10px;
	color : #99CCCC;  
 background-color:#333333; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }
 
#outer>#inner { border-bottom: 1px solid #F6FF00;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
ul {  
	font-family : "Times";
	font-size:18px;  
	display: block; 
	width: 100%; 
	color : #FFFF00; 
	background-color : #660033;
	margin:5px 0px 5px 0px;
	padding:0px;
	list-style: none; 
} 

ul li a { 
	font-family : "Times";  
	display: block; 
	width: 100%; 
	color : #FFFFFF; 
	background-color : #660033; 
	text-decoration: none;
	margin:5px 0px 5px 0px;
}

ul li a:hover { 
	font-family : "Times";
	display: block; 
	width: 100%; 
	color : #FFFFFF; 
	background-color : #333333; 
	text-decoration: none;
	margin:5px 0px 5px 0px;
} 
 

 
 /*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;} 
}
