﻿body 
{
    margin: 0px;
}
a
{
    color: #c26100;
}
.panelHeader
{
    background-color: #eeeeee;
}
.headerGraphic
{
    width: 964px;
    margin: 14px auto 0px auto;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
}
.headerGraphicOuter
{
    width: 966px;
    margin: 0px auto 0px auto;
    padding-top: 1px;
    background-image: url("../images/headergraphictopborder.gif");
    background-repeat: no-repeat;
}
.headerGraphicInner
{
    width: 964px;
    height: 165px;
    border-left: solid 1px #999999;
    border-right: solid 1px #999999;
    background-image: url("../images/header.jpg");
}
.panelNavigation
{
    height: 30px;
    border-top: solid 1px Black;
    border-bottom: solid 1px Black;
    background-image: url("../images/navbg.gif");
}
.NavigationGroup
{
    width: 964px;
    height: 26px;
    margin: 2px auto 2px auto;
    border-left: solid 1px Black;
    border-right: solid 1px Black;
}
.navItem
{
    float: left;
    border-right: solid 1px Black;
    height: 21px;
    padding: 5px 15px 0px 15px;
    cursor: hand;
}
.navItem a
{
    font-family: Verdana;
    font-size: 12px;
    color: White;
    text-decoration: none;
}
.navSignup
{
    float: right;
    height: 21px;
    padding: 6px 15px 0px 15px;
    font-family: Verdana;
    font-size: 10px;
    color: White;
}
.navSignup a
{
    font-family: Verdana;
    font-size: 10px;
    color: White;
}
.navSignup strong
{
    color: #333333;
}
.navSignup span
{
    color: Black;
}
.panelMain
{
    width: 966px;
    margin: 0px auto 0px auto;
    min-height: 400px;
}
.panelFooter
{
    clear: both;
    width: 966px;
    margin: 0px auto 0px auto;
    padding-top: 4px;
    padding-bottom: 12px;
    border-top: solid 1px #999999;
    font-family: Verdana;
    font-size: 10px;
    color: #999999;
}
.panelFooter a
{
    color: #999999;
}
.contentHeadline
{
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0px 20px 0px;
    color: #c26100;
}
.contentDiv
{
    font-family: Verdana;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
}
.contentDiv a
{
    color: #c26100;
}
.clear
{
    clear: left;
    height: 1px;
}
.btnAdvertise
{
    border: none;
    margin-top: 8px;
}