body
{
    margin: 0 0 0 0;
    padding: 5px 5px 5px 5px;
    border: 0;
    text-align: Left;
    background-attachment: fixed;
    background-image: url(Images/background.jpg);
    background-color: #FFF5D1;
    background-repeat: repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: 200;
    color: #714784;
    width: 990px;
}

/* Typographic style rules adapted from http://www.thenoodleincident.com/tutorials/typography/ */

h1, h2, h3, h4, h5, h6
{
    color: #941505;
}

h1
{
    margin: 0 0 0 0em;
    font-size: 2.0em;
    font-weight: bold;
    font-family: Pristina;
}
h2
{
    margin: 1em 0em 1em 1em;
    clear: both;
    font-size: 1.7em;
    font-weight: normal;
    font-family: Pristina;
}
h3
{
    margin: 0em 0em 0em 0em;
    font-size: 1.4em;
    font-weight: normal;
    text-align: left;
    color: Navy;
}
h4
{
    margin: 1.2em 0em 1.2em 0em;
    font-size: 1.2em;
    font-weight: bold;
}
h5
{
    margin: 1.2em 0em 1.2em 1em;
    font-size: 1.0em;
    font-weight: bold;
}
h6
{
    margin: 1.2em 0em 1.2em 1em;
    font-size: 0.8em;
    font-weight: bold;
}
pre
{
    font-family: monospace;
    font-size: 1.0em;
}

p
{
    text-align: justify;
}

strong, b
{
    font-weight: bold;
}

thead
{
    font-weight: bold; 
    text-align: center;
}
#HomeBackground
{
    background-image: url(Images/HomePage.jpg);
}

#mainbody
{
    width: 1024px;
}

#menu
{
    position: absolute;
    left: 200px;
    top: 10px;
    padding: 10px 0 10px 10px;
    width: 800px;
    height: 50px;
}

#menu a
{
    /* display: block !important; */
    display: inline !important;
    margin-left: 20px;
    background-image: none !important;
    background-repeat: no-repeat;
}

#submenu
{
    position: absolute;
    left: 50px;
    top: 50px;
}


#maincontent p
{
    margin: 1.2em 0em;
    font-size: 1.0em;
    line-height: 1.8em;
}

#FarmList td
{
    padding: 5px;
    border-bottom-color: White;
    border-bottom-style: groove;
    border-bottom-width: thin;
    vertical-align: top;
    font-family: Arial;
    font-size: small;
 
}

      
.TableTitle1
{
    background-color: #999966;
    color: #FFFFFF;
    font-weight: bold;
}

.TableTitle2
{
    background-color: #C0C0C0;
    color:#666666;
    font-weight: bold;
}
.menuNormal
{
    /* color: #812d22; */
    color: #4f3468;
    font-weight: normal;
    margin: 10px 10px 10px 10px;
    text-align: center;
}
.menuHover
{
    color: #8d7c9e; /* background-image: url(Images/img_menu_hover.gif);          background-repeat: no-repeat;  */
}
.menuSelected
{
    color: Maroon; /* background-image: url(Images/img_menu_active.gif);          background-repeat: no-repeat; */
    font-weight: normal;
}

.Title
{
    color: #941505;
    font-size: 3em;
    font-weight: bold;
    font-family: Pristina;
    text-align: center;
}

.OfficersTableTitle
{
    height: 15px;
    padding-right: 20px;
    text-align: right;
    vertical-align: top;
    width: 50%;
}

.OfficersTableTitle h3
{
    color: Navy;
    text-align: right;
    font-family: Arial;
}

.OfficersTableName
{
    height: 18px;
    padding-left: 20px;
    text-align: left;
    vertical-align: top;
}
