﻿
#SitemapBar
{
    width: 100%;
    color: white;
    background-color: #464469;
    height: 22px;
}

#SitemapBar td
{
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
    margin: 0;
    padding: 2px 60px 2px 0px;
    white-space: nowrap;
}
#SitemapBar a
{
    color: white;
    text-decoration: underline;
}
#SitemapBar a:hover
{
    text-decoration: none;
}



#LogoBar
{
    width: 100%;
    color: white;
    background-color: #464469;
}
#LogoBar .Col1
{
    vertical-align: top;
    text-align: left;
    width: 100px;
    height: 70px;
}

#LogoBar .Col2
{
    vertical-align: top;
    text-align: left;
    width: 450px;
    color: #F0E2B3;
    white-space: nowrap;
    font-weight: bold;
    border-style: none;
}

#LogoBar .Col2 img
{
    border-style: none;
}

#LogoBar .Col2 #FS34
{
    font-size: 34px;
    line-height: 40px;
}
#LogoBar .Col2 #FS14
{
    font-size: 14px;
    line-height: 16px;
}
#LogoBar .Col3
{
    font-size: 14px;
    vertical-align: top;
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    background: #9F3430;
    -moz-border-radius-topleft: 10px;
    -khtml-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -khtml-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#LogoBar .Col3 a
{
    color: white;
    text-decoration: none;
}
#LogoBar .Col3 a:hover
{
    color: white;
    text-decoration: underline;
}



#BorderAdBar
{
    width: 100%;
}

#BorderAdBar .Col1, #BorderAdBar .Col3
{
    background: #346270 url(images/SpiderSilver.gif) 50% 50% repeat;
    width: 137px;
    vertical-align: top;
    text-align: center;
    line-height: 10%;
}

#BorderAdBar .Col1 img, #BorderAdBar .Col3 img
{
    border: 1px solid #000000;
}

#BorderAdBar .Col2
{
    vertical-align: top;
    text-align: left; /*      padding: 4px 6px 10px 10px;     line-height: 150%;*/
}



#Footer
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 100%;
    color: white;
    background-color: #464469;
    font-weight: bold;
}
#Footer a
{
    color: white;
    text-decoration: underline;
}
#Footer .Col1
{
    vertical-align: top;
    text-align: center;
    line-height: 28px;
    width: 250px;
    white-space: nowrap;
}

#Footer .Col2
{
    padding-top: 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}
#Footer .Col3
{
    vertical-align: top;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    width: 250px;
    white-space: nowrap;
}

#Footer .FS24
{
    font-size: 30px;
    color: #F0E2B3;
    font-family: Arial;
    font-style: italic;
}

#Footer .FS12
{
    font-size: 16px;
    color: #F0E2B3;
    font-family: 'Comic Sans MS';
}


#LogoBarMobile
{
    width: 100%;
    color: white;
    background-color: #464469;
}
#LogoBarMobile .Col1
{
    vertical-align: top;
    text-align: left;
    width: 60px;
    height: 40px;
}

#LogoBarMobile .Col2
{
    vertical-align: top;
    text-align: left;
    width: 300px;
    color: #F0E2B3;
    white-space: nowrap;
    font-weight: bold;
    border-style: none;
    padding-top: 10px;
}
#LogoBarMobile .Col2 img
{
    border-style: none;
}

#LogoBarMobile .Col2 #FS34
{
    font-size: 16px;
    line-height: 24px;
}
#LogoBarMobile .Col2 #FS14
{
    font-size: 12px;
    line-height: 16px;
}






@media print
{
    body
    {
        margin: 0;
        padding: 0;
        background: #FFFFFF !important;
    }

    a
    {
        color: #666666;
        text-decoration: underline;
    }

    .printhide
    {
        display: none;
    }


    table#LogoBar
    {
        height: 130px;
    }

    table#BorderAdBar .Col1, table#BorderAdBar .Col3
    {
        width: 0px;
    }


    #BorderAdBar .Col2
    {
        width: 100%;
        margin: 0 !important;
        background: none;
    }

}


