.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #F7E4CA;
}
.credits {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #923C1B;
	text-decoration: none;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #A4502E;
	text-decoration: underline;
}
h2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #A4502E;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E2DDB5;
}
.url {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #752117;
	font-weight: normal;
}
h3 {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #A4502E;
}
.menuheader2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #913B1A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #55220F;
	color: #FFFFFF;
	padding: 5px;
	font-variant: small-caps;
}
.border {
	border: 1px solid #55220F;
}
a {
	font-weight: bold;
	color: #55220F;
}
.box ul{

}
.box li{
	padding: 2px;
}
/* Layer Classes */
.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}