html, body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: Arial, Helvetica, Geneva, Sans-Serif;
    font-size: 11pt;
    color: #000;
}
div#main {
    border: 3px solid #cb6532;
    padding: 5px 5px 1em 5px;
}
div#content {
    margin-left: 12em;
    width: 44em;
}
div.contentBottom {
    white-space: nowrap;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    text-align: center; 
    color: #999;
}
div#left {
    float: left;
    margin-top: 2em;
    padding-left: 0.25em;
    width: 10.7em;
    overflow: hidden;
    font-size: 90%;
    font-weight: bold;
}
div#left ul {
    list-style: none;
    padding-left: 0.25em;
}

div#left li ul {
    list-style: none;
    padding-left: 0.7em;
}

div#left a {
    color: #aaa;
}

div#left a:link {
    color: #cb6532;
    text-decoration: none;
}

div#left a:visited {
    color: #cb6532;
    text-decoration: none;
}

div#left a:hover {
    color: #000;
    text-decoration: underline;
}

a img {
    border: 0;
}

h1 {
    border-top: 3px solid #cb6532;
    border-bottom: 1px solid #cb6532;
    margin-top: 0.8em;
    margin-bottom: 0.2em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.3em;
    font-size: 1.9em;
    color: #efeccc;
    background-color: #cb6532;
}
h2 {
    margin-top: 1.2em;
    margin-bottom: 0.4em;
    font-size: 1.1em;
    color: #000;
    /*background-color: #efeccc;*/
    border-top: 3px solid #cb6532;
    border-bottom: 1px solid #cb6532;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    padding-left: 0.5em;
}
dl {
    margin-top: 0;
    margin-bottom: 0;
}
dt {
    margin-top: 0.4em;
    font-size: 90%;
    font-weight: bold;
}
dd {
    margin-left: 0;
}
small {
    font-size: 70%;
}
a:link {
    color: #00e;
    text-decoration: none;
}
a:visited {
    color: #00e;
    text-decoration: none;
}
a:hover {
    color: #00f;
    text-decoration: underline;
}

