body
{
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    background-color: #3b6c45;
}

#layer1
{
    background-image: url(../../images/row1bg.jpg);
    width: 100%;
}
#layer2
{
    background-image: url(../../images/row2bg.jpg);
    width: 100%;
}
#layer3
{
    background-color: #000000;
    width: 100%;
}
#layer4
{
    background-color: #acc7a8;
    width: 100%;
    border-top: solid 2px #000000;
}
#menu-div
{
    background-image: url(../../images/menuback.png);
    background-repeat: no-repeat;
    color: #ffffff;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    text-align: center;
    font-size: 12px;
}
#layer5
{
    width: 100%;
    background-color: #3b6c45;
}
#bottom-content
{
    background-color: #ffffff;
    background-image: url(../../images/scrollback.jpg);
}
#footer
{
    background-image: url(../../images/menufootback.png);
    width: 868px;
    color: #ffffff;
    text-align: center;
    height: 28px;
    line-height: 27px;
}
#footer a
{
    color: #FFFFFF;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}
#footer a:hover
{
    color: #b4cdad;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}
#copy
{
    font-size: 12px;
    color: #ffffff;
    line-height: 25px;
}
#copy a
{
    color: #ffffff;
}

.err
{
    font-weight: 700;
    color: #FF0000;
}
.errorMsg
{
    font-size: 11px;
    padding: 10px;
    margin: 20px 0px 20px 0px;
    display: block;
    border: solid 1px #dbd8bd;
    background-color: #fff9cd;
    font-weight: bold;
    color: #68562d !important;
    opacity: .85;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
}


.grid
{
    font-family: Arial;
    font-size: 12px;
}
.grid tr.row
{
    background-color: #FFFFFF;
    height: 25px;
    text-indent: 5px;
}

.grid tr.row:hover
{
    background-color: #dededc;
}

.grid-header
{
    height: 25px;
    background-image: url(../../images/grid-header.jpg);
    background-repeat: repeat-x;
    background-position: left bottom;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}
.grid-header a
{
    color: #ffffff;
    text-decoration: none;
    padding-left: 5px;
    text-align: left;
}
.grid-item
{
    border: solid 1px #c8c8c8;
}
.header-item
{
    text-indent: 5px;
    border: solid 1px #c8c8c8;
}


.no-margin
{
    margin-top: 0px;
}

.no-border
{
    border: 0px;
}

a:link
{
    color: #000000;
    text-decoration: none;
}
a:visited
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}
a:active
{
    color: #000000;
    text-decoration: none;
}
