body{
    margin: 0;
    padding: 0;
    font-family: "Arial";
    font-size: 12px;
    text-align: center;
    color: #333333;
}

a {color: #685A4D; text-decoration: none;}
a:hover{color: #328F02;}

h2 {font-size: 1.5em;}
h3 {font-size: 1.1em; color: #685A4D;}
.thinline {border-bottom: 1px solid #416041;}
.bold
{
    font-weight: bold;
    background-color: #2F9108;
    color: #ffffff;
    padding: 0px 5px 0px 5px;
}

a.bold:hover {color: #9CD226;}
.special {display: none;}
#mainwrapper
{
    width: 985px;
    margin: 0 auto;
}

#header
{
    height: 80px;
    text-align: left;
    margin-top: 20px;
    color: #416041;
    font-weight: bold;
    line-height: 1.5em;
    font-family: "Palatino", "Times", "Georgia";
}
#header img
{
    margin-right: 10px;
}
#navbar
{
    border-bottom: 1px solid #B1CF9B;
    height: 20px;
}

#navbar ul li{display: inline; margin: 30px;}
#navbar ul {list-style: none; font-size: 1.1em;}

#imagebar
{
    margin-top: 5px;
    border-top: 1px solid #416041;
    border-bottom: 25px solid #416041;
    
}
#navbox
{
    height: 197px;
    background-color: #7F6B47;
    width: 276px;
    text-align: left;
    border-right: 1px solid #329103;
}
#navbox ul {margin: 0; padding-top: 10px; padding-left: 30px;}
#navbox ul li {color: #BCE407; line-height: 1.9em; list-style: disc;}
#navbox a {color: #ffffff;}
#navbox a:hover {color: #BCE407;}
#green-border{
    border-bottom: 1px solid #329103;
}
#contentMain
{
    text-align: left;
}

#contentMain ul li a {color: #2F9108; font-weight: bold;}
#contentMain ul li a:hover {color: #7F6B47;}
#greenbar
{
background-color: #416041;
height: 15px;
}

#footer
{
    color: #685A4D;
    font-size: 0.8em;
    margin-top: 5px;
}

.small
{
    font-size: 0.9em;
     color: #329103;
}
.floatL
{
    float: left;
}

.floatR
{
    float: right;
}