body {
  font-style: normal;
  font-weight: lighter;
  font-size: 12pt;
  font-family: Tahoma, Arial;
  background: #663333; 
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 12pt;
  line-height: 120%;
}

h1 {
  font: 9pt/17pt georgia; 
  font-style: normal;
  font-weight: bold;
  font-size: 18pt;
  line-height: 120%;
}

h2 {
  font: 9pt/17pt georgia; 
  font-style: normal;
  font-weight: bold;
  font-size: 16pt;
  line-height: 120%;
}

hr {
  color: #FFFF99;
}

div#navmap {
  text-align: center;
  color: #E7E1C7;
}

div#navmap a {
  color: #E7E1C7;
  text-decoration: none;
  font-weight: bold;
  font-size: 12pt;
}

div#navmap a:hover {
  color: white;
  text-decoration: underline;
  font-weight: bold;
  font-size: 12pt;
}

div#navmap a:active {
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 11pt;
}

div#subnav {
  position: absolute;
  width: 15%;
  top: 190px;
  left: 20px;
}
div#subnav a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 10px;
}
div#subnav a:hover {
  color: red;
  background: white url(images/glass2.jpg) no-repeat
}

div#midnav {
  text-align:center;
  color: black;
}

div#midnav a {
  color: red;
  text-decoration: none;
  font-weight: bold;
  font-size: 12pt;
}

div#midnav a:hover {
  color: white;
  text-decoration: underline;
  font-weight: bold;
  font-size: 12pt;
}

div#midnav a:active {
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 11pt;
}

div#colleft {
  width: 77%;
  float: left;
  margin-left: 90px;
  padding-right: 25px;
  font-size: 14pt;
}

/*div#colmid {
  width: 23%;
  float: left;
  padding-right: 25px;
}

div#colright {
  width: 23%;
  float: left;
}
*/
div#footer {
  clear: left;
  font-style: italic;
  text-align: center;
  padding-top: 5px;
}
div#footer p{
  font-style: italic;
}
div#footer hr {
}
