@charset "utf-8";
#container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #773C00;
	background-color: #FFFFFF;
}
#container #footer {
	padding: 10px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 95%;
	background-color: #FFCB97;
	border: thin solid #773C00;
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #banner {
	height: 165px;
}

#container #main {
	width: 90%;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#container #navbar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #804000;
	background-color: #FFCB97;
	height: 32px;
	border: medium solid #773C00;
	text-align: center;
	width: 97%;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

ul {
	margin: 0px;
	padding: 0px;
	bottom: -8px;
	position: relative;
}
li {
	display: inline;
	list-style-type: none;
	margin-right: 12px;
	margin-left: 12px;
}
a:link {
	color: #773C00;
	text-decoration: underline;
	font-weight: normal;
	font-size: small;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	border: thin dotted #CCFFFF;
}
a:visited {
	color: #773C00;
	font-weight: normal;
}
#container #main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
}

.listnav {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #0066CC;
}
