body {
  color: #000000;
  background-color: #333333;
  margin: 0px;
  font-family: Verdana, sans-serif; 
  font-size: 10pt;
}

div.page {
  background: #333333;
}

div.header {
  width: 850px;
}

div.top {
  background: #ED5212 url("images/top850x76.jpg");
  height: 76px;
  width: 850px;
  vertical-align: bottom;
}

div.main {
  background: #ffffff;
  width: 850px;
}

div.logo {
  padding-left: 10px;
}

div.hMenu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-variant: small-caps;
  text-decoration: none;
  padding-top: 2px;
  padding-left: 190px;
  background: #000000;
  height: 20px;
}

div.hMenu a {
  color: #ffffff;
  text-decoration: none;
  border-left: 1px #ffffff solid;
  padding-left: 5px;
  margin-right: 5px;
}

div.hMenu a:hover {
  color: #ED5212;
}

div.breadcrumbs {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-variant: small-caps;
  color: #666666;
  margin-left: 40px;
  margin-top: 5px;
  width:400px;
  height: 15px;
}

div.breadcrumbs a {
  color: #666666;
  text-decoration: none;
}

div.breadcrumbs a:hover {
  color: #ED5212;
}

div.maplink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-variant: small-caps;
  color: #666666;
  margin-left: 40px;
  margin-top: 5px;
  height: 25px;
  width:400px;
}

div.maplink a {
  color: #ED5212;
  text-decoration: none;
}

div.maplink a:hover {
  color: #666666;
}

div.vMenu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-variant: small-caps;
  color: #777b52;
  text-decoration: none;
  text-align: right;
  margin-left: 20px;
  width:130px;
}

div.vMenu a {
  color: #ED5212;
  text-decoration: none;
  border-bottom: 1px #ED5212 solid;
  width:130px;
  display: block;
}

div.vMenu a:hover {
  color: #ffffff;
  background-color: #777b52;
}

div.rhsimage {
}

div.lhsimage {
  margin-left: 10px;
}

div.errormsg {
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 5px;
  background: #ffffff;
  color: #ff0000;
  border-left: 5px #ff0000 solid;
  border-right: 1px #ff0000 solid;
  border-top: 1px #ff0000 solid;
  border-bottom: 1px #ff0000 solid;
  font-family: Verdana, sans-serif;
  font-size: 10pt
}

div.body {
  margin-left: 40px;
  margin-right: 40px;
  color: #666666;
  font-family: Verdana, sans-serif;
  font-size: 10pt
}

div.body b {
  color: #777b52;
  font-weight: bold;
}

div.body h1 {
  font-weight: bold;
  font-size: 13pt;
  color: #ED5212;
  padding-left: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-left: 5px #ED5212 solid;
  border-bottom: 1px #ED5212 solid;
}

div.body a{
  color: #ED5212;
  text-decoration: none;
}

div.body a:hover{
  color: #666666;
  text-decoration: underline;
}

div.body li{
  color: #666666;
}

div.body li a:hover{
  text-decoration: none;
}

div.body li a span{
  display: none;
}

div.body li a:hover span{
  display: block;
}

input.textbox {
  background-color: #ffffff;
  color: #666666;
  border: 1px #ED5212 solid;
}


td.lhs {
  background-color: #ffffff;
  vertical-align: top;
  text-align: right;
/*  border-right: 1px #666666 dotted; */
  padding-top: 30px;
  width: 150px;
  height: 450px; /* min height */
}

td.cen {
  vertical-align: top;
  text-align: left;
  padding-bottom: 30px;
  background-color: #ffffff;
}

td.rhs {
  vertical-align: top;
  text-align: center;
  background-color: #777b52;
  width: 200px;
}

td.rhsb {
  vertical-align: bottom;
  text-align: center;
  background-color: #777b52;
  background-repeat: no-repeat;
  width: 200px;
}

div.tabhead {
  margin-top: 10px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 2px;
  background-color: #ED5212;
  color: #ffffff;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 10pt;
}

div.tabbody {
  margin-left: 60px;
  margin-right: 60px;
  padding: 10px;
  border-left: 1px #ED5212 dotted;
  border-right: 1px #ED5212 dotted;
  border-bottom: 1px #ED5212 dotted;
  background-color: #ffffff;
  color: #666666;
  font-family: Verdana, sans-serif;
  font-size: 10pt
}

div.tabbody a{
  color: #ED5212;
  text-decoration: none;
}

div.tabbody a:hover{
  color: #666666;
  text-decoration: underline;
}

ul {
  list-style: square;
  margin-left: 20px;
}

div.footer {
  background: #ED5212 url("images/bottom-line.gif") no-repeat;
  height: 22px;
  width: 850px;
}

div.copyright {
  font-family: verdana, sans-serif;
  font-size: 7pt;
  color: #ffffff;
  padding-top: 3px;
}


