﻿body
{
    background-color: #CC6600;
}

#HomeLinkingTop
{
    background-color: #FFFFFF;
    text-align: right;
    margin-right: 125px;
    margin-left: 125px;
    font-size: small;
    padding-right: 5px;
}

#LogoImage
{
    background-color: #FFFFFF;
    text-align: center;
    margin-right: 125px;
    margin-left: 125px;
}

#HeaderLinks
{
    background-color: #FFFFFF;
    margin-right: 125px;
    margin-left: 125px;
    border-top-style: double;
    padding-left: 40px;
}


#footer
{
    background-color: #FFFFFF;
    margin-right: 125px;
    margin-left: 125px;
    border-top-style: double;
    font-family: Calibri;
    font-size: small;
    text-align: center;
}


a:link
{
    /* Applies to all unvisited links */
    text-decoration: none;
    font-weight: bold;
    background-color: #ddd;
    color: blue;
}
a:visited
{
    /* Applies to all visited links */
    text-decoration: none;
    font-weight: bold;
    background-color: #ddd;
    color: #f0f;
}
a:hover
{
    /* Applies to links under the pointer */
    text-decoration: underline;
    font-weight: bold;
    background-color: blue;
    color: #fff;
}
a:active
{
    /* Applies to activated links */
    text-decoration: underline;
    font-weight: bold;
    background-color: black;
    color: white;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 284px;
    height: 23px;
}

#CenterContent
{
    padding: 15px 5px 5px 40px;
    margin-left: 125px;
    float: left;
    background-color: #FFFFFF;
}

#OriginalContent
{
    padding: 25px 15px 15px 390px;
    background-color: #FFFFFF;
    font-family: calibri;
    margin-right: 125px;
    margin-left: 125px;
}
