/* We use a Background Image for Netscape 4 because*/ 
/*it cannot span the entire window with a div bg color */
body {
  background-color: #faf0b3;
  padding: 0;
  margin: 0;
  }

/* Netscape 4 will not honor font styles on the body selector very well */
p, div {
  color: #333;
  font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
  }

#mediumbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 28em;
  height: 2em;
  background-color: #69789c;
  }
  
#darkbox {
  position: absolute;
  background-color: #663300;
  top: 1em;
  left: 0em;
  right: 0em;
  width: 100%;
  height: 5em;
  border-top: #f5f5f5 solid 0.5em;
  border-bottom: #f5f5f5 solid 0.5em;
  }
  
#darkbox h1 {
  color: #faf0b3;
  font-size: 1.5em;
  text-align: center;
  padding-top: 0.3em;
  }

#navigation {
  }

#navigation ul {
  margin-top: 1em;
  text-align: center;
  list-style-type: none;
  color: #faf0b3;
  background-color: #663300;
  width: 100%;
  }

#navigation ul li  {
	font-size: 0.8em;
	display: inline;
	}

#navigation ul li a {
  text-decoration: none;
  padding: .3em;
  color: #faf0b3;
  background-color: #663300;
  border: 1px solid #faf0b3;
  }

#navigation ul li a:hover {
  color: #663300;
  background-color: #faf0b3;
  }

#mainbox {
  visibility: visible;
  position: absolute;
  top: 6em;
  left: 0em;
  right: 1em;
  width: 100%;
  }

#content {
  margin: 8em 15% 1em 15%;
  padding: 0.3em;
  background-color: #f5f5f5;
  color: #333;
  }

#content p {
  font-size: 1em;
  text-indent: 3em;
  line-height: 1.5em;
  padding: 0 0 1em 1em;
  width: 95%;
  }

#content ul {
  padding-right: 2em;
  padding-left: 2em;
  list-style-type: none;
  text-decoration: none;
  }

#content li {
  padding: 1em;
  }

#footbox {
  clear: both;
  width: 95%;
  font-family: Verdana, Arial, Helvetica, san-serif;
  font-size: 0.8em;
  margin: 1em;
  text-align: center;
  padding: 0.2em;
  border-top: 2px solid #becdf1;
  color: #333;
  }
  
#footbox .date {
  float: left;
  letter-spacing: 0.3em;
  text-align: left;
}

#footbox .contact {
  float: right;
  text-align: right;
}

#footbox .contact a {
  text-decoration: none;
  color: #333;
  }
  
#footbox .contact a:hover {
  color: #b3cdf1;
  }