﻿body
{
    margin: 0;
    text-align: center;
    background-color: White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px; /*font-family: 'Trebuchet MS', 'Times New Roman' , Times, serif;*/
}
#container
{
    width: 975px;
    margin: 0 auto;
    text-align: left;
}

a, a:link, a:active, a:visited
{
    color: #006699;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}



#header
{
    background: #FFFFFF url('Images/header.jpg') no-repeat;
    background-position: 0 -26px;
    height: 209px;
    text-align: right;
    padding-top: 10px;
}
#headerLinks
{
    font-size: 12px;
}

#headerLinks a, #headerLinks a:link, #headerLinks a:active
{
    color: #006699;
    text-decoration: none;
    margin: 0px 8px;
}

#headerLinks a:hover
{
    text-decoration: underline;
}

#menu
{
    float: left;
}

#menu ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 975px;
    background-color: #53698E;
    border-top: 1px solid #A8B3C5;
    border-bottom: 1px solid #A8B3C5;
    margin-bottom: 2px;
    font-size: 110%;
}

#menu ul li
{
    float: left;
    margin: 0;
    list-style-type: none;
    border-right: 1px solid #A8B3C5;
    border-bottom: 1px solid #A8B3C5;
    height: 36px;
    line-height: 36px;
}

#menu a, #menu ul li a:link, #menu ul li a:active
{
    color: White;
    text-decoration: none; /*margin: 0px 18px;*/
    cursor: pointer;
}

#menu ul li a:hover
{
    text-decoration: underline;
}

#menu a.rmFocused
{
    background-color: #A8B3C5; /*color: Black;*/
}


#leftColumn
{
    clear: both;
    float: left;
    width: 690px;
    padding: 20px;
    border-right: 3px solid #FFF;
    background-color: #F2F2F2;
    min-height: 250px;
    color: #4D4D4D;
    margin-bottom: 4px;
    font-size: 13px;
}

#leftColumn p
{
    text-align: justify;
}

#rightColumn
{
    float: right;
    width: 220px;
    background-image: url('Images/SideColumnBg.jpg');
    background-repeat: repeat-x;
    min-height: 250px;
    padding: 10px;
    margin-bottom: 4px;
}

#footer
{
    clear: both;
    background-color: #53698E;
    border-top: 1px solid #A8B3C5;
    border-bottom: 1px solid #A8B3C5;
    color: white;
    margin-top: 3px;
}
#footer p
{
    text-align: center;
}
