BODY {
	color: #000000;
	background-color: White;
	font-size: medium;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#pagewidth{ 
 width:468px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
  
} 
 
#header{ 
 height:2px; 
 width:100%; 
 background-color:#8c0018; 
 color: #8c0018;
 text-align: center;
 font: bold;
 } 
 
#leftcol{
 width:100px; 
 float:left; 
 position:relative; 
 margin-left:-100px; 
 margin-right:1px; 
 vertical-align: middle;
 }
 
#outer{ 
 border:solid #fff 0px; 
  /*/*/ border-left-width: 100px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: white;   /* left column colour */ 
border-left-style: solid; 
 /*/*/ border-right-width: 100px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #fff;  /* right column colour */ 
border-right-style: solid; 
  background-color: #fff; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:100px; /* hack keeps NN4 right column right? */ 
 float:right; 
position:relative; 
  margin-right:-100px; 
 margin-left:1px; 
 vertical-align: middle;
 font: bold;
} 
 
#footer{
 height:1px; 
 width:100%; 
 background-color:#8c0018; 
 color: #ffff99;
 text-align: center;
 font: bold;
} 
 
#inner{margin:0; width:100%;}
 
#maincol{ 
 float: left; 
 text-align: center;
 width: 100%; 
 position: relative; 
 margin: 0 -8px 0 -2px; 
 vertical-align: middle;
 }
 
#outer>#inner { border-bottom: 1px solid #fff;  }
 
.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;} 
}

H1 {
	font-size:36px;
	padding:10px 10px 10px 10px;
	color: #00adE7;
	text-align: center;
 	background-color: #8c0018;
	font-family: "Bookman Old Style";
	font-style: italic;
	font: bold;
}

H2
{font-weight: bold; 
color: #8c0018;  
text-align: center;
   
    }

A
 {
	color: #00adE7;
	text-decoration: none;
	font-weight: bolder;
}

A:HOVER {
	color: #bf0d2f;
	text-decoration: none;
	background-color: #ffff00;
	font-style: italic;
	font: bold;
}

}
body  { 
	scrollbar-face-color: #8c0018; 
	scrollbar-shadow-color:#eff0C2; 
	scrollbar-highlight-color: #b32124; 
	scrollbar-3dlight-color: #7eb3ce; 
	scrollbar-darkshadow-color: #eff0C2; 
	scrollbar-track-color: #7eb3ce; 
	scrollbar-arrow-color: #7eb3ce;

	


