body {
    background: #8DC63F;
    padding: 0px;
    margin: 0px;
}

hr {
    border: 0;
    color: #FFFFFF;
    background-color: #FFFFFF;
}

font, p, li, b, i, u, strong, em {
    font-family: "Verdana", "Arial";
    color: #ffffff;
}

a {
    color: #005E20;
    text-decoration: none;
}

a:hover {
    color: #39B54A;
    text-decoration: underline;
}

.contentIframe {
    width: 100%;
    border: 2px solid #ffffff;
    height: 70%;
}

.content {
    width: 100%;
    padding-top: 100px;
    text-align: right;
}

.mainContent{
    padding-right: 230px;
    padding-left: 50px;
    text-align: right;
}

.links {
    float: right;
    text-align: left;
    position: fixed;
    top: 180px;
    right: 50px;
    width: 150px;
}

.navigation {
    float: right;
    text-align: right;
    position: fixed;
    top: 30px;
    right: 210px;
}

.top {
    background-image: url('images6/topbg.gif');
    background-repeat: repeat-x;
    width: 100%;
    height: 89px;
    float: left;
    text-align: left;
    vertical-align: top;
    position: fixed;
    top: 0px;
    padding: 0px;
    margin: 0px;
}

.leaf {
    float: right;
    text-align: right;
    position: fixed;
    top: 10px;
    right: 50px;
}