* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #6B7540;
    background: #99B452;
}

h1, h1 a, h2, h3, {
    text-transform: uppercase;
    font-weight: normal;
}

h1 {
    position: absolute;
    top: 33px;
    left: 33px;
    display: inline;
    padding: 0 25px;
    font-size: 36px;
    line-height: 70px;
    text-transform: uppercase;
    color: White;
    background: url(images/h1.jpg) no-repeat;
}

h1 a, h1 a:hover {
    text-decoration: none;
    color: White;
}

h1 a span {
    color: #9CB653;
}

h2 {
    color: #4B5520;
}

h3 {
    color: #6B7540;
		font-size: 20px;
}
p {
    padding: 10px 0;
    line-height: 1.7em;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
    color: black;
}

ul li span {
    padding-right: 10px;
}

#main {
    padding-top: 17px;
    width: 100%;
    min-width: 946px;
    background: #F6F1D8 url(images/bg.gif) repeat-x top;
}

#main2 {
    position: relative;
    margin: 0 auto;
    width: 946px;
    text-align: left;
}

#header {
    height: 443px;
    background: #556237 url(images/header.jpg) no-repeat;
}

#menu {
    position: absolute;
    top: 343px;
    right: 33px;
    height: 70px;
    background: url(images/menu.jpg) no-repeat top;
}

#menu ul {
    list-style: none;
    padding: 0 25px;
}

#menu ul li {
    float: left;
    display: block;
    padding: 0;
}

#menu ul li a {
    float: left;
    display: block;
    padding: 0 25px;
    font-weight: normal;
    font-size: 17px;
    line-height: 70px;
    text-decoration: none;
    text-transform: lowercase;
}

#menu ul li a:hover {
    color: #9CB653;
}

#middle {
    background: #D7D2A7 url(images/middle.jpg) repeat-y;
}

#middle2 {
    padding: 50px 60px 0 60px;
    height: 1%;
    background: url(images/middle2.jpg) no-repeat top;
}

#left {
    float: left;
    width: 540px;
}

#left h2 {
    font-size: 2em;
}

.box {
    padding: 15px 0 40px 0;
}

#left ul {
    padding: 10px 0 10px 30px;
    list-style: none;
    line-height: 1.7em;
    text-align: justify;
}

#left ul li {
    padding: 0;
}

#sidebar {
    float: right;
    width: 200px;
}

#sidebar h2 {
    padding-left: 15px;
    font-size: 1.5em;
}

#sidebar ul {
    padding: 25px 0 50px 0;
    list-style: none;
}

#sidebar ul li {
    padding: 6px 0 6px 15px;
    line-height: 1.7em;
    border-bottom: 1px solid #C1BF92;
}

#sidebar ul li.firstli {
    border-top: 1px solid #C1BF92;
}

#sidebar ul li a {
    padding: 0;
    font-weight: normal;
    color: #6B7540;
}

#sidebar ul li a:hover {
    text-decoration: none;
    color: White;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    margin: 0 auto;
    width: 946px;
    background: url(images/footer.jpg) no-repeat top;
}

#footer p {
    text-align: center;
}

p.links {
    height: 60px;
}

p.links a {
    padding: 0 15px;
}

.copy {
    line-height: 60px;
}

br { 
    line-height: 15px; 
}
#center {
    float: center;
    width: 800px;
}

#center h2 {
    font-size: 2em;
}

.box {
    padding: 15px 0 40px 0;
}


#center ul {
    padding: 10px 0 10px 30px;
    list-style: none;
    line-height: 1.7em;
    text-align: justify;
}

#center ul li {
    padding: 0;
}
#center ul li a {
    padding: 0;
    font-weight: normal;
    color: #6B7540;
}

#center ul li a:hover {
    text-decoration: none;
    color: White;
}