﻿body
{
    position: relative;
    margin: 15px 0 5px 0;
    background-color: #404144; 
    background-image: url(Images/OuterTile.gif);
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: smaller;
}
form
{
    margin: 0;
}
a
{
    color: #666699;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
#MasterOuter
{
    position: relative;
    background-color: White;
    width: 971px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid Black;
}
#MasterHead, #MasterContent, #MasterFoot
{
    border: 1px solid Black;
}
#MasterHead
{
    position: relative;
    background-color: White;
    background-image: url(Images/Logo.jpg);
    background-repeat: no-repeat;
    background-position: 20px center;
    height: 162px;
}
#MasterHeadContent
{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 226px;
    height: 162px; /*IE7 was buggy when using bottom 0*/
    right: 0;
    _width: 743px; /*IE6 hack; should be 969-left*/
    border-left: 1px solid Black;
    background-color: Black;
}
#MasterHead h1
{
    margin: 48px 0 0 0;
    padding: 0;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 24pt;
    text-align: center;        
}
div.TopLinks
{
    font-size: 1px;
    text-align: center;
    padding: 1px;
    background-color: Black;
}
div.TopLinks a
{
    display: inline-block;
    padding: 2px;
    background-color: #616873;
    background-image: url(Images/TopMenuNormal.gif);
    text-align: center;

    color: White;
    text-decoration: none;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
}
div.TopLinks a:hover
{
    background-color: #828b99;
    background-image: url(Images/TopMenuHover.gif);
    text-decoration: none;
}
#DefaultLinks
{
    background-color: Black;
}
#DefaultLinks a
{
    width: 189px;
}
#MasterContent
{
    position: relative;
    background-color: #dee1e2;
    min-height: 350px;
    _width: 969px; /* hack for IE6, 2 pixels less than outer width */
    overflow: auto;
    -ms-overflow-y: hidden; /*for IE8+*/
    overflow-y: hidden;
}
#MasterFoot
{
    position: relative;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12pt;
    text-align: center;
    background-color: #626874;
    background-image: url(Images/BottomBack.gif);
    padding: 10px;
}
#MasterFoot a
{
    font-variant: normal;
    color: Black;
    text-decoration: none;
}
#MasterFoot a:hover
{
    color: #c5cacb;
    text-decoration: underline;
}
#MasterCopyright
{
    position: absolute;
    margin: 1px 2px;
    right: 0;
    bottom: 0;
    color: #323335;
    font-family: Arial, Sans-Serif;
    font-size: 7pt;
}
#MasterSplitTable
{
    width: 100%;
    height: 350px;
}
td.MasterLeftCell
{
    background-color: #52525e;
    padding: 5px 7px;
    vertical-align: top;
}
#MasterLeft
{
    position: relative;
}
#MasterRight
{
    position: relative;
    margin: 15px 10px;
}
div.SideLinks
{
    border: 1px solid Black;
}
div.SideLinks a
{
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    border-top-color: White;
    border-left-color: White;
    padding: 2px 5px;
    background-color: Silver;
    text-align: left;
    width: 200px;

    color: Black;
    text-decoration: none;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
}
div.SideLinks a:hover
{
    background-color: Navy;
    border-color: Navy;
    color: White;
    text-decoration: none;
}
div.SideLinks a.Current
{
    background-color: White;
    border-color: Silver;
    color: Navy;
}
div.Sponsors
{
    margin: 15px 0;
    background-color: White;
    border: 1px solid Black;
    text-align: center;
    font-family: Verdana,Arial;
    font-weight: bold;
    font-size: smaller;
}
div.SponsorLogo
{
    margin-bottom: 40px;
}
.MasterSignOutLinks
{
    position: absolute;
    z-index: 100;
    background-image: url(Images/SignOutBanner.gif);
    background-position: left top;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    _margin-right: -1px; /*IE6 hack*/
    height: 20px;
    padding: 0 5px 0 15px;
}
.MasterSignOutLinks div
{
    padding-top: 4px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 7.5pt;
    text-align: right;
    color: White;
}
.MasterSignOutLinks a
{
    color: #8ea3b2;
    font-weight: bold;
    text-decoration: none;
}
.MasterSignOutLinks a:hover
{
    color: #c5cacb;
    font-weight: bold;
    text-decoration: underline;
}
@media print
{
    body
    {
        margin: 0;
        background-color: White;
        background-image: none;
    }
    a
    {
        color: Black;
    }
    #MasterOuter
    {
        position: relative;
        background-color: inherit;
        width: inherit;
        border: 0;
    }
    #MasterHead
    {
        display: none;
    }
    div.TopLinks
    {
        display: none;
    }
    #MasterContent
    {
        background-color: inherit;
        border: 0;
    }
    #MasterFoot
    {
        display: none;
    }
    #MasterCopyright
    {
        display: none;
    }
    #MasterSplitTable
    {
        width: 100%;
        height: 350px;
    }
    td.MasterLeftCell
    {
        display: none;
    }
    #MasterRight
    {
        position: relative;
        margin: 15px 10px;
    }
    div.SideLinks
    {
        display: none;
    }
    .MasterSignOutLinks
    {
        display: none;
    }
}
