.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	text-transform: uppercase;
	color: #c3a267;
	background-color: #573924;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #c3a267;
	background-color: ffffff;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-decoration: none;
	vertical-align: top;
	text-transform: none;
	line-height: normal;
	white-space: normal;
}
.menuhighlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #C3A267;
	background-color: #573924;
	text-align: center;
	border: thin groove #AA7B3B;
	text-decoration: none;
}
.textscroll {
	overflow: scroll;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
