body {
  margin: 0 0 0 0;
  background: white;
  color: black;
  height: 100%;
  font-family: sans-serif;
}

a:link, a:active, a:visited, a.static:link, a.static:active, a.static:visited
 {color:#772222; text-decoration:underline}
a:hover, a.static:hover
 {color:white; text-decoration:underline; background:#772222}

a.plain:link, a.plain:active,
a.plainstatic:link, a.plainstatic:active, a.plainstatic:visited
 {color:#772222; text-decoration:none}
a.plain:visited
 {color:#772222; text-decoration:none}
a.plain:hover, a.plainstatic:hover
 {color:white; text-decoration:none; background:#772222}

a.faq:link, a.faq:active, a.faq:visited
 {color:#772222; text-decoration:none}
a.faq:hover
 {color:white; text-decoration:none; background:#772222}

a.image:link, a.image:active, a.image:visited, a.image:hover
  {color: #000000; background: #FFFFFF;}

a.button:link, a.button:active, a.button:visited, a.button:hover {
  display: block;
  width: 5em;
  text-align: center;
  background: transparent;
  color: #772222;
  text-decoration: none;
  border: 1;
  border: thin solid #ffd700;
  padding-bottom: 5px;
}

h1, h2, h3, h4 { color: #772222 }

h1, h1.mainpage {
  font-size: 175%;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  padding: .5em 0 0.2em 0;
}

h2 {
  font-size: 140%;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: .25em;
  text-align: center;
  padding: 0 0 0 0;
}

h3 {
  font-size: 120%;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: .25em;
  padding: 0 0 0 0;
}

h4 {
  font-size: 100%;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: .25em;
  padding: 0 0 0 0;
}

#main {
  margin: 0 0 0 7em;
  padding: 0 0 1em 0;
}

/* navigation menu along the left side */

#map { 
  position: absolute; top: 0; left: 0;
  width: 6em;
  border-right: 2px solid black;
  height: 100%;
  background: #772222;
}

body > #map {
  position: fixed;
}
  
div#map p a:link, div#map p a:visited, div#map p a:active, div#map p a:hover {
  display: block;
  margin: 0.55em 1em 0.44em 1em;
  padding: 0.1em 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

div#map p a:link, div#map p a:visited, div#map p a:active {
  background: #772222;
  text-decoration: none;
  color: #ffe711 /* make slightly brighter against maroon background */
}

div#map p a:hover {
  text-decoration: none;
  color: white
}


/* banner along the top */

#banner {
  margin: 0 0 0 0;
  padding: 1em 1em 1em 0;
  height: 60px;
  text-align: right;
  overflow: hidden;
}

span.header {
  padding: 0 1em 0 0;
}

div.header input.go {
  border: 0;
  background: transparent;
  vertical-align: middle;
}

/* footer */

#footer {
  border-top: thin solid #ffd700;
  margin: 2em 1em 0 0;
  padding: .5em 0 0 0;
  font-weight: normal;
  font-size: 85%;
  color: #666666
}

#content {
  border-top: thick solid #ffd700;
  margin: 0 1em 0 0;
  padding: .5em 0 0 0;
}

/* miscellany */

span.bhss { color: #400080 }

span.bhsn { color: #772222 }

div.footnote { margin-top: 10em; margin-bottom: -1em; font-size: 75% }

span.caption { font-size: 75%; text-align: center }
div.photoblock {
  padding-top: 2em;
  text-align: justify;
  word-spacing: 2em;
  line-height: 10ex
}

img.photo, img.photomedium, img.photosmall {
  margin: 1px;
  padding: 2px;
  border: 4px solid #772222;
  background: #ffd700;
}

img.photomedium {
  width: 71%;
  height: 71%;
}

img.photosmall {
  width: 50%;
  height: 50%;
}

span.news { font-weight: bold; color: #772222 }

table.indent {margin-left: 20px}

ul, ol {
  margin: .5em 0 .25em 1.5em;
  padding-left: 0
}

ul ul { margin-top: 0 }

li {
  padding-left: 0;
  margin-left: 0;
  margin-top: .25em
}

ol {
  list-style-type: decimal;
  margin-bottom: 0;
  margin-top: .5em
}

ol ol {
  list-style-type: lower-alpha;
  margin-top: 0
}

ol ol ol {
  list-style-type: lower-roman;
  margin-top: 0
}

div.indent {
  padding-left: 1em
}

span.trademark, span.copyright {
  font-style: italic;
  color: #900
}

.alert {
  color: red;
}

/* netscape input workaround to get proper appearance */
input.submit { background: #772222; color: #ffe711; vertical-align: middle}