html, body {
    background-color: white;
    color: #242424;
    font-family: "Century Gothic", "Avant Garde", Helvetica, Verdana, Tahoma, Arial;
    font-size: 15px;
    margin: 15px;
    }
h1 {
    margin: 0px;
    color: #242424;
    font-family: "Century Gothic", "Avant Garde", Helvetica, Verdana, Tahoma, Arial;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    }
h2 {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 15px;
    }
h3 {
    font-size: 17px;
    font-weight: normal;
    margin-top: 0;
    }
a {
    color: #000080;
    text-decoration: none;
    }
a:hover, a:active {
    text-decoration: underline;
    }

#mainbox {
    clear: both;
    width: 730px;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
    }
    
#bottommenu {
    clear: both;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-top: 5px;
    border-top: 1px #242424 solid;
    }
#bottommenu ul {
    list-style-type: none;
    }
#bottommenu ul li {
    display: inline;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    }

#copybox {
    clear: both;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    text-align: right;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    }

#copybox a {
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    }
#copybox a:hover, #copybox a:active {
    text-decoration: underline;
    }

#bigmonkey {
    border: 0;
    margin-top: 20px;
    }
#littlemonkey {
    border: 0;
    float: right;
    padding: 15px;
    }
    

#doclist {
    font-size: 13px;
    }
#doclist a {
    color: #242424;
    }
#doclist td {
    padding: 5px;
    vertical-align: top;
    border: 0;
    }
#doclist thead td {
    border-bottom: 1px #242424 solid;
    color: #000080;
    background-color: white;
    }
#doclist thead a {
    color: #000080;
    background-color: white;
    }
    
#doclist tfoot td {
    border-top: 1px #242424 solid;
    text-align: right;
    }

#textbox {
    width: 590px;
    height: 350px;
    }

#publish td {
    padding: 8px;
    vertical-align: top;
    }