body
  {
  background-color: #1F3829;
  text-align: center;
  font-size: small;
  }

body, td
  {
  font-family: arial;
  }

#container
  {
  margin: 0 auto;
  width: 780px;
  text-align: left;
  background: #b5b292;
  border: 1px solid #FFFFFF;
  position: relative;
  }

#leftnav
  {
  width: 180px;
  float: left;
  padding-top: 200px;
  background: url(/images/top-left.jpg) no-repeat 0px 0px;
  font-size: 100%;
  }

#ant
  {
  position: absolute;
  bottom: 20px;
  left: 20px;
  }

#ant2
  {
  position: absolute;
  bottom: 30px;
  left: 95px;
  }

#header
  {
  background: url(/images/hvt2.jpg) no-repeat;
  margin-left: 210px;
  height: 165px;
  padding-top: 50px;
  text-align: center;
  color: white;
  }

.quote-from
  {
  color: #666;
  margin-left: 0.5em;
  }

#container-inner
  {
  margin-left: 180px;
  background: #FFFFFF url(/images/left-divide.jpg) no-repeat;
  }

#quotes
  {
  background-image: url(/images/top-divide.jpg);
  background-position: bottom left;
  background-repeat: repeat-y;
  padding: 5px;
  text-align: right;
  height: 1%;
  }

#content
  {
  background-color: #FAFAEC;
  margin-left: 4px;
  padding: 20px;
  line-height: 1.4em;
  min-height: 360px;
  height: auto !important;
  height: 360px;
  }

#footer
  {
    padding-left: 5px;
  clear: both;
  background-image: url(/images/quotebar2.jpg);
  background-position: bottom right;
  background-repeat: repeat-y;
  padding: 5px;
  height: 1%;
  font-size: 13px;
  text-align: center;
  border-left: 180px solid #b5b292;
    }

.font-18 { font-size: 18px; }
.font-24 { font-size: 24px; }
.font-12 { font-size: 12px; }

h1
  {
  font: times;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  }

h3
  {
  font-family: georgia;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  }

#nav
  {
  list-style: none;
  margin-left: 20px;
  font-size: 100%;
  line-height: 1.8em;
  padding: 0px;
  }

#nav a
  {
  color: #1F3829;
  text-decoration: none;
  }

#nav li ul
  {
  list-style: none;
  margin-left: 8px;
  font-size: 85%;
  line-height: 1.4em;
  padding: 0px;
  }

#nav li#current a
  {
  color: #000000;
  text-decoration: underline;
  }

#nav li#current li a
  {
  color: FFCCFF;
  text-decoration: none;
  }


form dl
{
overflow: hidden;
}

form dt
{
float: left;
clear:  both;
width: 40%;
clear: left;
padding-top:  0.1em;
text-align: right;
}

form dd
{
float: left;
width: 50%;
margin: 0 0 0.25em 0.25em;
border-bottom: solid 0.5em white;
border-left: solid 0.5em white;
}
