body {
    font-family: Verdana, Arial, sans-serif;
    color: #000000;
    font-size: small;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: #E6EBE1;
}
h1 {
    font-size: 26px;
    margin-top: 12px;
}
.pagebody {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFFFFF;
    margin-top: 20px;
    border: 1px solid #B7C4A9;
}
.pagebody .header {
    width: auto;
    background-color: #5E734D;
    height: 80px;
    text-align: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    background-image: url(/images/header_bg.gif);
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}
.content {
    width: auto;
    padding: 0px;
    text-align: left;
    line-height: normal;
    background-image: url(/images/content_bg.gif);
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    background-repeat: repeat;
}
.left_side {
    float: left;
    width: 385px;
    background-color: #FFFFFF;
    padding: 0px;
}
.right_side {
    float: right;
    width: 385px;
    background-color: #FFFFFF;
    padding: 0px;
}
.pale_green {
    background-color: #E6EBE1;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.img_right {
    margin-bottom: 10px;
}
.clear {
    clear: both;
}
.dark_green {
    margin-top: 10px;
    background-image: url(/images/quotes.gif);
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 70px;
    padding-bottom: 20px;
    padding-left: 70px;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 165%;
    text-align: center;
    background-color: #5E734D;
}
p {
    font-size: 85%;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.3em;
}
.pagebody .content .left_side .pale_green li {
    font-size: 85%;
    margin-top: 2px;
    margin-bottom: 3px;
}
.pale_green h2 {
    color: #5E734D;
    font-size: 16px;
    margin-top: 5px;
}
.logo {
    margin-left: 10px;
    float: left;
    display: block;
}
.pagebody .header .strapline {
    float: right;
    width: auto;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
}