<!-- Style Sheet created with the CoffeeCup StyleSheet Maker -->
<!-- http://www.coffeecup.com -->
<style type="text/css">
@font-face {
    font-family: Cry Uncial;
    font-style:  normal;
    src: url(CRYUNCI0.eot);
  }
  BODY { font-family: Arial; 
	 font-size: small; 
	 font-style: normal; 
	 background: #C4DAB3; 
	 TEXT: #FFFFFF; 
     LINK: #FFCC00; 
     VLINK: #33FF33; 
     ALINK: #FF0000;  
	 }
H1 { font-family: Cry Uncial; 
   font-size: x-large; 
   color:  #008000;
   text-align: center;
   }
H2 { font-family: Cry Uncial; 
   font-size: large; 
   color:  #008000;
   text-align: left;
   }
#divMain
   {
   background: #C4DAB3; 
   border: 3px solid white; 
   width: 750px;
   font: Arial;  
   font-size: small;
   height: 600;
   }
#divHeader
   {
   float:top;
   border: 2px solid white; 
   margin: 0px;
   }   
#divMenu 
	{
	float:left;
	width:100px;
	background-color:#80A67E;
	border:0;
	font-family: Arial;
	font-size: small;
	}
#divContent
    {
	left: 0px;
	top: 150px;
	font-family: Arial;
	font-size: small;
	padding: 5px;
	}	
#divFooter
    {
	clear: both;
	margin: 0;
	padding: .5em;
	text-align: center;
	}	
#divLogo
    {
	float: center;
	}	
a   {
	font-size: small;
	font-family: Arial;
	link: FFCC00; 
    vlink: #457E43;
    }
</style>