body {
	background-color: #FFFAF0;
}
a:link {
	color: #336600;
	text-decoration: none;
}
a:visited {
	color: #669900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #336600;
}
a:active {
	text-decoration: none;
	color: #99FF00;
}
.Header {
	background-color: #2D1724;
	position: absolute;
	height: 120px;
	width: 100%;
	top: 0px;
	right: 100%;
	background-image: url(../images/trees.jpg);
	background-repeat: no-repeat;
	visibility: visible;
	left: 0px;
	bottom: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
}
.NavBar {
	background-color: #FFFAF0;
	height: 30px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 130px;
	bottom: 170px;
}
.PageContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	position: absolute;
	left: 220px;
	top: 171px;
	width: 700px;
}
.Credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #990000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #3F9926;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #990000;
}
.Slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.SideBar {
	width: 180px;
	top: 170px;
	left: 5px;
	position: absolute;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	list-style-position: outside;
	list-style-image: url(../images/buttons/bullet_orange.gif);
	padding: 4px;
	border: 1px solid #59990C;
	font-weight: normal;
	font-size: 80%;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #006600;
}
