@charset "UTF-8";

h1, h2, h3, h4, h5, h6, p {
  font-family: Tahoma,Geneva,sans-serif;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 150%;
  color: #ff3700;
}
h3 {
  font-size: 125%;
  color: #ffc054;
}
p {
  font-size: 100%;
  color: black;
  font-family: tahoma,geneva,sans-serif;
}
div.header {
  padding: 0.5em;
  color: white;
  background-color: #000099;
}
div.footer {
  padding: 0.25em;
  color: white;
  text-align: center;
  background-color: #000099;
}
div.left {
  margin: 0px;
  padding: 1em;
  float: left;
  width: 275px;
}
div.navbar {
  float: right;
  text-align: center;
}
div.content {
  padding: 1em;
  margin-left: 310px;
}
div.toptrans {
  background-color: #cc3300;
  height: 20px;
}
a.nav, a.nav:link, a.nav:visited {
  background: #000099 none repeat scroll 0% 50%;
  display: block;
  float: left;
  width: 125px;
  height: 35px;
  margin-top: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  font-family: Tahoma,Geneva,sans-serif;
  font-size: 14px;
  color: #ffc054;
  line-height: 35px;
  overflow: hidden;
}
a.nav:hover {
  background: #d62000 none repeat scroll 0% 50%;
  float: left;
  color: #ffffff;
}
a.nav:active {
  background: #d62000 none repeat scroll 0% 50%;
}
h4 {
  color: white;
}

form fieldset {
  margin-bottom: 10px;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
}
form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  width: auto;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form label {
  width: 300px; /* Width of labels */
}
form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
