#outline
{
    z-index: 2;
    position: relative;
    border: 2px solid #774743;
    padding: 0px 0px 0px 0px;
    margin: auto;
    width: 900px;
    height: 100%;
    background: white;
}
#header
{
    position: relative;
    width: 100%;
    height: 144px;
    background: #e19d78 url(../images/imgBanner.jpg) no-repeat;
}
#menu
{
    position: relative;
    float: right;
    margin-top: 125px;
}
#bodycontainer
{
    margin: 5px 5px 0px 20px;
    min-height: 200px;
    text-align: left;
}
#primarycontainer
{
    float: left;
    margin-right: -305px;
    width: 100%;
}

#primarycontent
{
}

#secondarycontainer
{
    margin-top: 5px;
    float: left;
    width: 300px;
}

#footer
{
    position: relative;
    font-size: 10px;
    color: white;
    background-color: #774743;
    vertical-align: middle;
    height: 16px;
    clear: both;
}
#footer A
{
    color: #fcf1dd;
    font-weight: bold;
}
#footer .left
{
    position: absolute;
    left: 5px;
}
#footer .right
{
    position: absolute;
    right: 5px;
}
.contentarea
{
}
.headingrow
{
    background-color: #774743;
    color: White;
    padding: 0px 0px 0px 0px;
}
.tablecontainer
{
    border: 0px 0px 0px 0px;
}
.tablerow
{
    background-color: white;
    color: black;
    padding: 0px 0px 0px 0px;
}
.tablerow TD
{
    border-bottom: gainsboro 1px dotted;
}
.centeredimage
{
    text-align: center;
}

.bulletlist
{
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
}

.bulletlist li
{
    height: 20px;
    padding-left: 14px;
    background-image: url( '../images/bullet.jpg' );
    background-repeat: no-repeat;
}
