* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    font: 13px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    color: BLAck;
    background:  url(images/bg.jpg);
}

h1 {
    padding: 10px 0 0 10px;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    text-align: left;
    color: white;
}

h1 a {
    font-weight: bold;
    text-decoration: none;
    color: white;
}

h1 a:hover {
    color: white;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    text-decoration: underline;
    color: #00344d;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #67E500;
}

h2 {
    padding: 10px 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: white;
}

h2 a {
    font-weight: bold;
    text-decoration: none;
    color: white;
}

h2 a:hover {
    color: white;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    text-decoration: underline;
    color: #FA791F;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #FA791F;
}

h3 {
    padding: 10px 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: white;
}

h3 a {
    font-weight: bold;
    text-decoration: none;
    color: Black;
}

h3 a:hover {
    color: white;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    text-decoration: underline;
    color: #FA791F;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #FA791F;
}

h4 {
    padding: 10px 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: White;
}

h4 a {
    font-weight: bold;
    text-decoration: none;
    color: White;
}

h4 a:hover {
    color: White;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
    text-decoration: underline;
    color: #FA791F;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #FA791F;
}

#main {
    margin: 0 auto;
    width: 1024px;
    background: #FAFAF8;
}

#main2 {
    margin: 0 auto;
    width: 960px;
    text-align: left;
}

#menu {
    padding: 0 0 8px 0;
    height: 40px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    width: 160px;
    height: 40px;
}

#menu ul li a {
    display: block;
    padding: 0 0 0 12px;
    font-weight: bold;
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
    color: #6D5730;
    background-color:#F7F5BA;
    border-right: 1px solid #DCDCCC;
}

#menu ul li.lastmenu a {
    border: none;
}

#menu ul li a.active, #menu ul li a:hover {
    text-decoration: none;
    color: #005D31;
}

#header {
    height: 195px;
    background: url(images/Logo.jpg) no-repeat;
    text-align:left;
}

#middle {
    margin-top: 8px;
    padding: 12px 12px 0 12px;
    height: 1%;
    background-color:#F7F5BA;

}

#left {
    float: left;
    width: 530px;
}

#left h3 {
    margin: 20px 0 5px 0;
    padding: 0 0 0 18px;
    font-size: 24px;
    line-height: 30px;
    text-transform: lowercase;
    color: #6D5730;
    background: url(images/arrowGreen.jpg) no-repeat left;
}

#left ul {
    padding: 8px 0 8px 40px;
}

#left ul li {
    padding: 0;
    text-align: justify;
}
#ContentBody {
    float: left;
    width: 900px;
}
.box {
    margin-bottom: 10px;
    padding: 6px 0;
    width: 220px;
    background: White url(images/boxbrown.jpg) no-repeat bottom;
    border: 1px solid #F3F3F3;
}


.clearing {
    clear: both;
    height: 5px;
    overflow: hidden;
}

#footer {
    clear: both;
    padding-bottom: 10px;
    height: 20px;
    background: url(images/footer.jpg) repeat-x top;
}

#footer p {
    padding: 12px;
    font-size: 12px;
    color: #6D5730;
}
#f1 {
    padding: 10px 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: Black;
}


#f2 {
    padding: 10px 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: Black;
}

#f3 {
    padding: 10px 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: black;
}

#f4 {
    padding: 10px 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    color: Black;
}


