/* *** don't alter *** */
html, body{ 
 margin:12px; 
 padding:0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color:#FFFFFF; 
} 
 
#pagewidth{ 
 width:100%; 
  min-width: 500px; 
  
} 
 
#header{ 
 height:75px; 
 width:100%; 
 background-color:#FFFFFF; 
 } 

#leftcol{
 width:189px; 
 float:left; 
 position:relative; 
 margin-left:-189px; 
 margin-right:1px; 
 padding: 0;
 }
 
 
#outer{
	width: auto;
	border-top: 0px solid white;
	border-right: 0px solid white;
	border-bottom: 0px solid white;
	border-left: 189px solid #5297EF;
 } 
#inner{
margin:0; width:100%; padding: 0;
}
 
#maincol{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 }


#outer2{ 
 border:solid white 0px; 
  /*/*/ border-right-width: 300px ;  /* left column width. NN4 hack to hide borders */ 
border-right-color: #FFFFFF;   /* right column colour */ 
border-right-style: solid; 
width: auto; 
 } 
 
 
#inner2{
margin:1; width:100%;
}
 
#maincol2{ 
 float: left; 
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -1px; 
 }
 

 
 
#rightcol{
 /*/*/ width:300px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-300px; 
 margin-left:1px; 
} 
#rightcol img {
	padding-left: 10px;
}
 
#footer{
 background-color:#FFFFFF; 
	font-size: 9px;
	color: #474747;
	margin: 0px;
	padding-bottom: 2px;
	padding-left: 200px;
	padding-top: 0px;
} 
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{padding:5px;} /*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;} 
}
.ruler {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #5297EF;
	padding: 0px;
	height: 20px;
	background-image: url(../graphics/ruler.gif);
}
.worldwide {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	background-image: url(../graphics/strip.jpg);
	background-repeat: repeat-x;
	}
.map {
	}
