﻿.style4 {
	font-size: small;
	text-align: center;
}
.style2 {
	font-size: small;
}
.style3 {
	border: 1px solid #000000;
	background-color: #C0C0C0;
}
#text h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #660033;
}
#text h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #660033;
}

#navmenu h1 {
	font-family: "Century Schoolbook";
	font-weight: bold;
	font-size: medium;
	width: 241px;
	height:25px;
	margin: 0px;
	text-align: center;
	background-color: #660033;
	color: #F8F1E6;
	vertical-align: middle;
	padding: 5px;
	float: left;
	line-height: 25px;
}
#navmenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#navmenu li {
	float: left;
}
#navmenu a {
	text-decoration: none;
	color: #000000;
	display: block;
	background: #DEC48F;
	border: 1px #DEC48F;
	margin: 0px;
	padding: 5px;
	width: 99px;
	text-align: center;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
	font-size: 12px;
}
#navmenu a:hover {
	background-color: #C08E2C;
	color: #660033;
}
.sponsors {
	text-align: center;
	font-family: verdana;
	font-size: xx-small;
}
.copyright {
	font-family: verdana;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	margin-right: 15px;
	color: #FFFFFF;
}