﻿html, body
{
    margin: 0;
    padding: 0;
    height: 100%; /* Required */
    text-align: center;
    background-color: #708090;
    font-size: 9pt;
    font-family: Arial, Sans-Serif;
    color: #000080;
}
#container
{
    width: 800px;
    background: #ddd;
    position: relative;
    min-height: 100%; /* For Modern Browsers <strong>*/
    height: auto !important; /*</strong> For Modern Browsers <strong>*/
    height: 100%; /*</strong> For IE */
    margin-left: auto;
    margin-right: auto;
    font-size: 9pt;
}
#Links
{
    height: 25px;
    vertical-align: bottom;
    background-color: #CCC;
}
#Links ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#Links li
{
    float: left;
    margin: 0 0;
}

#Links li a
{
    background: darkred repeat-x left bottom;
    height: 2em;
    line-height: 2em;
    float: left;
    width: 100px;
    display: block;
    color: white;
    text-decoration: none;
    text-align: center;
    border-right: #a9a9a9 0.2em solid;
    border-top: #696969 0.2em solid;
    font-weight: bold;
}

#Links li a:hover
{
    text-decoration: underline;
}

/* Hide from IE5-Mac \*/
#Links li a
{
    float: none;
}
/* End hide */

#Links
{
    width: 800px;
}
#Header
{
    height: 50px;
    background-color: navy;
    text-align:left;
}
#HeaderImg
{
    float: right;
}
#DateText
{
    color: #C5C6FF;
    font-weight: bold;
    /* position: relative;
    left: 415px; */
    top: 30px; 
    position:absolute;
    right: 5px;
    text-align: right;
}
#MainText
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 110px;
    padding-top: 10px;
    text-align: left;
}
#Footer
{
    width: 100%;
    background: #CCC;
    position: absolute;
    bottom: 0 !important;
    bottom: -1px; /* For Certain IE widths */
    height: 100px;
    font-size: 8pt;
    left: 0px;
    padding-top: 10px;
}