body { 
  min-width: 600px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: black;
  background-color: white;
  font-size: 10pt;
  font-style: normal;
  font-family: arial, "lucida console", sans-serif;
}

img {
  behavior: url("pngbehavior.htc");
  border: none;
}

a {
  font-style: normal;
  text-decoration: none;
}

a:link,
a:visited {
  color: #774400;
}

a:active {
  color: black;
}

a:hover {
  color: #aa8800;
}

p, h1, h2, h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0px 5px 0px 5px;
}

h1, h2, h3 {
  font-variant: small-caps;
  font-family: arial, "lucida console", sans-serif;
}

h1 {
  border-bottom: dotted 1px black;
  padding: 0px;
}

h2 {
  font-size: larger;
  padding-top: 0px;
  margin-bottom: 0px;
}

table {
  width: 100%;
}

td {
  vertical-align: top;
}

td#logo {
  min-width: 600px;
  width: 100%;
  text-align: right;
  padding: 0px;
}

td#menu {
  height: 440px;
  width: 15%;
  margin: 0px;
  text-align: left;
  border-right: solid 1px black;
  padding: 0px 5px 0px 5px;
}

td#menu ul {
  margin-top: 0px;
}

td#menu li {
  list-style-type: none;
  margin-left: -40px;
}

td#menu a {
  display: block;
  border: solid 1px #aaaaaa;
  background-color: #ffffaa;
  margin-bottom: 2px;
  text-align: right;
  padding-right: 5px;
}

td#menu a.selected {
  background-color: #774400;
  color: white;
}

td#menu a:hover {
  background-color: #aa8800;
  color: white;
}

td#main {
  padding: 0px;
  text-align: left;
  border: solid 1px black;
  background-color: #eeeeaa;
}

div#content {
  padding: 5px;
}

div#foot {
  margin: 0;
  text-align: center;
  font-size: 6pt;
}

div#foot a,
div#foot a:hover,
div#foot a {
  display: inline;
  background: none;
  border: none;
}

div#foot a:hover {
  color: #aa8800;
}

div#index img {
  float: right;
}

