body {
	background-color:#E6F9A6;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 5px;
}

h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #333333;
	text-align: center;
	display: none;
}
h2 {
	font-size: x-large;
	color: #663300;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}

h3 {
	font-size: small;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
th {
	color: #000000;
	background-color: #CEDB52;
	display: block;
}

p {
	font-size: medium;
	font-weight: normal;
	color: #000000;
}
.maintext {
	padding-right: 30px;
	padding-left: 30px;
}
.contact {
	font-size: medium;
	padding-left: 30px;
}
.nav a {
	font-size: medium;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #CCDA54;
	border: 1px solid #000000;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.nav a:hover {
	color: #CEDB52;
	text-decoration: underline;
	background-color: #633000;
}


li {
	font-size: medium;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
}
.oaktree {
	font-size: medium;
	color: #663300;
}
.small {
	font-size: small;
}
.border {
	border: 1px solid #000000;
}
.quotes {
	color: #9C0063;
	font-size: large;
}
.banner {
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #7B5939;
	border-right-color: #7B5939;
	border-bottom-color: #7B5939;
	border-left-color: #7B5939;
}

