﻿body
{
    background-color: #975a18;
    text-align: center;
    font-family: Calibri;    
}

.MenuFont, .MenuFont:active, .MenuFont:hover, .MenuFont:visited
{
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    color: #F4F2F0;
    background-color: #673a0c;
    padding-top: 4px;
    padding-bottom: 4px;

}

IMG
{
    border: 1px solid #472707;
}

.HomeImg
{
    border-style: none;
}
A, A:active,  A:visited
{
    text-decoration: none;
   /* color: #000000;*/
}

A:hover
{
    color: #3D3612
}

#headerimg
{
    width: 50px;
    height: 50px;
}

#headerframe 
{
    width: 900px;
    height: 55px;  
    text-align: center;
}

#navframe
{
    width: 1000px;
    height: 68px;
    text-align: center;    
    background-color: #673a0c   ;
    vertical-align: bottom;
   
}

#contentframe 
{
    width: 1000px;    
    background-color: white;
}

#outerframe 
{
    width: 1000px;
    border: 1px solid #472707;
    text-align: center;    
}

#ContentHeader
{
    font-size: 18px;
    font-weight: bold;
    margin: 15px;
    text-align: center;
}

#ContentBody
{
    width: 800px;
    margin: 15px;
    text-align: left;
    display: inline-block;
}

#ContentGallery
{
    width: 800px;
    margin: 15px;
    text-align: center;
    display: inline-block;
}

.footertext, .footertext:active, .footertext:hover, .footertext:visited
{
    font-size: 12px;
    color: #F4F2C6;
    text-decoration: none;
}

SPAN.BodyWithImages
{
    white-space: pre-wrap;
}

.HomeBlock
{
    margin: 5px;
    border: 1px solid #C0C0C0;
    padding: 10px;
}

.HomeHeader
{
    text-align:center;
    font-weight:bold;
    
}
.HomeBody
{
   text-align:left; 
   font-size:12px;
}

