body { 
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0px;
}

#main {
	background-color: #FFFFFF;
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
	margin-right: 170px;
	margin-left: 175px;
}

#sidebar {
	background-color: #FFFFFF;
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
	float: right;
	width: 120px;
	height: 310px;
}

#footer {
	background-color: #5A7A40;
	color: #efe5d0;
	text-align: center;
	padding: 15px;
	margin: 10px;
	font-size: 90%;
	clear: both;
}

#header {
	background-color: #5A7A40;
	margin: 10px;
	height: 108px;
}

#menu {
	background-color: #5A7A40;
	font-size: 150%;
	font-weight: bold;
	padding: 15px;
	margin: 0px 10px 10px 10px;
	float: left;
	width: 125px;
	height: 500px;
}

h1 {
	font-size: 120%;
	color: #D97F1A;
}

h2 {
	font-size: 110%;
	color: #D97F1A;
}

h3 {
	font-size: 100%;
	color: #D97F1A;
}

h4 {
	font-size: 300%;
	color: #D97F1A;
}

a:link {
	color: #D97F1A;
	text-decoration: none;
	font-weight: bold;
	border-bottom: thin dotted #D97F1A;
}

a:visited {
	color: #D97F1A;
	text-decoration: none;
	border-bottom: thin dotted #D97F1A;
}

#Links {
	text-align: center;
	font-size: 150%;
}

.contact {
	text-align: center;
	font-size: 150%;
}

table {
	margin-left: 20px;
	margin-right: 20px;
	border: thin solid black;
	caption-side: bottom;
}

td, th {
	border: thin dotted gray;
	padding: 5px;
}

caption {
	font-style: italic;
	padding-top: 8px;
}