﻿body {
	text-align: center;
	background-color: #593e1a;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: center;
	background-color: #FFFFFF;
	padding: 10px;
}
#main {
	float: right;
	width: 540px;
	text-align: justify;
	margin-right: 10px;
	margin-left: 10px;
}
#left {
	width: 200px;
	text-align: center;
}
#leftnav {
	background-color: #6B78B4;
	width: 100%;
	margin: 10px 0px 10px 10px;
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
#leftnav ul{
	margin: 0 auto 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
#leftnav li{
	border-style: solid;
	border-width: 3px 5px 3px 5px;
	border-color: #899EBE;
	background: #f5f5f5;
	text-transform: capitalize;
	font-weight: normal;
}
#leftnav a{
	display: block;
	color: #000000;
	background: 5px
center;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#leftnav a:hover{color:#035F26;
text-decoration:underline;
}
#topnav {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	line-height: 22px;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 25px 0 0;
	margin-bottom: 15px;
	background-color: #266A2E;
}
#topnav a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 5px;
}
#topnav a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
hr {
	color: #FFFFFF;
	width: 90%;
	height: 1px;
}
#leftnav {
	background-color: #899EBE;
	width: 200px;
	margin: 0px 0px 10px 10px;
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
#footer {
	text-align: center;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	float: right;
	width: 770px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('images/background.jpg');
}
#mainwrapper {
	background-color: #FFFFFF;
	padding-top: 10px;
	float: left;
	width: 770px;
}
h1 {
	font-size: large;
	margin-bottom: 0px;
	text-align: left;
}
h2 {
	font-size: medium;
	color: #266A2E;
	margin-bottom: 0px;
}
h3 {
	font-size: small;
	font-style: italic;
	background-color: #E6E6E6;
	color: #6B78B4;
	margin-bottom: 0px;
}
.quote {
	text-align: center;
	background-image: url('images/background.jpg');
	margin: 10px 30px 10px 30px;
	padding: 10px;
}
.center {
	text-align: center;
}
.table {
	width: 100%;
	text-align: center;
}
#stafftable td {
	text-align: center;
	width: 33%;
}
#boardtable td {
	text-align: center;
	width: 50%;
	border: 1px double #593e1a;
	background-color: #E6E6E6;
}
#programs {
	background-color: #FF9900;
	width: 100%;
	margin: 10px 0px 10px 10px;
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
#programs ul{
	margin:0;
	padding:0;
	list-style:none;
}
#programs li{
	border-style: solid;
	border-width: 3px 5px 3px 5px;
	border-color: #FF9900;
	background: #f5f5f5;
	text-transform: capitalize;
	font-weight: normal;
}
#programs a{
	display: block;
	color: #000000;
	background: 5px;
	text-decoration: none;
}
#programs a:hover {
	color: #035F26;
	text-decoration: underline;
}
.img_right {
	margin-left: 5px;
	margin-right: 5px;
	float: right;
}
p {
	margin-top: 10px;
	margin-bottom: 0px;
}
.img_rt {
	border-style: solid;
	border-width: 0px;
	float: right;
	margin-left: 5px;
}
.img_lt {
	border-style: solid;
	border-width: 0px;
	float: left;
	margin-right: 5px;
}
h4 {
	color: #FF9900;
	font-weight: bold;
	font-size: small;
}
h4 a {
	color: #FF9900;
	font-weight: bold;
	font-size: small;
}
h2 a {
	font-size: medium;
	color: #266A2E;
	margin-bottom: 0px;
}
.no_border {
	border-width: 0;
}
.align_left {
	text-align: left;
}
#menubar {
	width: 100%;
	margin: 10px 0px 10px 10px;
	text-align: center;
	padding-bottom: 10px;
}
