  #container { border-width: 0pt;
    margin: 0pt auto;
    padding: 0pt;
/*    font-family: Arial,Helvetica,sans-serif;
    font-size: small; */
    }

  #banner { padding: 5px;
    margin-bottom: 5px;
    background-color: rgb(51, 51, 153);
    color: white;
    }

  #content { padding: 5px;
	font-size: 108%;
    margin-left: 265px;
    background-color: white;
    }

  #sidebar { margin: 0pt 5px 15px 0pt;
    padding: 5px;
    float: left;
    width: 250px;
    background-color: rgb(51, 51, 153);
    color: white;
    line-height: 32px;
    text-decoration: none;
    font-family: verdana;
/*    font-size: small; */
	font-size: 108%;
    font-weight: bold;
    text-align: left;
    }

  #footer { border-color: black;
    border-width: 1px 0pt 0pt;
    border-top: 1px solid black;
    padding: 5px;
    clear: both;
/*    font-family: verdana;
    font-size: x-small; */
    font-size: 85%;
    text-align: center;
    margin-top: 15px;
    background-color: white;
    }

  a { text-decoration: none;
    }

  #footer a:link { color: red;
    }

  #footer a:visited { color: red;
    }

  #sidebar a:link { color: white;
    }

  #sidebar a:visited { color: white;
    }

  #sidebar a:hover { color: rgb(204, 204, 153);
    }

  li { list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    }

