﻿body 
{
    font-size:16px;
    font-family:Arial;
    color:#333333;
}

.menuLeftContainer
{
    display:none;
}
.tempMenu
{
    display:none;
}
.menuRightContainer
{
    display:none;
}
.menuButton
{
    display:none;
}
.menuSearchButton
{
    display:none;
}
.menuMainItem
{
    display:none;
}
.searchsubmenu
{
    display:none;
}
.rollover
{
    display:none;
}
.DevelopmentMenuIcon
{
    display:none;
}
.floatLeft
{
    float:left;
}
.floatRight
{
    float:right;
}
.caption
{
    font-size:10px;
    color:#333333;
    font-style:italic
}

.mainImageContainer
{
    width:800px;
    height:335px;
    float:right;
    margin-bottom:5px;
}
.contentCenter
{
    float:left;
}
.bannerContainer
{
    width:800px;
    float:right;
    height:65px;
/*    background-color:#990000;*/
    background-image:url('/images/backgrounds/antler_bar.gif');
}

.pageTitle
{
    color:#999;
    font-size:28px;
}

.developmentAddress
{
    font-weight:bold;
}
.footer
{
    display:none;
}    