html #header, html #middle, html #footer {
  width: 100%;
  margin: 0 auto; }
html body {
  background: #c6e1fe;
  font-family: Arial, Helvetica, sans-serif; }
  html body a {
    color: #001744; }
    html body a:hover {
      color: #005cac; }
html #header {
  background: #c6e1fe url(../images/header.jpg) no-repeat center top; }
  html #header #header-container {
    width: 950px;
    margin: 0 auto;
    min-height: 215px;
    padding-bottom: 0; }
    html #header #header-container h1, html #header #header-container tagline1, html #header #header-container tagline2 {
      display: none; }
    html #header #header-container ul#quick-navigation {
      top: 0;
      left: 0;
      padding: 20px 0 0; }
      html #header #header-container ul#quick-navigation li {
        border-left: 1px solid #034764; }
        html #header #header-container ul#quick-navigation li a {
          color: #001744;
          font-size: 12px;
          text-transform: uppercase; }
          html #header #header-container ul#quick-navigation li a:hover {
            color: #005cac; }
html #middle {
  background: #c6e1fe; }
  html #middle #middle-container {
    background: white url(../images/mid-bot.jpg) no-repeat bottom right;
    width: 950px;
    margin: 0 auto; }
    html #middle #middle-container #column-one {
      width: 170px; }
      html #middle #middle-container #column-one ul#page-navigation li {
        background: white;
        height: auto;
        display: block;
        margin: 0 7px;
        border-bottom: 1px solid #cccccc; }
        html #middle #middle-container #column-one ul#page-navigation li.current > a, html #middle #middle-container #column-one ul#page-navigation li a:hover {
          font-weight: bold;
          color: #005cac; }
        html #middle #middle-container #column-one ul#page-navigation li a {
          display: block !important;
          text-align: center;
          padding: 5px;
          line-height: 20px;
          color: black; }
        html #middle #middle-container #column-one ul#page-navigation li ul {
          background: #e1efff; }
          html #middle #middle-container #column-one ul#page-navigation li ul li {
            background: transparent;
            border-bottom: none;
            margin: 0; }
            html #middle #middle-container #column-one ul#page-navigation li ul li a {
              background: transparent;
              line-height: 14px; }
            html #middle #middle-container #column-one ul#page-navigation li ul li ul {
              background: #d2e5fb; }
      html #middle #middle-container #column-one ul#private-page-navigation {
        margin: 10px 15px 10px 10px; }
    html #middle #middle-container #column-two {
      width: 780px; }
      html #middle #middle-container #column-two #page-content #title {
        border-bottom: 1px solid #cccccc; }
        html #middle #middle-container #column-two #page-content #title h2 {
          color: #8cb2d8;
          padding-bottom: 0; }
html #footer {
  background: transparent; }
  html #footer #footer-container {
    background: url(../images/footer.png) no-repeat;
    width: 950px;
    min-height: 90px;
    margin: 0 auto; }
    html #footer #footer-container p.credits {
      position: relative;
      top: 40px;
      left: 65px;
      float: left;
      color: #aad0f6;
      font-size: 12px; }
      html #footer #footer-container p.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; }
