body {
	background-image: url(images/bg1.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
h1 {
	font-size: 22px;
	text-align: center;
	padding-top: 15px;
	border-bottom-color: #003300;
	border-bottom-style: double;
	border-bottom-width: 3px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
}
#navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	margin-top: 30px;
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 10px 0px 10px 0px;
	border-color: #333333;
	background-color: #f7fcf0;
	color: #000000;
	text-decoration: none;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	font-family: "Monotype Corsiva", Verdana, sans-serif;
	font-size: 20px;
	text-align: center;
	border-top-style: solid;
	font-weight: bold;
	width: 200px;
	margin-left: 2px;
	margin-right: 2px;
}
#navlist a:active {
background-color: #ffffff;
color: #000000;
}
#navlist a:hover {
background-color: #62714d;
color: #FFFFFF;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
