html, body{ 
 margin:0; 
 padding:0; 
 background-color:#05689a; 
 background-image: url("images/gradiant.gif");
 background-repeat: repeat-x;
 text-align:center; 
 font-family:arial, helvetica, sans-serif;
} 

h1{ color: #ff6600;
}
 
h2{ color: #ff6600;
}
 
h3{ color: #ff6600;
}
 
#pagewidth{ 
 width:780px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
} 
 
#header{ 
 width:100%; 
 height: 309px;
 background-color:#FF6600; 
 text-align: center;
 } 
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-right-width: 150px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #ffcc99;  /* right column colour */ 
border-right-style: solid; 
  background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:150px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-150px; 
 margin-left:1px; 
} 
 
#footer{
 width:100%; 
 background-color:#A6D1C3; 
 text-align: center;
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 width: 610px; 
 position: relative; 
 margin: 0 -8px 0 0px; 
 padding: 0px 10px 0px 10px;
 }
 
#maincol img {padding:10px;}
 
#menu{
text-align: center;
color: #ffffff;
font-weight: bolder;
font-size: 80%;

}

#menu a:link 
   { color: #ffffff;               
	text-decoration: none;
	font-weight: bolder; }
     
#menu a:visited 
   { color: #ffffff;               
	text-decoration: none;
	font-weight: bolder; }

#menu a:active
   { color: #ffffff;                
	text-decoration: none;
 	font-weight: bolder; } 

#menu a:hover
   { color: #000066;                
	text-decoration: none;
 	font-weight: bolder; } 
 	
#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*/ 
 
.purplefont {font-weight: bolder;
	 color:#CC00FF;}
 
 /*printer styles*/ 
@media print{ 

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

.imgleft{	
 float: left;
 margin: 4px 15px 4px 4px;
}
.imgright{
 float: right;
 margin: 20px 4px 4px 15px;
}
