ul#menu {
  width: 150px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 12px;
  color: #785a3c;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}
.content {
	text-indent: 2em;
	text-align: left;
}
.footer {
	width: 100%;
	border-top-width: medium;
	border-style: groove;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	clear: both;
	text-align: center;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: black;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: black;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: black;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-indent: 0;
	text-align: center;
	color: black;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	text-indent: 1em;
	text-align: left;