﻿
.PageTable {
    width: 992px;
}

.PageLeftCell {
    width: 240px;
    background-image: url(PageLeft.jpg);
    background-repeat: repeat-y;
    background-position: right;
    vertical-align: top;
}

.PageLeftTable {
    width: 240px;
}

.NavBarCell {
    height: 546px;
    vertical-align: top;
    background-image: url(NavBar.jpg);
}

.LeftBannerCell {
    padding-right: 98px;
    text-align: right;
    vertical-align: top;
}

.PageRightCell {
    width: 752px;
    vertical-align: top;
    background-color: White;
    background-image: url(PageRight.jpg);
    background-repeat: repeat-y;
    background-position: right;
}

.PageRightTable {
    width: 752px;
}

.TopBannerAdCell {
    height: 106px;
    vertical-align: bottom;
    padding-bottom: 2px;
    background-image: url(TopBannerAdBackground.jpg);
}

.PagePathCell {
    height: 49px;
    padding-bottom: 6px;
    background-image: url(PagePath.jpg);
    vertical-align: bottom;
    font-size: 13px;
    color: #CC9966;
}

.PagePathCell a {
    color: #D6350F;
    text-decoration: none;
}

.PagePathCell a:hover {
    text-decoration: underline;
}

.TaglineCell {
    height: 55px;
    background-image: url(Tagline.jpg);
}

.PageContent {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 4px;
    padding-right: 60px;
    font-size: 0.8em;
    background-image: url(ContentTop.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

.PageBottom {
    width: 992px;
    height: 60px;
    background-image: url(PageBottom.jpg);
    background-repeat: no-repeat;
    background-position: right;
}


