﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #004A00;
}
#container {
	width: 49em;
	margin: 0 auto;
	background-color: #ffffdd;
	font-family: "Comic Sans MS";
	font-size: medium;
	color: #004A00;
}

#masthead {
	text-align: center;
	width: 100%;
	background-color: #b9b12d;
	padding-bottom: 20px;
	padding-top: 10px;
	font-family: "parkAvenue BT";
	font-size: 30pt;
	font-weight: bold;
}
#sidebar {
	float: left;
	width: 12em;
	background-color: #ffffdd;
	clear: both;
	display: inline;
	font-family: "comic Sans MS";
	font-size: medium;
	font-weight: normal;
	color: #008000;
	text-decoration: underline;
	text-indent: 5px;
	padding-top: 15px;
}
#content {
	float: left;
	padding: 15px;
	overflow: auto;
	background-color: #ffffdd;
	margin: 0px;
	left: 13em;
	width: 34em;
	border-left-style: double;
	border-left-width: thick;
	border-left-color: #004A00;
	font-family: "comic Sans MS";
	font-size: medium;
	color: #004A00;
}
#content img {
	display: block;
}
#footer {
	width: 100%;
	background-color: #b9b12d;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	font-family: "Comic Sans MS";
	font-size: medium;
	font-weight: bold;
	color: #004A00;
}

#masthead p {
	text-align: center;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	color: #004A00;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
}
#sidebar a {
	font-weight: normal;
	text-decoration: underline;
	color: #008000;
	display: block;
	padding: 5px;
	text-indent: 15px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #004A00;
}
#sidebar a:visited {
	color: #00FF00;
}
#sidebar a:visited:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #004A00;
}

/* Styles for Footer */
#footer p {
	font-size: small;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #004A00;
}
#footer a {
	color: #004A00;
	text-decoration: underline;
	font-size: medium;
	font-weight: normal;
}
#footer a:hover {
	color: #004A00;
	font-weight: bold;
}

a {
	color: #008000;
	text-decoration: underline;
}

