html, body{ 
 margin:0; 
 padding:0; 
 background-color:#0c5a8a; 
 color: #000000;
 font-size: normal;
 text-align:center; 
 font-family: Calibri, arial, helvetica, sans-serif;
} 

h1{ 
     clear: both;
     font-family:  Calibri, arial, verdana,helvetica, sans-serif;
     font-size: 150%;
     background-color:#ffffff; 
     color: #000000;
     text-align: center;
}
 
h2{ 
     clear: both;
     font-family:  Calibri, arial, verdana,helvetica, sans-serif;
     font-size: 130%;
     background-color:#ffffff; 
     color: #000000;
     text-align: center;
}
 
h3{ 
     clear: both;
     font-family:  Calibri, arial, verdana,helvetica, sans-serif;
     font-size:110%;
     background-color:#ffffff; 
     color: #000000;
}
 
#pagewidth{ 
 width:940px; 
 text-align:left; 
 min-width: 500px;margin-left:auto; 
 margin-right:auto; 
 background-color:#ffffff; 
 color: #000000;

} 
 
#header{ 
 width:100%; 
 text-align: left;
 background-image: url("images/logo.jpg");
 background-repeat: no-repeat; 
 color: #004f9c;
} 
 
#outer{ 
 border:solid white 0px; 
  /*/*/ border-right-width: 150px; /* right column width. NN4 hack to hide borders */ 
border-right-color: #b1cce7;  /* right column colour */ 
border-right-style: solid; 
  background-color: #FFFFFF; /* center column colour */ 
width: auto; 
 } 
 
#rightcol{
 /*/*/ width:150px; /* hack keeps NN4 right column right? */ 
 height: 100%;
 float:right; 
 position:relative; 
 margin-right:-150px; 
 margin-left:1px; 
} 

#rightcol hr{
 color: black;
 width: 90%;
 text-align: center;
}
 
#footer{
 width:100%; 
 background-color:#89e4b2; 
 text-align: center;
} 
 
#inner{margin:0; width:100%;
}
 
#maincol{ 

 float: left; 
 width: 750px; 
 height: 100%;
 position: relative; 
 margin: 0 -8px 0 0px; 
 padding: 0px 30px 0px 10px;
 font-family:  "Calibri", arial, verdana,helvetica, sans-serif;
 background-color: #ffffff;  
 color: #000000;
 }
 
#maincol img {
 padding:10px;
 border: none;
} 
 
#menu{
text-align: left;
color: #004f9c; 
font-family:  arial, verdana,helvetica, sans-serif;
font-weight: bold;
font-size: 80%;
padding: 120px 0px 0px 0px;
}

#menu a:link 
   { color: #004f9c;               
	text-decoration: none;
	font-weight: bold; }
     
#menu a:visited 
   { color: #004f9c;               
	text-decoration: none;
	font-weight: bold; }


#menu a:hover
   { color: #07aa51;                
	text-decoration: none;
 	font-weight: bold; } 
 	
#menu a:active
   { color: #07aa51;                
	text-decoration: none;
 	font-weight: bold; } 
 	
#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*/ 

dt {
 font-weight: bold;
 font-size: larger;
 background-color: #ffffff ;

}

.eg200r {
	border: 1px solid #63422f; 
	margin: 1em; 
	padding: 1em;
	width: 200px;
	float: right;
	color: #63422f;
	}
 
 /*printer styles*/ 
@media print{ 

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