body {
  background-color: black;
  color: #aaa;
  font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
  overflow: hidden;
}
body#framed, body#tagged {
  background-color: transparent;
  overflow: auto;
}
#back1, #back2, #back3 {
  display: none;
}
#banner {
  position: fixed;
  top: 0;
  right: 0;
  height: 22%;
  z-index: 1;
}
#navbar {
  position: fixed;
  bottom: 77.25%;
  left: 0;
  width: 100%;
  z-index: 2;
  overflow: visible;
  text-align: left;
}
#ViewWindow {
  background-color: transparent;
  border: none;
  position: fixed;
  top: 23%;
  left: 0;
  height: 77%;
  width: 100%;
  overflow: auto;
  z-index: 10;
}
select {
  background-color: black;
  border: none;
  color: #900;
  float: right;
  font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 100%;
  margin: 0 0 0 1em;
}
#navbar LI {
  text-align: left;
}
#navbar A {
  background-color: black;
}
.mobheader {
  display: none;
}
.content {
  margin: 0 20px;
}
.content OL {
  margin-left: 0;
  padding-left: 0;
}
.content OL LI {
  margin-left: 43px;
  padding-left: 0;
}

.floatleft {
  float: left;
  margin: 0 20px 20px 0;
}
.floatright {
  float: right;
  margin: 0 0 20px 20px;
}
.clearall {
  clear: both;
}
.flattop {
  margin-top: 0;
  padding-top: 0;
}

.note, .chat {
  margin-left: 2em;
  margin-right: 2em;
}
.note {
  font-style: italic;
}
.chat {
  font-family: Monospace;
}

.disclaimer {
  margin: 0 63px;
}
.disclaimer UL, .footer UL {
  list-style: none;
  margin: 0;
  padding: 0;
}
.disclaimer LI, .footer LI {
  margin: 0;
  padding: 2px 0;
}
A, A:visited, A:link {
  color: #900;
  font-weight: bold;
  text-decoration: none;
}
A:hover, A:active {
  color: #960;
}
.disclaimer, .footer {
  color: #900;
}
.subtitle, .letter {
  color: #900;
}
.list, .letter {
  color: #900;
}


/* Contact */

.button {
  background-color: black;  
  color: #500;  
  border: 2px solid;  
  border-color: #960 #640 #640 #960;
}
.inputlabel {
  color: #900;
  font-size: 80%;
  margin: 1ex 0 0 0;
}
.form_1, .form_2 {
  background-color: black;
  color: #aaa;
  border: 2px solid;  
  border-color: #640 #960 #960 #640;
}
.form_2 {
  height: 10em;
}
