* {
    margin: 0;
    padding: 0;
}

body {
    padding: 30px 0;
    font: 15px "Times New Roman", Times, serif;
    text-align: center;
    color: #5A3A20;
    background: #B5AC7C;
}

h1 {
    padding: 16px 0 0 20px;
    font-weight: normal;
    font-size: 42px;
    line-height: 60px;
    color: #401D01;
}

h1 a, h1 a:hover {
    text-decoration: none;
    color: #401D01;
}

h2 {
    padding-left: 20px;
    font-weight: normal;
    font-size: 26px;
    line-height: 48px;
    color: White;
}

h3 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
}

p {
    padding: 10px 0;
    line-height: 21px;
    text-align: justify;
}

a {
    text-decoration: underline;
    color: #007531;
}

a:hover {
    text-decoration: underline;
    color: #6B9747;
}

img {
    border: none;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 922px;
    background: url(images/bg2.gif) repeat-y;
}

#main2 {
    padding: 13px 13px 31px 13px;
    background: url(images/bg3.gif) no-repeat bottom;
}

#main3 {
    padding: 0 18px;
    text-align: left;
    background: #EDDF9C url(images/bg.jpg);
}

#bg4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 922px;
    height: 13px;
    background: url(images/bg4.gif);
    overflow: hidden;
}

#topimg {
    width: 860px;
    height: 254px;
    background: #4A2602 url(images/image.jpg) no-repeat;
}

#menutop {
    position: absolute;
    top: 30px;
    right: 25px;
}

#menutop ul {
    list-style: none;
}

#menutop ul li {
    float: left;
    display: block;
    color: #401D01;
}

#menutop ul li a {
    padding: 0 10px;
    font-size: 14px;
    text-decoration: none;
    color: #401D01;
}

#menutop ul li a:hover {
    text-decoration: none;
    color: #81692D;
}

#menu {
    margin-top: 10px;
    height: 60px;
    background: #1D7332 url(images/menu.jpg);
}

#menu ul {
    list-style: none;
    padding: 0 0 0 30px;
}

#menu ul li {
    float: left;
    display: block;
    padding: 0;
    height: 60px;
}

#menu ul li a {
    display: block;
    margin: 0;
    padding: 0 35px;
    font-size: 20px;
    line-height: 60px;
    text-decoration: none;
    color: White;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #F9FF86;
}

#middle {
    padding-top: 30px;
}

#sidebar {
    float: left;
    padding-bottom: 20px;
    width: 310px;
}

#sidebar h3 {
    color: White;
    background: #8A3C0F url(images/h3brown.gif) repeat-x;
}

#sidebar h4 {
    padding: 25px 0 7px 0;
    font-weight: normal;
    font-size: 22px;
    color: #2D9335;
}

#sidebar .firsth4 {
    padding-top: 5px;
}

#login {
    margin-bottom: 20px;
    height: 310px;
}

#login form {
    padding-right: 10px;
    text-align: right;
}

#login form p {
    text-align: right;
}

#login form label {
    padding-right: 5px;
}

#login form p.pleft {
    padding: 6px 0 6px 105px;
    text-align: left;
}

#login input.text, #login input.password {
    padding: 5px 2px;
    width: 190px;
    font-size: 14px;
    color: #76572B;
    background: #FFFFCD;
    border: 1px solid #DFDFB3;
}

#login input.submit {
    display: block;
    width: 100px;
    height: 31px;
    color: #76572B;
    cursor: pointer;
    background: #F1FF86 url(images/submit.gif) no-repeat;
    border: none;
}

#right {
    float: right;
    width: 520px;
}

#right h3 {
    color: #5A3A20;
    background: #F8FFB6 url(images/h3yellow.gif) repeat-x;
}

#right h4 {
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 28px;
    color: #2D9335;
}

#right .box {
    padding-bottom: 20px;
}

.imgright {
    float: right;
    display: block;
    margin: 8px 0 5px 30px;
}

#right ul {
    padding: 15px 0;
    list-style: none;
}

#right ul li {
    padding: 0 0 8px 0;
    line-height: 21px;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    height: 60px;
    background: url(images/footer.gif) no-repeat bottom;
}

#footer p {
    padding: 0;
    font-size: 12px;
    line-height: 60px;
    text-align: center;
    color: #E3E3E3;
}

#footer p a {
    color: #E3E3E3;
}

#footer p a:hover {
    color: White;
}