body 
{
    font-family: Arial, Verdana, Tahoma;
    font-size: 0.8em;
    color: #4d4730;
    background-color: #f7f7f6;
    margin:0px;
}

.Clear { clear: both; }

h1 
{
    color: #4d4730;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h2 
{
    color: #4d4730;
    font-size: 1.0em;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h3 
{
    color: #4d4730;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

a {color: #4d4730; text-decoration: none;}
a:hover {color: #a88726; text-decoration: none;}

#Wrapper 
{
    margin: 0 auto;
    width: 915px;
    background: url(../images/wrapper-bg.gif) repeat-y;
}

#Page 
{
    margin: 0px 40px 0px 40px;
    width: 835px;
    border-top: 10px #FFFFFF solid;
}

#Banner 
{
    width: 835px;
}

#Navigation 
{
    height: 28px;
    width: 835px;
    background: url(../images/navigation-bg.gif) repeat-x;
    margin-bottom: 20px;
}

#LeftCol 
{
    width: 221px; 
    float: left;
}

#LeftCol .BoxItem 
{
    margin-bottom: 10px;
}

#LeftCol .BoxItem .Title 
{
    background: url(../images/navigation-bg.gif) repeat-x;
    height: 28px;
    line-height: 28px;
    padding-left: 5px;
}

#LeftCol .BoxItem .Content 
{
    padding: 5px;
}

/*** Date Checker Form ***/
.BFRow { width: 210px; margin-bottom: 5px;}
.BFRow .Label { float: left; width: 45px;}
.BFRow .Input { float: right; width: 165px;}
.BFRow .Input .ddStyle { color: #FFFFFF; background-color: #4d472f;}

#CenterCol 
{
    width: 386px;
    margin: 0px 20px 0px 20px;
    float: left;
}

#RightCol 
{
    width: 188px;
    float: left;
}

#RightCol .BoxItem 
{
    margin-bottom: 10px;
    
}

#RightCol .BoxItem .Title 
{
    background: url(../images/navigation-bg.gif) repeat-x;
    height: 28px;
    line-height: 28px;
    padding-left: 5px;
}

#RightCol .BoxItem .Image 
{
    border: 0px;
}

#RightCol .BoxItem .Content 
{
    padding: 5px;
    background-color: #b6ad7d;
}

#RightCol .BoxItem .ContentClear 
{
    padding: 5px;
}


#Footer 
{
    width: 815px;
    min-height: 60px;
    height: auto !important;
    height: 60px;
    background-color: #4d4730;
    border-bottom: 10px #FFFFFF solid;
    margin: 0px 40px 0px 40px;
    color: #FFFFFF;
    text-align: center;
    padding: 20px 10px 10px 10px;
    font-size: 90%;
}

#Footer a {color: #FFFFFF; text-decoration: none;}
#Footer a:hover {color: #FFFFFF; text-decoration: underline;}


/** Module Styles **/
/* News */

.NewsItem 
{
    width: 386px;
    margin-bottom: 10px;
}

.NewsItem .Title 
{
    width: 386px;
    height: 20px;
}

.NewsItem .Image 
{
    width:94px;
    float: left;
    padding-top: 5px;
}

.NewsItem .Content 
{
    width: 282px;
    float: left;
    padding: 5px;
}

/* Contact */

.ContactCol 
{
    float: left;
    width: 180px;
    margin-right: 10px;
}
.ContactCol .Row 
{
    width: 180px;
}

.ContactCol .Row .Label 
{
    width: 180px;
}

.ContactCol .Row .Input 
{
    width: 180px;
    height: 25px;
}

.ContactCol .Row .Input .InputStyle 
{
    width: 170px;
    color: #FFFFFF; 
    background-color: #4d472f;
}

.ContactCol .InputStyle_MultiRow
{
    width: 170px;
    height: 140px;
    color: #FFFFFF; 
    background-color: #4d472f;
}