/* General body and page settings. */
body
{
    margin: 20px;
    text-align: center;
    background-color: #451807;
}
div#body
{
    margin: 0px auto;
    height: 100%;
    width: 800;
    text-align: center;
    background-color: #FCEFDE;
}
div#body table
{
    width: 100%;
    height: 100%;
    background-color: #FCEFDE;
}
/* Page mainbar settings. */
tr#mainbar
{
    color: #FCEFDE;
    background-color: #BC3F29;
    font-size: 0.75em;
    font-variant: small-caps;
    font-family: sans-serif;
}
tr#mainbar td
{
    padding: 5px;
    text-align: right;
    vertical-align: bottom; 
    width: 100%; 
}
tr#mainbar td#logo
{
    text-align: center;
    vertical-align: top; 
    width: 1px;
}
tr#mainbar a
{
    color: #FCEFDE;
    text-decoration: none;
}
tr#mainbar a:hover
{
    text-decoration: underline;
}
/* Page navibar settings. */
tr#navibar
{
    color: #FCEFDE;
    background-color: #451807;
    font-size: 0.75em;
    font-family: sans-serif;
}
tr#navibar td
{
    padding: 5px 5px 5px 0px;
}
tr#navibar a
{
    color: #FCEFDE;
    text-decoration: none;
}
tr#navibar a:hover
{
    text-decoration: underline;
}
/* Page infobar settings. */
tr#infobar
{
    color: #FCEFDE;
    background-color: #451807;
    font-size: 0.75em;
    font-variant: small-caps;
    font-family: sans-serif;
}
tr#infobar td
{
    padding: 5px 0px 5px 5px;
    text-align: right;
}
tr#infobar td#copyright
{
    padding: 5px 5px 5px 0px;
    text-align: left;
    font-variant: normal;
}
tr#infobar a
{
    color: #FCEFDE;
    text-decoration: none;
}
tr#infobar a:hover
{
    text-decoration: underline;
}
/* Page sidebar and sidemenu settings. */
td#sidebar
{
    background-color:#BC3F29;
}
td#sidebar ul#sidemenu
{
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 0.83em;
}
td#sidebar ul#sidemenu li
{
    list-style: none;
    margin: 0px 0px 2px 0px;
}
td#sidebar ul#sidemenu li span
{
    color: #451807;
    background-color: #FCEFDE;
    display: block;
    padding: 4px;
}
td#sidebar ul#sidemenu a
{
    display: block;
    padding: 4px;
    color: #FCEFDE;
    text-decoration: none;
    font-weight: normal;
}
td#sidebar ul#sidemenu a:hover
{
    color: #451807;
    background-color: #FCEFDE;
}
/* Page content settings. */
tr#content
{
    height: 100%;
    background-color: #FCEFDE;
    text-align: justify;
    vertical-align: top;
}
tr#content a
{
    color: #451807;
    text-decoration: underline;
    font-weight: bold;
}
tr#content td
{
    padding: 20px;
}
tr#content table
{
    background-color: #FCEFDE;
    width: 100%;
    height: auto;
    font-size: 18px;
}
/* Page element settings. */
h1
{
    color: #451807;
    text-align: center;
    font-size: 26px;
}
h2
{
    color: #451807;
    text-align: center;
    font-size: 22px;
}
h3
{
    color: #451807;
    text-align: center;
    font-size: 18px;
}
p
{
    font-size: 18px;
    color: #000000;
}
p#center
{
    text-align: center;
}
p#right
{
    text-align: right;
}
.prog
{
    font-weight:bold;
}
.code
{
    font-family: monospace;
}
.emph
{
    font-style: italic;
}
/* Special bullet list settings. */
ul#bullets
{
    list-style-type: square;
}
ul#bullets li
{
    font-size: 18px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: -1.5em;
    margin-right: 0em;
}
/* Special download link settings. */
div#download
{
    color: #451807;
    font-weight: bold;
    font-size: 0.83em;
    font-family: sans-serif;
    text-align: right;
}
div#download a
{
    color: #451807;
    text-decoration: none;
}
div#download a:hover
{
    text-decoration: underline;
}
/* Special description list settings. */
dl#description dt
{
    color: #451807;
    margin: 0em 0em 0.5em 0em;
    font-size: 22px;
    font-weight: bold;
}
dl#description dd
{
    color: #000000;
    font-size: 18px;
    margin: 0em 0em 1em 0em;
}
dl#description dd a
{
    color: #451807;
    font-size: 0.83em;
    text-decoration: none;
}
dl#description dd a:hover
{
    text-decoration: underline;
}
/* EOF */