@charset "utf-8";
/* CSS Document */

#page-container {
	width: auto;
	margin: auto;
}
body {
	margin: 0px;
}
#header {
	height: 156px;
	background-image: url(../images/header_background.jpg);
	background-position: center;
	margin: 0px;
	padding: 0px;
}
#content {
	background-image: url(../images/brown_background.jpg);
	height: 732px;
}

#footer {
	background-image: url(../images/green_footer.jpg);
	height: 35px;
	background-repeat: repeat-x;
}
.menulinks a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #624B2B;
	text-decoration: none;
	word-spacing: 1em;
}
.menulinks a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #8EA265;
	text-decoration: none;
	word-spacing: 1em;
}
.menulinks a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #624B2B;
	text-decoration: none;
	word-spacing: 1em;
}
.menulinks a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #624B2B;
	text-decoration: none;
	word-spacing: 1em;
}
#top {
	margin-top: 50px;
}
#home-left {
	margin-left: 20px;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 30px;
	word-spacing: 0.1em;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.home-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 23px;
	padding-right: 20px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	float: left;
	margin-left: 30px;
}
.copyright a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #DCD187;
}
.copyright a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #DCD187;
}
.copyright a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #DCD187;
}
.copyright a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #DCD187;
}
input {
	background-color: #DCD187;
	padding: 5px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #330000;
}
textarea {
	background-color: #DCD187;
	padding: 5px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #330000;
}
.yellow_accent {
	color: #DCD187;
	font-weight: bold;
}
    a:link {
	color: #98AA78;
}
    a:visited {
	color: #98AA78;
}
    a:active {
	color: #98AA78;
}
