﻿body
{
    background-color: #FFFFFF;
    background-image: url('/Images/mainBG.png');
    background-repeat: repeat-x;
}
.mainHeader
{
    background-image: url('/Images/navBackground.png');
    background-repeat: no-repeat;
    width: 980px;
    height: 200px;
    left: 50%;
    top: 5px;
    margin-left: -490px;
    position: absolute;
}
.mainLogoDIV
{
    left: 50%;
    top: 10px;
    margin-left: -475px;
    position: absolute;
}
#mainLogoLink
{
    display: block;
    width: 205px;
    height: 34px;
    background: url('/Images/navHome.png') no-repeat 0 0;
}
#mainLogoLink:hover
{
    background-position: -205px 0;
}
.mainSiteMapPath
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #BF2E1A;
    left: 50%;
    top: 47px;
    margin-left: -475px;
    position: absolute;
}
.mainContentPanel
{
    width: 940px;
    left: 50%;
    top: 85px;
    margin-left: -470px;
    position: absolute;  
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;  
}
.PageHeader
{
    background-image: url('/Images/Header.gif');
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: normal;
    color: White;
    height: 30px;
    width: 940px;
    text-indent: 15px;
    line-height: 175%;
    vertical-align: middle;
}
.PageFooter
{
    background-image: url('/Images/Header.gif');
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: normal;
    color: White;
    height: 30px;
    width: 940px;
    padding-left: 10px;
    padding-right: 10px;
}
