body {
    margin: 0%;
    padding: 0%;
    color: #000000;
    background-color: #ffffff;
    font-family: arial, helvetica, verdana, sans-serif;
  }

a {
    text-decoration: none;
    color: #3179ac;
    font-weight: bold;
  }

a:visited {
    text-decoration: none;
    color: #315979;
    font-weight: bold;
  }

#head {
    background-color: rgb(30,60,100);
    border-bottom-color: rgb(120,120,120);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: rgb(200,200,200);
    font-size: xx-large;
    font-weight: normal;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }

#mainback {
    background-color: rgb(241,241,241);
  }

#menu {
    color: #3179ac;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
  }

#mainText {
    background-color: #ffffff;
    padding: 1em;
    border-left-color: rgb(120,120,120);
    border-left-style: solid;
    border-left-width: 1px;
    overflow: hidden;
  }

#foot {
    background-color: rgb(241,241,241);
    border-top-color: rgb(120,120,120);
    border-top-style: solid;
    border-top-width: 1px;
    padding: 3px;
    font-size: smaller;
    text-align: center;
  }

#menu a {
    text-decoration: none;
    color: #3179ac;
    font-weight: bold;
    display: block;
    padding-top: 1px;
    padding-bottom: 2px;
  }

#menu .active:link, #menu .active:visited {
    background-color: #3179ac;
    color: rgb(241,241,241);
  }

#menu a:hover {
    background-color: rgb(180,180,180);
  }

#menu ul {
    line-height: 100%;
    list-style-type: none;
    display: inline;
  }
