html #header, html #middle, html #footer {
  width: 965px;
  position: relative;
  margin: auto; }

body {
  background: url(../images/background.jpg) #003466 repeat-x; }
  body a {
    color: #d25f0f; }
    body a:hover {
      color: #296a9c; }
  body #header {
    height: 243px;
    background: url(../images/header.jpg) no-repeat; }
    body #header h1 {
      display: none; }
    body #header #header-container {
      height: 100%;
      width: 100%; }
      body #header #header-container ul#quick-navigation {
        position: absolute;
        bottom: 7px;
        right: 10px; }
        body #header #header-container ul#quick-navigation li a {
          color: white; }
  body #middle {
    background: url(../images/column-one.jpg) repeat-x #25578b; }
    body #middle #middle-container #column-one {
      width: 186px; }
      body #middle #middle-container #column-one ul#page-navigation {
        width: 181px;
        margin: auto; }
        body #middle #middle-container #column-one ul#page-navigation li {
          background: url(../images/navigation-background.jpg) no-repeat #003368;
          padding: 3px 15px; }
          body #middle #middle-container #column-one ul#page-navigation li a {
            color: white; }
          body #middle #middle-container #column-one ul#page-navigation li ul {
            padding-top: 5px; }
            body #middle #middle-container #column-one ul#page-navigation li ul li {
              padding: 3px 0px;
              background: none; }
              body #middle #middle-container #column-one ul#page-navigation li ul li a {
                color: #add2f9; }
                body #middle #middle-container #column-one ul#page-navigation li ul li a:hover {
                  color: white; }
              body #middle #middle-container #column-one ul#page-navigation li ul li:hover {
                background: none; }
          body #middle #middle-container #column-one ul#page-navigation li:hover {
            background: url(../images/navigation-hover.jpg) no-repeat #003368; }
      body #middle #middle-container #column-one ul#private-page-navigation {
        margin-top: 5px; }
    body #middle #middle-container #column-two {
      width: 779px;
      background: white; }
  body #footer {
    height: 42px;
    background: url(../images/footer.jpg) no-repeat;
    margin-bottom: 30px; }
    body #footer #footer-container .credits {
      text-align: right;
      padding: 15px 10px 0px 0px; }
      body #footer #footer-container .credits a {
        color: white; }

body#tinymce {
  background-color: white !important;
  min-height: 550px;
  color: black !important; }
  body#tinymce h1 {
    font-size: 2.4em; }
  body#tinymce h2 {
    font-size: 2.1em; }
  body#tinymce h3 {
    font-size: 1.8em; }
  body#tinymce h4 {
    font-size: 1.5em; }
  body#tinymce h5 {
    font-size: 1.2em; }
  body#tinymce h6 {
    font-size: 0.9em; }
  body#tinymce p {
    margin: 5px 0; }

.content h1 {
  font-size: 2.4em; }
.content h2 {
  font-size: 2.1em; }
.content h3 {
  font-size: 1.8em; }
.content h4 {
  font-size: 1.5em; }
.content h5 {
  font-size: 1.2em; }
.content h6 {
  font-size: 0.9em; }
.content p {
  margin: 5px 0; }
