  body {
    background-color: #cccccc;
    font-family: Verdana, Arial;
  }

  div#outer_pane {
    background-color: #ffffff;
    border: 1px solid #444444;
    margin-left: auto;
    margin-right: auto;
  }

  div#top_banner {
    padding-top: 15px;
    padding-left: 25px;	
    padding-right: 25px;
    padding-bottom: 15px;
    float: clear;
}

  div#top_menu {
    background-color: #000066;
    color: #ffffff;
    border-bottom: 15px solid #ccccff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 14px;
  }

  span.top_link {
    padding-left: 15px;
    padding-right: 15px;
  }

  a.top_link {
    color: #ffffff;
    text-decoration: none;
  }

  a:hover.top_link {
    text-decoration: underline;
  }

  div#content_pane {
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
  }

  div.float_right {
    float: right;
    margin-top: 25px;
    margin-left: 25px;
    margin-right: 10px;
  }

  img#motto {
    margin-bottom: 12px;
    padding-left: 50px;
  }

  span.logo {
/*    font-family: GenerationUncialExtraBold; */
    font-size: 12px;
    font-weight: bold;
/*    color: #000066; */
  }

  sup.TM {
    color: #000066;
    font-weight: bold;
    font-family: Arial;
  }
 
  div#footer {
    background-color: #ccccff;
    border-top: 1px solid #999999;
    color: #000066;
    bottom: -50px;
    padding: 2px;
    margin-top: 25px;
  }

  a.footer_link {
    color: #000066;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;    
  }

  a:hover.footer_link {
    text-decoration: underline;
  }

  span.footer_link {
    padding-left: 30px;
    padding-right: 30px;
  }

  strong {
    color: #000066;
  }

  li.features {
    list-style: none;
    padding-bottom: 10px;
  }

  a.feature_link {
    color: #000066;
    font-weight: bold;
    text-decoration: none;
  }

  a:hover.feature_link {
    text-decoration: underline;
  }
 
  h1#page_title {
    color: #000066;
    font-size: 20px;
  } 

  ul#feature_list {
    color: #000066;
    font-weight: bold;
  } 

  li.feature_list {
    padding-bottom: 12px;
  }

  ul.feature_sublist {
    color: #000000;
    font-weight: normal;
    font-style: italic;
    padding-left: 0px;
  }

  li.feature_sublist {
    list-style: none;
  }

  table {
    cell-spacing: 0px;
    border-left: 1px solid #000066;
    border-top: 1px solid #000066;
    font-size: 12px;
  }

  td {
    margin: 0px;
    padding: 2px 10px 2px 10px;
    border-right: 1px solid #000066;
    border-bottom: 1px solid #000066;
  }

  tr.shaded {
    background-color: #ccccff;
  }
  
  tr.shaded_dark {
    background-color: #000066;
    color: #ffffff;
  }

  div.hidden_feature {
    visibility: hidden;
    height: 0px;
    margin-left: 40px;
    width: 500px;
  }

  img {
    border: none;
  }