     body {
          background-color : #fff;
          color: #000;
          margin : 0;
      }
    body, td {
          font-family : times;
          font-size : 14pt;
      }
    .error {
          background-color: #fff;
          color : red;
      }
    .logo {
          width : 100%;
          height : 69px;
          position : absolute;
          left : 0;
          top : 0;
          background-image : url("images/menu-bg copy.gif");
          background-repeat : repeat-x;
      }
    .sep {
          width : 100%;
          height : 20px;
          position : absolute;
          left : 0;
          top : 69px;
          background-color : #000;
          color: #ffb600;
      }
    #navcontainer {
          width : 100%;
          height : 20px; 
          position : absolute;
          left : 0;
          top : 89px;
          background-color : #ffb600;
          color : #000;
          font-size : 12pt;
      }
    #navlist {
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        margin: 0px;
        padding: 0px;
        padding-left: 180px;
        background-color: #ffb600;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        padding-bottom: 3px;
        padding-top: 3px;
    }

    #navlist a, #navlist a:link, #navlist a:visited {
        border: 1px solid #ffb600;
        padding: 1px;
        padding-left: 0.5em;
        padding-right: 0.5em;
        color: #000000;
        font-weight: bold;
        text-decoration: none;
    }

    #navlist a:hover, #navlist a:active, #navlist a:focus {
        border: 1px solid #000000;
        padding: 1px;
        padding-left: 0.5em;
        padding-right: 0.5em;
        text-decoration: none;
    }

    #navlist li {
        padding-right: 1px;
        display: inline;
        font-size: 0.6em;
    }

    #navlist ul {
        margin: 0px;
        padding: 0px;
    }

    #navlist #active a {
        background-color: #FFCC66;
    }      
    td.header {
          background-color : #000;
          color : #ffb600;
          font-family : times;
          font-size : 16px;
          text-align : center;
          font-weight : bold;
      }
    .content {
          width : 73%;
          position : absolute;
          left : 0;
          top : 150px;
          padding-left : 5%;
          text-align : justify;
      }
    .sidebar {
          width : 18%;
          position : absolute;
          left : 78%;
          top : 150px;
          padding-left : 2%;
          padding-right : 2%;
      }
    .sidelinks {
          border : 2px solid black;
          font-size : 14pt;
      }
    a:link {
          font-weight : bold;
          text-decoration : underline;
          color : #000000;
      }
    a:visited {
          font-weight : bold;
          text-decoration : underline;
          color : #000000;
      }
    a:active {
          font-weight : bold;
          text-decoration : underline;
          color : #000000;
      }
    a:hover {
          font-weight : bold;
          text-decoration : underline;
          color : #ffb600;
      }
      
      