body{
	background-color:  #c9c299;
	width:  750px;
	margin-left: auto;
	margin-right: auto;
	}

#maintable{
	width: 750px;
	background-color: #eae7d0;
	border-right: 10px solid #660000;
	border-left: 10px solid #660000;
	border-top: 10px solid #660000;
	border-bottom: 5px solid #660000;
	}
	
h1 {
	text-align: center;
	color: #660000;
	font-size: 2em;
	font-weight: 900;
	font-family: "Verdana";
	}
	
h2, h3, h4 {
	text-align: center;
	color: #000000;
	font-family: "Verdana";
	}

h2{
	font-weight: 900;
	font-size: 1.25em;
	text-decoration: underline;
	}
	
h3 {
	font-size: 1.25em;
	padding-left: 20px;
	padding-right: 20px
	}
	
h4 {
	font-size: 1em;
	padding-left: 20px;
	padding-right: 20px;
	}


#nav {
		width: 750px;
		height: 18px;
		border-top: 2px solid #660000;
		border-right: 2px solid #660000;
		border-left: 2px solid #660000;
		border-bottom: 2px solid #660000;
		}
	
	#nav td {
		background-color: #c9c299;
		border-left:  1px solid #660000;
		border-bottom:  1px solid #660000;
		border-top: 1px solid #660000;
		border-right: 1px solid #660000;
		text-align: center;
		padding:  0px;
		}
		
	#nav td:hover {
		border:medium inset #ffffff;
		background-color :#FFFFFF;
		}
	
	#nav a {
		font-family:  Verdana, Arial, Helvetica, sans-serif;
		font-size: 16;
		}

	#nav a:link {
		color:  #660000;
		text-decoration: none;
		}
	
	#nav a:visited {
		color:  #660000;
		text-decoration: none;
		}

	#nav a:hover {
		test-decoration: underline;
		}



div.menubar{
	position: relative;
	color :#000000;
	background: #000000;
	background-image: url('images/button_background.gif');
	margin: 0px;
	width: 750px;
	height: 23px; 
	padding: 0px;
}

a.menu{
	position: relative;
	left: 8px;
	border:medium solid #ffffff;
	width: 100px; 
	text-align : center;
	font-family: Comic sans, Verdana, sans-serif;
	font-style : normal ;
	font-size : 12pt;
	font-weight :bold;
	color :#660000;
	text-decoration : none;
	background-color :#ffffff;
	padding :0px 1px 0px 1px;
	}

a.menu:hover{
	border:medium inset #ffffff;
	color :#66000;
	background-color :#c9c299;
	}
	
a.hlink{
	text-align: center;
	color: #660000;
	font-size: 1.25em;
	font-family: "Book Antiqua";
	text-decoration: none;
	}
		
a.hlink:hover{
	font-size: 1.25em;
	text-decoration: underline;
	font-weight: bold;
	}
	
a.hlink:visited{
	color: #660000;
	}
 
a.infomenu{
	border: medium solid #cccccc;
	display: block;
	width: 160px;
	text-align: center;
	font-family: verdana, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: bold;
	color: #536f92;
	text-decoration: none;
	background-color: #cccccc;
	padding: 0px;
}

a.infomenu:hover{
	border: medium inset #ffffff;
	color: #ffffff;
	background-color: #cccccc;
}