﻿html 
{
    margin: 0px;
    padding: 0px;
}

body 
{
    background-color: #978d83;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

.pageContainer 
{
    width: 860px;
    margin: 0px auto;
    padding: 0px 11px;
    font-family: "Arial";
    font-size: 12pt;
    font-weight: normal;
    border: 0px;
    text-align: center;
    background-color: White;
}

.pageSpacer 
{
    width: 860px;
    background-color: transparent;
    height: 16px;
    padding: 0px;
    margin: 0px;
}

.logobar 
{
    width: 838px;
    background-color: #518038;
    background-image: url(images/RayMuellerLogo.jpg);
    background-position: "left top";
    background-repeat: no-repeat;
    height: 70px;
    margin: 0px auto;
    text-align: left;
}

.menubar 
{
    width: 838px;
    background-color: black; /*#544f49;*/
    height: 30px;
    margin: 0px auto;
    text-align: left;
}

.imageslidebar 
{
    width: 838px;
    background-color: black; /* #d2cdc7; */
    height: 153px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}

.imageslidebar ul 
{
    list-style: none;
}

.contentSpace 
{
    margin: 7px auto;
    width: 838px;
    padding: 0px;
}


.divReset 
{
    clear: both;
}

.dnnFullWidth 
{
    width: 838px;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.dnn3070 
{
    width: 272px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.dnn7030 
{
    width: 560px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}    

.floatLeft 
{
    float: left;
}

.floatRight 
{
    float: right;
}

.boxes 
{
    width: 272px;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.boxSpacer 
{
    width: 10px;
    height: 10px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.footerArea
{
    width: 860px;
    height: 50px;
    margin: 10px auto;
    text-align: left;
}

