body {
  background-color: #fcfbfa;
  color: #000;
  font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
  overflow: hidden;
}
body#framed, body#tagged {
  background-color: transparent;
  overflow: auto;
}
#back1 {
  display: block;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
#back2 {
  display: block;
  width: 100%;
}
#back3 {
  display: none;
}
#banner {
  height: 22%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
#navbar {
  position: fixed;
  bottom: 70%;
  left: 0;
  width: 100%;
  z-index: 2;
  overflow: visible;
  text-align: left;
}
#ViewWindow {
  background-color: transparent;
  border: none;
  position: fixed;
  top: 30%;
  left: 0;
  height: 70%;
  width: 100%;
  z-index: 10;
}
select {
  background-color: #fcfbfa;
  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: transparent;
}

.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: #F00;
}
.disclaimer, .footer {
  color: #900;
}
.subtitle, .letter {
  color: #900;
}
.list, .letter {
  color: #900;
}

/* Contact */

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