
html, body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
    }

    
#content {
    padding: 10px;
    margin-left: 10px;
    width: 750px;
    }

#header {
    background-color: #FFFFFF;
    height: 126px;
    color: #006;
    margin-bottom: 0px;
    }

#headernav {
    text-align: left;
    color: green;
    font-size: 13px;
    margin: 0;
    padding: 4px;
    font-weight: bold;
    border-bottom: 3px solid #D3DBDD;
}
#headernav span {
    margin: 0 10px;
}
#headernav a:link { color: green; text-decoration: none; }
#headernav a:visited { color: green; text-decoration: none; }
#headernav a:hover { color: red; text-decoration: none; }
#headernav a:active { color: green; text-decoration: none; }


#newslettersignup {
    text-align: left;
    color: green;
    font-size: 13px;
    margin: 0;
    padding: 4px;
    font-weight: bold;
    border-bottom: 3px solid #D3DBDD;
}
#newslettersignup span {
    margin: 0 10px;
}

.dpirightbox {
    float: right;
    width: 250px;
    text-align: center;
    margin-top: 15px;
    margin-right: 5px;
}
.dpinavlinks {
    margin: 0;
    padding: 5px;
    font-weight: bold;
}
.dpinavlinks a:link { color: green; text-decoration: none; }
.dpinavlinks a:visited { color: green; text-decoration: none; }
.dpinavlinks a:hover { color: red; text-decoration: none; }
.dpinavlinks a:active { color: green; text-decoration: none; }



    
#footer {
    text-align: center;
    background-color: #fff;
    color: #006;
    border-top: 1px solid #006;
    font-size: 11px;
    padding: 10px 10px 0 0;
    clear: both;
    }

p {
    padding: 0;
    margin-top: 0px;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
    }

dd, dt {
    font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
    font-size: 0.95em;
    }


