html
{
    margin: 0px;
    padding: 0px;
}

body
{
    font-family: "Verdana", sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    color: #444444;
}

a:link, a:visited, a:hover
{
    color: #003399;
}

img
{
    border: 0px;
}

table
{
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}

td
{
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

li
{
    margin: 0px;
    padding: 0px;
}


div#currentlocation
{
    background-color: #009900;
    border-bottom: 1px solid #1E3258;
    color: #CCCCCC;
    font-family: "Verdana", sans-serif;
    font-weight: bold;
    padding-left: 20px;
}

div#currentlocation a:link, div#currentlocation a:visited
{
    color: #EEEEEE;
}

span#currentpage
{
    color: #FFFFDD;
}

div#left
{
    float: left;
    width: 200px;
}

div#linktree
{
    padding: 10px;
}

div#linktreetitle
{
    border-bottom: 1px solid #666666;
    font-family: "Verdana", sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

div#linktreecontents a
{
    display: block;
    font-family: "Verdana", sans-serif;
}

div#linktree1
{
    padding: 10px;
}

div#linktree1title
{
    border-bottom: 1px solid #666666;
    font-family: "Verdana", sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

div#linktree1contents a
{
    display: block;
    font-family: "Verdana", sans-serif;
}

div#linktree2
{
    padding: 10px;
}

div#linktree2title
{
    border-bottom: 1px solid #666666;
    font-family: "Verdana", sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

div#linktree2contents a
{
    display: block;
    font-family: "Verdana", sans-serif;
}

div#pagetitle {
    font-family: "Verdana", sans-serif;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #666666;
    margin-bottom: 10px;
}


div#right
{
    margin-left: 200px;
    padding: 10px;
}


div.sectiontitle
{
    background-color: #EEEEEE;
    border: 1px solid #999999;
    color: #444444;
    font-family: "Verdana", sans-serif;
    font-weight: bold;
    padding: 1px 5px;
    margin-bottom: 14px;
}

div#title
{
    background-color: #006600;
    border-bottom: 1px solid #1E3258;
    border-top: 1px solid #1E3258;
    color: #FFFFFF;
    font-family: "Times Roman", "Times", serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: -1px;
    padding-top: 5px;
    text-align: center;
    text-shadow: 2px 1px #333333; /* Unsupported on basically every web browser... oh well */
}


a.linkdepth1
{
    font-size: 13px;
    margin-bottom: 3px;
    text-decoration: underline;
}

a.linkdepth2
{
    font-size: 12px;
    margin: 0px 0px 3px 15px;
    text-decoration: underline;
}

a.linkdepth3
{
    font-size: 11px;
    margin: 0px 0px 3px 30px;
    text-decoration: underline;
}

a.currentpage
{
/*    font-weight: bold;*/

    text-decoration: none;
    color: #000000;
background-color: #EEEEEE;
}




div.caption
{
    font-family: "Verdana", sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 2px;
    text-align: center;
}

div.screen
{
    color: #003366;
    font-family: monospace;
    white-space: pre;
    margin-bottom: 1em;
}

span.citetitle
{
    text-decoration: underline;
}

div.quote
{
    border-bottom: 1px solid #354463;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

div.attribution
{
    margin-left: 3em;
}

table.termlist
{
    margin-bottom: 1em;
}

td.term
{
    font-weight: bold;
}

td.termdef
{
    padding-left: 4px;
}

div#footer
{
    clear: both;
    color: #444444;
    border-top: 1px solid #666666;
    font-family: "Verdana", sans-serif;
    font-size: 11px;
    line-height: 15px;
    margin: 0px 10%;
    padding: 3px 0px;
    text-align: center;
}
