img#toplogo
  { float: right;
    margin-bottom: 5px;
  }

ul#topnav
  { list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
  }

ul#topnav li
  { display: block;
    border-right: 2px dotted #666666;
    text-align: center;
    float: left;
  }

ul#topnav li a
  { display: block;
    width: 7em;
    font-weight: bold;
    color: #666666;
    background-color: #ffffff;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    padding-bottom: 1px;
  }

ul#topnav li a:hover
  { color: #ffffff;
    background-color: #000099;
  }

div#topbanner
  { clear: both;
    height: 91px;
    margin: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    background-color: #000099;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  }

div#topbanner p
  { text-align: right;
    font-size: 120%;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    padding: 6px;
    margin: 0;
    border: 0;
    right: 0;
    bottom: 0;
  }


ul#subnav
  { float: right;
    text-align: right;
    font-size: 80%;
    list-style: none;
     margin: 5px 0;
  }

ul#subnav li
  { border-left: 2px dotted #666666;
    float: left;
  }

ul#subnav a
  { width: 12em;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
    background-color: #ffffff;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
  }

ul#subnav a:hover
  { color: #000099;
    background-color: #ffffff;
  }