html #header, html #middle, html #footer {
  width: 100%;
  margin: 0 auto; }
html body {
  background: #014577 url(../images/bg.png) repeat-x top left;
  font-family: Arial, Helvetica, sans-serif; }
  html body a {
    color: #004477; }
    html body a:hover {
      color: #8db6e4; }
html #header {
  min-height: 266px;
  background: transparent url(../images/header-bg.png) repeat-x left top; }
  html #header #header-container {
    min-height: 266px;
    width: 814px;
    margin: 0 auto;
    background: transparent url(../images/header.jpg) no-repeat center top; }
    html #header #header-container h1, html #header #header-container tagline1, html #header #header-container tagline2 {
      display: none; }
    html #header #header-container a img {
      position: relative;
      top: 172px;
      right: 10px;
      float: right; }
    html #header #header-container ul#quick-navigation {
      top: 0;
      right: 0;
      background: transparent url(../images/quick-nav-bg.png);
      padding: 12px 0 12px; }
      html #header #header-container ul#quick-navigation li {
        padding-left: 15px; }
        html #header #header-container ul#quick-navigation li a {
          color: #004477;
          font-size: 12px;
          font-weight: bold;
          border-left: 1px solid #004477;
          padding-left: 15px; }
          html #header #header-container ul#quick-navigation li a:hover {
            color: #7b8385;
            text-decoration: none; }
        html #header #header-container ul#quick-navigation li:first-child a {
          border-left: none;
          padding-left: 0; }
    html #header #header-container ul#page-navigation {
      padding-top: 239px;
      height: 25px;
      width: 99%;
      margin-left: 0; }
      html #header #header-container ul#page-navigation li {
        height: auto;
        float: left;
        display: block; }
        html #header #header-container ul#page-navigation li.current > a, html #header #header-container ul#page-navigation li a:hover {
          background: #a3c5eb; }
        html #header #header-container ul#page-navigation li a {
          color: white;
          display: block !important;
          font-weight: bold;
          line-height: 13px;
          padding: 7px 11px; }
          html #header #header-container ul#page-navigation li a:hover {
            color: #004477; }
        html #header #header-container ul#page-navigation li ul {
          top: 27px;
          width: 15em;
          background: transparent url(../images/subnav.png); }
          html #header #header-container ul#page-navigation li ul li a {
            line-height: 10px; }
          html #header #header-container ul#page-navigation li ul li ul {
            left: 15em;
            top: 0; }
html #middle {
  background: transparent; }
  html #middle #middle-container {
    background: transparent url(../images/middle-bg.png) repeat-y top left;
    width: 814px;
    margin: 0 auto; }
    html #middle #middle-container #column-two #page-content {
      padding: 0px 15px; }
      html #middle #middle-container #column-two #page-content #title h2 {
        color: #004477; }
html #footer {
  background: transparent;
  min-height: 79px; }
  html #footer #footer-container {
    background: transparent url(../images/footer.png) no-repeat center top;
    margin: 0 auto;
    width: 868px;
    min-height: 79px; }
    html #footer #footer-container p.credits {
      float: right;
      margin-top: 24px;
      color: white;
      font-weight: bold;
      font-size: 12px;
      position: relative;
      right: 20px; }
      html #footer #footer-container p.credits a {
        color: #8db6e4; }
        html #footer #footer-container p.credits a:hover {
          color: #cccccc;
          text-decoration: none; }
    html #footer #footer-container ul#quick-navigation {
      display: none; }

body#tinymce {
  background-color: white !important;
  min-height: 550px;
  color: black !important; }
  body#tinymce h1 {
    font-size: 18px; }
  body#tinymce h2 {
    font-size: 16px; }
  body#tinymce h3 {
    font-size: 14px; }
  body#tinymce h4 {
    font-size: 13px; }
  body#tinymce h5 {
    font-size: 12px; }
  body#tinymce h6 {
    font-size: 11px;
    font-weight: bold; }
  body#tinymce p {
    margin: 5px 0; }

.content h1 {
  font-size: 18px; }
.content h2 {
  font-size: 16px; }
.content h3 {
  font-size: 14px; }
.content h4 {
  font-size: 13px; }
.content h5 {
  font-size: 12px; }
.content h6 {
  font-size: 11px;
  font-weight: bold; }
.content p {
  margin: 5px 0; }
