﻿body {
    width: 1000px;
    margin: 0px auto 0px auto;
    background-repeat: no-repeat;
    background-color: #F8F2E7;
}
.divHeader
{
    background-image: url('Images/Untitled-1.jpg');
    background-repeat: no-repeat;
    height: 115px;
    background-color: #BEB199;
}

#divMenu
{
    width:1000px;
    height: 22px;
    margin-top: 0px;
}

#divMenu ul
{    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 2px;
}

#divMenu ul li
{
    display: inline;
}
#divMenu ul li a
{
    font-family: "Times New Roman", Times, serif;
    font-size: large;
    padding: 0px 10px 0px 10px;
    margin: 0px;
    font-weight: normal;
    color: #73282F;
    border-right-style: groove;
    border-right-color: #C1AF8B;
    border-right-width: thin;
    text-decoration: none;
}
#divMenu ul li a:hover
{
    color: #CD363F;
    text-decoration: underline;
}

#divContent
{
    background-color: #EEE2CA;
    float: left;
    width: 753px;
    color: #73373B;
}
.divMenu
{
    text-align: center;
    background-color: #FFFFFF;
}
.Form
{
    background-color: #EEE2CA;
}
#divFooter
{
    color: #000000;
    text-align: center;
    width: 210px;
    float: right;
    display: inline;
}
.Bold
{
    font-weight: bold;
}
#divSearch
{
    float: left;
    width: 300px;
    text-align: left;
    display: block;
    clip: rect(auto, auto, 2px, auto);
    margin-right: 10px;
}
.SubContent
{
    background-color: #FFFFFF;
    height: 20px;
    color: #73282F;
}
.image
{
    width: 80px;
    height: 80px;
}
.GridDiv
{
    background-color: #B1A384;
    color: #C11A1D;
    text-align: right;
}
.divCopyright
{
    text-align: center;
    width: 200px;
    margin: 0px auto 0px auto;
}
.LinkStyle
{
    color: #73282F;
    text-decoration: none;
}
