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

html, body {
	margin:0;
	padding:0;
	height:100%;
	background: #562235;
}
#container {
	min-height:100%;
	position:relative;
}
#header {
	background:#ede9d5;
	height:110px;
}
#headerStripe {
	width:100%;
	height:3px;
	background-color: #979370;
}
#headerImage {
	height:258px;
	background-image:url(../gfx/headerImages/1.png);
	background-repeat: no-repeat;
	background-position:center;
}
#body {
	background-image:url(../gfx/backgrounds/midSectionFull2.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding:10px;
	padding-bottom:176px;	/* Height of the footer */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:176px;			/* Height of the footer */
	background-image: url(../gfx/backgrounds/footer.jpg)
}
.sloganDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #483d2f;
	text-decoration: none;
}
.textCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f7f2b2;
	text-decoration: none;
}
.textCopyright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f7f2b2;
	text-decoration: none;
}
.pageHeaderBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #483d2f;
	text-decoration: none;
}
.subPageHeaderGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7d8726;
	text-decoration: none;
}
.subPageHeaderOlive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #84815b;
	text-decoration: none;
}
.subPageHeaderPurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #713b56;
	text-decoration: none;
}
.textBrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #483d2f;
	text-decoration: none;
}
.textBrown a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #483d2f;
	text-decoration: underline;
}
.textGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7d8726;
	text-decoration: none;
}
.textGreen a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7d8726;
	text-decoration: underline;
}
.textPurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #713b56;
	text-decoration: none;
}
.textPurple a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #713b56;
	text-decoration: underline;
}
.textOlive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #84815b;
	text-decoration: none;
}
.textOlive a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #84815b;
	text-decoration: underline;
}