#footer .creds {
  display: none;
}

body {
    background: #002c61 url(images/bg.png) repeat-x;
}

#footer-widgeted {
    background: #00499c;
}

#nav li a {
    color: #002d60;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
}



#footer {
    text-shadow: #002d60 1px 1px;
}

#subnav li a {
    text-shadow: #002d60 1px 1px;
}

a:hover {
    color: #024a9a;
    text-decoration: none;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    color: #002c61;
}