body {
/*    background-color: #004129;*/
    background-color: #224232;
    margin: 0 auto 0 auto;
    width: 780px;
}


#header {
    height: 250px;
}

#header #header-left {
    width: 500px;
    float: left;
    height: 250px;
}
#header #header-bottom {
    background-color: #595959;
}

#header #header-bottom a{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

#header #header-bottom a:hover{
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

#header #header-right {
    width: 280px;
    float: right;
    height: 250px;
    background-image: url(../images/header-logo.jpg);
    background-color: #224232;
    margin: 0px;
}

#container {
    /*background-image: url(../images/container-background.jpg);*/
    background-color: #DEDEC6;
    border: 1px solid #FFFFFF;
}

#container #main {
    background-color: #dedec6;
    color: #4b4b4b;
    margin: 0px;
    width: 466px;
    padding: 15px;
}

#container #main td.contentheading{
/*    color: #800000;*/
    color: #595959;
    font-size: 24px;
}

#container #right {
    float: right;
    width: 265px;
/*    background-color: #495f49;*/
    background-color: #224232;
    color: #ffffff;
    padding: 0px 0px 0px 15px;
}

#container #right .moduletable h3{
    color: #818181;
    font-family: Monotype Corsiva;
    font-size: 24px;
}

#container #right a{
/*    color: #dedec6;*/
    color: #ffffff;
    text-decoration: none;
}

#container #right a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#footer {
    background-color: #224232;
    color: #dedec6;
    font-size: 12px;
    text-align: center;
    padding: 15px;
    clear: both;
}

#footer a {
    color: #dedec6;
}

