.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}

.Head1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	color: #00809c;
	text-align: left;
}
.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #617218;
	font-weight: bold;
}

/* Menu */

#menu {
	height: 20px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height:20px;
	padding: 4px 5px 6px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 16px;
	color: #7F5C0F;
}

#menu a:hover {
	height: 20px;
	color: #00809c;
}

#menu .current_page_item a {
	color: #00809c;
}
.sidebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	padding: 10px;
}

