HTML, BODY
{
    overflow: hidden;
    color: #ffffff;
    background-color: #cd1d1d;
    padding: 0px;
    margin: 0px;
    font-size: 1em;
    line-height: 1.45em;
    width: 100%;
    height: 100%;
}
A, A:link, A:active, A:hover, A:visited 
{
    border: none;
}
IMG 
{
    border: none;
}
#TopMenu
{
    position: absolute;
    top: 80%;
    left: 20px;
    z-index: 10;
}
#PageHeader 
{
    position: absolute;
    width: 100%;
    height: 17%;
    display: block;
    overflow: hidden;
    text-align: right;
    color: #ffffff;
    background: #cd1d1d;
}
.Logo 
{
    margin: 15px 20px;
    vertical-align: middle;
}
#PageContainer
{
    position: absolute;
    width: 100%;
    height: 75%;
    top: 17%;
    overflow: hidden;
    color: #ffd7d7;
    background-color: #b20000;
    background-image: url("/lib/Separator.gif");
    background-position: 40% 50%;
    background-repeat: repeat-y;
    font: 1em/1.45em "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    /*border-top: double 3px #d92b28;*/
}
#LeftColumn 
{
    color: #ffd7d7;
    background-color: Transparent;
    width: 35%;
    height: auto;
    padding:  15px;
    text-align: justify;
    vertical-align: top;
}
#MiddleColumn
{
    color: #ffd7d7;
    background-color: Transparent;
    width: 115px;
    height: auto;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
#RightColumn 
{
    color: #ffd7d7;
    background-color: Transparent;
    width: 53%;
    height: auto;
    padding:  15px;
    text-align: justify;
    vertical-align: top;
}
#PageFooter
{
    background-color: #cd1d1d;
    position: absolute;
    top: 92%;
    width: 100%;
    height: 8%;
    text-align: right;
    color: #ffd7d7;
    /*border-top: double 3px #d92b28;*/
}
#PageFooter DIV 
{
    display: block;
    width: 370px;
    height: 20px;
    padding-right: 15px;
    padding-top: 2px;
    border: solid 1px white;
    margin-right: 0px;
    margin-left: auto;
}
#PageFooter DIV A, #PageFooter DIV A:link, #PageFooter DIV A:visited, #PageFooter DIV A:hover, #PageFooter DIV A:active
{
    display: block;
    width: 40px;
    height: 16px;
    float: left;
    text-decoration: none;
    color: #ffffff;
    background-color: inherit;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1em;
}
.StartPageBackground
{
    position: relative;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
}