/* General Stylesheet */
/*
green: #008500
red: A4570C
light tan: FFF1E4
dark tan: EDD0B2
*/

body {
	width: 780px;
	margin: 2px auto;
	background-color: #FFF1E4;
}

p {
	text-indent: 10px;
}

table.admin {
	font: 12pt Arial, sans-serif;
}

.siteheader {
	position: relative;
	float: left;
	text-align: center;
}

.logoimage {
	position: relative;
	float: left;
	border: none;
	margin: 0px;
	
}

.nameimage {
	position: relative;
	float: left;
	border: none;
	margin: 0px;
	vertical-align: top;
}

/*.pagetitle {
	position: relative;
	float: left;
	width: 530px;
	height: 53px;
	margin: auto 25px;
	border: none;
	background-color: #E1E1E1;
	text-align: center;
	vertical-align: middle;
	font: 35px, Georgia, serif;
}*/

.main {
	position: relative;
	float: left;
	width: 750px;
	margin: 25px auto;
}

.menu {
	position: relative;
	float: left;
	width: 159px;
	padding: 5px;
	background-color: #EDD0B2;
	font: 14px, Times, serif;
}

.pagetext {
	position: relative;
	float: left;
	width: 520px;
	margin-left: 25px;
	padding: 5px;
	background-color: #FFF1E4;
	font: 14px, Times, serif;
	text-align: justify;
}

.pagetitle {
	position: relative;
	float: center;
	text-align: center;
	font: 24px, Times, serif;
	color: #008500;
}

.pagetitle2 {
	position: relative;
	float: center;
	text-align: center;
	font: 18px, Times, serif;
	color: #008500;
}

.footer {
	position: relative;
	float: right;
	width: 300px;
	margin: auto 170px;
	text-align: center;
	background-color: #EDD0B2;
	font: 10px, Times, serif;
}

.quote {
	padding-left: 50px;
	padding-right: 50px;
}

.quoteattribute {
	padding-left: 150px;
	padding-right: 50px;
}

.bylawarticle {
	text-align: center;
	font: 18px, Times, serif;
}

.clear {
	clear: both;
}

A {
	color: #008500;
}
A:hover {
	color: #A4570C;
}

.schedule {
	text-indent: 0px;
}

.admin {
	font-family: Arial, sans-serif;
}

.specialeventtitle {
	position: relative;
	float: center;
	text-align: center;
	font: 22px, Times, serif;
	color: #008500;
}

.specialeventtime {
	position: relative;
	float: center;
	text-align: center;
	font: 18px, Times, serif;
	color: #008500;
}

.specialeventtext {
	text-align: left;
	font: 14px, Times, serif;
}