body {
  margin: 0 0 20px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: lighter;
  font-size: 12pt;
  line-height: normal;
  color: #666666;
  text-align: justify;
  background-image: url(../img/bg_page.gif);
}
#header {
  background-image: url(../img/bg_top.gif);
}
#footer {
  border-top: 2px solid black;
  border-bottom: 15px solid #ff9000;
  background-color: white;
}
.horinav {
  border-right: 1px dotted white;
  width: 128px;
  text-align: center;
  color: white;
  text-transform: none;
  display: block;
  background-color: #993300;
  font-family: Arial,Helvetica,sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 11pt;
  text-decoration: none;
  float: left;
  padding-top: 3px;
}
a.horinav:hover {
  background-color: #cc6600;
}
.rightnav {
  margin: 0;
  width: 225px;
  background-color: #2d6cad;
  display: block;
  padding-top: 2px;
  font-weight: bold;
  color: #cccccc;
  font-style: italic;
  font-size: 11pt;
  text-decoration: none;
  padding-left: 10px;
}
a.rightnav:hover {
  border-top: 1px dotted white;
  border-bottom: 1px dotted white;
  background-color: #215080;
}

