﻿body 
{
    background-image: url(images/bg.gif);
    color:  #363636;
    font-family: Tahoma;
    margin: 0px;
}

img
{
    border: 0px;
}

a
{
    color: #73341d;
}

td
{
    vertical-align: top;
    padding-bottom: 6px;
    padding-right: 6px;
}

#wrapper
{
    border: 1px Solid Black;
    background-color: #f5f6ec;
    height: 740px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    background-image: url(images/logo.jpg);
    height: 372px;
    width: 800px;
}

#navOuter
{
    width: 173px;
    position: relative;
    top: 171px;
    left: 627px;
}

.nav
{
    margin-top: 7px;
}

#content
{
    height: 308px;
    width: 800px;
}

#footer
{
    background-color: #618214;
    border-top: 1px Solid #49630f;
    height: 59px;
    width: 800px;
}

#fNav
{
    position: relative;
    top: 22px;
    left: 30px;
    text-align: center;
}

#footer a
{
    color: #f1f2e3;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
}

#copyright
{
    color: #f1f2e3;
    font-size: 10px;
    position: relative;
    top: 10px;
}

#copyright a
{
    color: White
}

.fLink
{
    border-right: 1px Dashed #f77a40;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

#text
{
    border-bottom: 1px Solid #c7cb8f;
    height: 308px;
    width: 780px;
    padding: 0px 10px 0px 10px;
    font-size: 12px;
    overflow: auto;
}

#promo
{
    background-color: #d3ceaf;
    border-top: 1px Solid #736300;
    border-bottom: 1px Solid #f1f2e3;
    height: 118px;
    width: 780px;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
}

.title
{
    color: #73341d;
    font-weight: bold;
    font-size: 14px;
}

.button
{
    font-size: 12px;
    padding: 0px 2px 0px 2px;
}

.checkbox
{
    position: relative;
    left: 24px;
}

.error
{
    color: Red;
}

.dropdown
{
    font-size: 12px;
    padding: 0px;
    width: 163px;
}

.textbox
{
    font-size: 12px;
    padding: 0px;
    width: 160px;
}