body {
  background: #fff;
  font-size: 1em;
  font-family: times, serif;
  padding: 0;
  margin: 0; }

#wrapper {
  min-width: 850px; }

div, p, ol, ul, li, span, h1, h2, h3, h4, h5 {
  font-size: 1em;
  padding: 0;
  margin: 0;
  list-style: none; }

#global_nav {
  display: none; }

#main_nav {
  display: none; }

#contact_nav {
  display: none; }

#footer a {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  color: #000; }

p {
  color: #000; }

table {
  width: 95%;
  padding: .2em;
  border: 1px solid #ddd;
  font-size: .9em;
  margin-top: .2em; }
  table caption {
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    margin-top: 2em; }
    table caption span {
      font-weight: normal;
      font-style: italic;
      font-size: .9em; }
  table tr.table_headers {
    background-color: #283D72;
    color: #fff; }
    table tr.table_headers th {
      padding: .5em; }
  table tr.row_highlight {
    background: #eee; }
  table tr td {
    padding: .3em; }
    table tr td a {
      color: #253d7b !important; }
    table tr td a:hover {
      text-decoration: none; }

form#contactForm {
  width: 90%;
  padding: .5em;
  font-size: .9em; }
  form#contactForm fieldset legend {
    font-weight: bold;
    border: none;
    background: #39569C;
    color: #fff;
    padding: .3em .5em; }
  form#contactForm fieldset li.form_rowSubmit {
    padding: .4em;
    clear: both; }
    form#contactForm fieldset li.form_rowSubmit .indicator {
      vertical-align: -5px; }
  form#contactForm fieldset ol li.form_rowAlt {
    background: #eee;
    color: #000; }
  form#contactForm fieldset ol li.form_rowText {
    background-color: #FCF9E1;
    color: #000;
    margin-bottom: 1em;
    height: 4em; }
  form#contactForm fieldset ol li.failed {
    background: #ffcfde; }
  form#contactForm fieldset ol li.succeeded {
    background: #b3efb5; }
  form#contactForm fieldset ol li.textarea {
    height: 8em; }
  form#contactForm fieldset ol li {
    height: 2.6em;
    clear: both;
    padding: .4em; }
    form#contactForm fieldset ol li p.form_required {
      font-weight: bold; }
    form#contactForm fieldset ol li .formElementLabel {
      float: left;
      width: 48%;
      text-align: left;
      color: #000;
      font-weight: bold; }
    form#contactForm fieldset ol li .formElementInput {
      float: right;
      width: 48%; }
      form#contactForm fieldset ol li .formElementInput input, form#contactForm fieldset ol li .formElementInput textarea {
        padding: .2em;
        font-size: 1em;
        width: 90%;
        margin: .4em;
        color: #000;
        line-height: 1.2em;
        border: 1px solid #333; }
      form#contactForm fieldset ol li .formElementInput textarea {
        font-size: 1em;
        font-family: 'Trebuchet Ms', arial, helvetica, sans-serif; }
