* {
	margin: 0;
	padding: 0;
}
.site_container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-color: #9C6131;
	padding: 10px;
	padding-bottom: 25px;
	line-height: 1.5;
	margin-top: 25px;
}
.header h2, h3 {
	text-align: center;
}
h3 {
	font-size:large
}
.navsite {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid black;
	line-height: 2em
}
.navsite a:visited {
	text-decoration: none;
	color: #6B4118;
}
.navsite a:link {
	color: #6B4118;
	text-decoration: none;
}
.navsite a:hover {
	color: #FFFFCE;
	background-color: #6B4118;
}
.navsite a:active {
	color: red;
}
.main {
	width: 750px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9C6131;
	border-left-color: #9C6131;
	background-color: #FFFFCE;
}
.main ol {
	padding-left: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.main ul {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.main li {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.main p {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 25px;
	margin-right: 25px;
}
.main h3 {
	text-align:left;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: solid 1px black;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 5px;
}
.text p {
	line-height: 1.25em;
	margin-right: 25px;
	margin-left: 25px;
}
#left_column {
	float:left;
	width:50%;
}
#right_column {
	float:right;
	width:50%;
}
.clear {
	clear:both;
}
.schedule {
	padding: 10px;
}
caption {
	font-size: large;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}
.schedule table {
	border-collapse: collapse;
	border: 1px solid #9C6131;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}
.schedule td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 15px;
}
.schedule p {
	margin-left: 150px;
	margin-right: 150px;
}
.section {
	width: 75px;
	vertical-align: top;
}
body {
	background-color: #666;
}
.footer {
	background-color: #9C6131;
	padding: 10px;
	text-align: center;
}
.footer p {
	padding: 5px;
}
.sub_footer {
	text-align: center;
	color: white;
}
.sub_footer a:link {
	color: #FFFFCE;
}
.small {
	font-size: small;
}
#copyright {
	font-size:8pt;
	text-align:center;
	font-weight:normal;
}

