@charset "windows-1252";
.header { height:70px;
		  background:antiquewhite;
		  border:1px solid brown;	
		  font-family: Monotype Corsiva;
		  font-size:35px;
		  text-align: center;
  	    }	

#menu { position:absolute;
		top:75px;
		left:5px;
		width:156px;
		background:antiquewhite; 
		border-bottom:1px solid brown;
		color:brown;
		text-align: center;	
	  }	
	  
.menuhead {	left: 0px;
			width:152px;
			background:cornsilk;
			color:brown;  
			padding:1px;
			border:1px solid brown;	
			text-align: center;
			font-weight:bold;
			font-size:13px;
		  }	

.menuitem {	width:150px;
			background:ivory;
			color:brown;	
			padding:2px;
			border-left:1px solid brown;
			border-right:1px solid brown;
			font-weight:bold;
			font-size:12px;
			text-align: center;
  		  }	 

#mainbody { margin-left:155px;
			padding-top:5px;
			padding-right:20px;
			padding-bottom:5px;
			padding-left:20px;
			background:antiquewhite;
  		  }	 
		  
image {border:1px solid brown;
	   padding:1px;
	  }
		  
body { background-color: antiquewhite;
	   font-family: Verdana; 
	   font-size: 12px; 
	   color:brown;
 	   margin:0px;
	   padding-bottom:20px;
	   scrollbar-face-color:antiquewhite;
	   scrollbar-highlight-color:red;
	   scrollbar-3dlight-color:orange;
	   scrollbar-darkshadow-color:brown;
	   scrollbar-shadow-color:pink;
	   scrollbar-arrow-color:red;
	   scrollbar-track-color:ivory;
     }	 
	 
h1 { font-size:25px;
	 font-style:italic;
   }
h2 { font-size:15px }
h3 { font-size:35px;
	 font-family:Monotype Corsiva;
   } 
h4 {font-size:20px;
	font-weight:bold;
	font-style:italic; 
   }	  
h5 {font-size:25px;
	font-style:italic;
	font-family:Times New Roman;
	font-weight:bold;
   }
h6 {font-size:20px;
    font-weight:bold;
	font-family:Arial;
   }
   
p,h1,h2,h3,h4,h5,h6 { margin:10px 10px 10px 10px 10px;
			       text-align:center; 
		         }	

.footer { width:100%;
  		  text-align:center; 
		  font-size:xx-small;
		  font-weight:bold;
  		  margin-top:5px;  
		  margin-bottom:20px;
  		  padding:1px;
  		  background:ivory;
  		  color:brown;
  		  border:1px solid brown;	 
  		}

.endnote {font-size:xx-small;
		  font-family:Verdana, Arial, sans-serif;
		  text-align:center; 
		  text-align:bottom;
		 } 

a:hover { font-size:18px;
		  background-color:yellow; 
		  color:brown; 
		  text-decoration:none;
		}  
