#header {
  width: 100%;
  text-align: center;
}

#adminlink, #adminlink a {
  text-align: left;
   color:#2964C0;
}

body {
  background-image: url(img/body.gif);
  background-repeat: repeat-y;
  background-color: #33CCFF;
  color: #201C9F;
}

#menu {
    margin-left: 10px;
    padding-top: 30px;
    padding-left: 8px;
    padding-right: 8px;
}

#menu a {
    font-family: Garmond, serif;
    font-size: 120%;
    font-weight: bold;
    color: #33CCFF;
    text-decoration: none;
}

#menu a:hover {
    font-family: Garmond, serif;
    font-size: 120%;
    font-weight: bold;
    color: #F4F4F4;
    text-decoration: none;
}

#submenu {
    margin-left: 0px;
    padding-left: 30px;
    padding-right: 8px;
    font-size: 80%;
}

#textcontent {
  padding-left: 250px;
  border: 1px solid green;
}

#reports {
  font-family: Garmond, serif;
  color: #201C9F; 
  text-decoration: none;
}

#reports:hover{
  font-family: Garmond, serif;
  color: #FF0000; 
  text-decoration: none;
}

#financehead {
    width: 100%; 
    margin-bottom: 20px;
}

#financebox {
   border: 8px solid #201C9F;
   width: 50%;
   padding: 10px;
}

ul {
    list-style-image: url('img/bullet.png');
}

li {
    padding-left: 10px;
}

#footer {
  width: 100%;
  color: #000000;
  font-size: 70%;
  font-style: normal;
}

#footertext {
  text-align: center;
}

#footer a { text-decoration: none; color: #F4F4F4; font-size: 1em; font-weight: bold;}
#footer a:hover{color: #E52323; font-weight: bold; text-decoration: none; font-size: 1em;}