* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 30px;
    font: 13px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    color: black;
    background: White;
}

h1 {
    padding: 40px 0 0 0;
    font: normal 40px/48px Georgia, Times, serif;
    color: #3CB201;
}

h1 a, h1 a:hover {
    font-weight: normal;
    text-decoration: none;
    color: #3CB201;
}

h2 {
    position: relative;
    top: -5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #3CB201;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    font-weight: bold;
    text-decoration: underline;
    color: #CADF13;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 900px;
    text-align: left;
}

#header {
    height: 125px;
}

#search {
    position: absolute;
    top: 41px;
    right: 0;
    padding: 20px 20px 0 20px;
    width: 292px;
    height: 48px;
    background: url(images/search.jpg) no-repeat;
}

#search form {
}

#search input.text {
    float: left;
    display: block;
    padding: 3px;
    width: 200px;
    font-size: 15px;
    color: #939A4A;
    background: White;
    border: 1px solid #DCE4C2;
}

#search input.submit {
    float: right;
    display: block;
    padding: 4px 0;
    width: 70px;
    font-weight: bold;
    font-size: 11px;
    color: White;
    background: #C3E15F;
    border: 1px solid #A9D23E;
    cursor: pointer;
}

#menu {
    padding-left: 15px;
    height: 68px;
    background: #FAF79A url(images/menu.jpg) no-repeat;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: block;
    float: left;
}

#menu ul li a {
    padding: 0 35px;
    font-weight: normal;
    font-size: 12px;
    line-height: 68px;
    text-transform: uppercase;
    text-decoration: none;
    color: #909748;
}

#menu ul li a:hover, #menu ul li a.active {
    text-decoration: none;
    color: #484B24;
}

#intro {
    width: 900px;
    height: 330px;
    margin: 16px 0;
    background: #E6F2BD url(images/image.jpg) no-repeat;
}

#intro h3 {
    padding: 50px 0 0 100px;
    font-weight: normal;
    font-size: 38px;
    line-height: 46px;
    color: #316901;
}

#intro h3 span {
    font-size: 26px;
    line-height: 32px;
    color: White;
}

#intro p {
    padding: 20px 0 0 100px;
    width: 280px;
    text-align: left;
    color: #628F19;
}

#middle {
}

#left {
    float: left;
    padding-top: 20px;
    width: 520px;
}

#left h3 {
    font: normal 26px/60px Georgia, Times, serif;
    color: #3CB201;
}

.box {
    padding-bottom: 50px;
}

.boximg {
    margin-bottom: 20px;
    padding-top: 20px;
    height: 120px;
    border-top: 2px solid #E7F3BF;
}

.boximg img {
    display: block;
    float: left;
}

.boximg2 {
    float: right;
    width: 375px;
    height: 120px;
    background: url(images/leftbg.jpg) no-repeat;
}

.boximg2 h4 {
    font-weight: normal;
    font-size: 13px;
    padding: 12px 0 0 10px;
}

.boximg2 p {
    padding: 0 0 0 10px;
}

.boximg2 a {
    text-decoration: none;
}

#sidebar {
    float: right;
    width: 332px;
    background: #E6F2BD url(images/sidebar.gif) repeat-y;
}

#sidebar2 {
    background: url(images/sidebar2.gif) no-repeat bottom;
}

#sidebar3 {
    padding: 15px 30px 40px 30px;
    background: url(images/sidebar3.gif) no-repeat top;
}

#sidebar h3 {
    padding: 25px 0 8px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #628F19;
}

#sidebar ul {
    list-style: none;
    padding: 8px 0;
}

#sidebar ul li {
    padding: 0 0 6px 30px;
}

#sidebar ul li a {
    padding: 0;
    font-weight: normal;
    color: black;
}

#sidebar p {
    padding: 8px 10px 8px 30px;
    text-align: left;
    color: black;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    width: 540px;
    border-top: 2px solid #D6EA9B;
}