body {
    margin: 0;
    padding 1.5em;
    border: 1px solid #556B2F;
    background-color: #FFFFCC;
    width: 75%;
}

h1, h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    color: #556B2F;
}

h2 {
   font-family: bold 'Times New Roman', Times, serif;
   font-style: italic;
   font-size: 350%;
   /*background-image: url(../graphics/title.jpg); */
   /*background-repeat: no-repeat;*/
   color: black;
   text-align: right;
   height: 185px;
}

.admintitle {
    font-family: bold 'Times New Roman', Times, serif;
    font-style: italic;
    text-align: right;
    color: black;
    font-size: 50%;
}


#mainhdr {
    background-image: url(../graphics/title.gif);
}

#imglogo {
    height: 90px;
    width: 120px;
    float: left;
}

h3 {
   font-size: 80%;
}

h4 {
   font-size: 300%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-align: center;
}

h5 {
   font-size: 100%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-align: center;
}

a, input {
    /*padding: 1px 0.5em;
    border-bottom: none;
    background: #CDC673;
    text-decoration: none;
    */
}

a:link, a:visited {
    color: #556B2F;

    border-bottom: none;
    background: #CDC673;
    text-decoration: none;
}

a:hover, a:visited:hover, input:hover {
    color: #000;
    background: #FFF68F;
    border-color: #BDB76B;
}

.menuLink {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
}

.menuLinkBox {
    margin-bottom: 15px;
}

#aboutus {
    background-color: #DAD6A7;
}


#namesList {
   font-weight: bold;
   background-color: #DAD6A7;
   border: 1px solid #556B2F;
   margin-left: auto;
   margin-right: auto;
   margin-top: 50px;
   margin-bottom: 50px;
   width: 90%;
}

.centerbox {
    top: 10%;
    align: center;
    font-weight: bold;
    background-color: #DAD6A7;
    border: 1px solid #556B2F;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    width: 90%;
}

#listframe {
    border: 1px solid #556B2F;
    height: 700px;
    width: 100%;
}


#navsite {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


#navsite h5 {
    display: none;
}

#navsite ul {
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px solid #556B2F;
    font: bold 12px Verdana, sans-serif;
}

#navsite ul li {
    list-style: none;
    margin: 0;
    display: inline;
}

#navsite ul li a {
    /*padding: 3px 0.5em;*/
    padding: 3px 0.2em;
    margin-left: 3px;
    border: 1px solid #556B2F;
    border-bottom: none;
    background: #CDC673;
    text-decoration: none;
}

#navsite ul li a:link {
    color: #556B2F;
}

#navsite ul li a:visited {
    color: #666;
}

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
    color: #000;
    background: #FFF68F;
    border-color: #BDB76B;
}

#navsite ul li a#current {
    color: #000;
    background: #FFF68F;
    border-color: #BDB76B;
    border-bottom: 1px solid white;
}

.pageSel, .menuSel {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


