body
  {
  background-color: #24062b;
  text-align: center;
  font-size: 12px;
  }

body, td
  {
  font-family: arial;
  }

#container
  {
  margin: 0 auto;
  width: 780px;
  text-align: left;
  background: #12301A url(/images/leftnav.jpg) repeat-x top left;
  border: 1px solid #fff;
  position: relative;
  }

#leftnav
  {
  width: 150px;
  float: left;
  padding-top: 40px;
  font-size: 100%;
  }

#ant
  {
  position: absolute;
  bottom: 20px;
  left: 20px;
  }

#ant2
  {
  position: absolute;
  bottom: 20px;
  left: 100px;
  }

#header
  {
  background: url(/images/banner4.jpg) no-repeat top left;
  margin-left: 0px;
  height: 170px;
  text-align: center;
  color: #7A7979;
  }

.quote-from
  {
  color: #666;
  margin-left: 0.5em;
  }

#container-inner
  {
  margin-left: 180px;
  background: #fff;
  }


#quotes
  {
  background-image: url(/images/quotebar2.jpg);
  background-position: bottom left;
  background-repeat: repeat-y;
  padding: 5px;
  text-align: right;
  color: #efc4fa;
  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/quotebar.jpg);
  background-position: bottom right;
  background-repeat: repeat-y;
  padding: 5px;
  height: 1%;
  font-size: 13px;
  text-align: center;
  color: #0F0F0A;
  border-left: 180px solid #12301A;
    }

.font-18 { font-size: 18px; }
.font-24 { font-size: 24px; }
.font-12 { font-size: 12px; }

h1
  {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  }

#nav
  {
  list-style: none;
  margin-left: 40px;
  line-height: 1.8em;
  padding: 0px;
  }

#nav a
  {
  color: white;
  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: #fa911e;
    }

#nav li#current li a
  {
  color: white;
  text-decoration: none;
  }


form dl
{
overflow: hidden;
height: 1%;
}

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;
}