/* ------- BOTTOM NAVIGATION ------- */

#bottomNav {
	background-color: #ffffff;
	font-size: 10pt;
	text-align: center;
	padding: 3px 50px 3px 50px;
	border-top: 1px dotted;
}
#bottomNav .mainNav {
	color: #856118;
}
#bottomNav .subNav {
	color: #7f937e;
}
#bottomNav a {
	color: #856118;
	text-decoration: none;
}
#bottomNav a:hover {
	color: #4e380a;
	background-color: #ffffcc;
}
#bottomNav a.subSet {
	color: #7f937e;
}
#bottomNav a.subSet:hover {
	color: #466045;
	background-color: #ffffcc;
}

/* ------- FOOTER ------- */

#footer {
	text-align: left;
	padding: 5px 70px 5px 100px;
	font-size: 8pt;
	line-height: 12pt;
	color: #655848;
	background-color: #ebe8d8;
	border-top: 1px dotted;
}
#footer a {
	color: #655848;
	text-decoration: none;
}
#footer a:hover {
	color: #462b0a;
	text-decoration: underline;
}

#descriptiveArea {
	background-color: #ebe8d8;
	padding: 500px 20px 0 20px;
	font-size: 1px;
	color: #c6c4b9;
}
