html #header, html #middle, html #footer {
  width: 100%;
  margin: 0 auto; }
html body {
  background: #8a8a8a url(../images/bg.png) repeat-x top left;
  font-family: Georgia, Times New Roman, serif; }
  html body a {
    color: #3461a8; }
    html body a:hover {
      color: #194489; }
html #header {
  background: transparent url(../images/header.png) no-repeat center top; }
  html #header #header-container {
    width: 982px;
    margin: 0 auto;
    min-height: 220px;
    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;
      right: 20px;
      padding: 12px; }
      html #header #header-container ul#quick-navigation li {
        border-left: 1px solid #efefef; }
        html #header #header-container ul#quick-navigation li a {
          color: white;
          font-size: 12px; }
html #middle {
  background: transparent url(../images/mid_bg.png) repeat-y center top; }
  html #middle #middle-container {
    width: 961px;
    margin: 0 auto;
    background: transparent url(../images/nav-bot.png) no-repeat bottom left; }
    html #middle #middle-container #column-one {
      width: 170px; }
      html #middle #middle-container #column-one ul#page-navigation li {
        background: #aacde6 url(../images/li.png) repeat-x top left;
        height: auto;
        display: block;
        margin-right: 7px; }
        html #middle #middle-container #column-one ul#page-navigation li.current > a, html #middle #middle-container #column-one ul#page-navigation li a:hover {
          background: #e5f3fe url(../images/li-hover.png) repeat-x top left;
          color: black; }
        html #middle #middle-container #column-one ul#page-navigation li a {
          display: block !important;
          text-align: center;
          padding: 5px;
          line-height: 20px;
          color: #055192; }
        html #middle #middle-container #column-one ul#page-navigation li ul {
          background: #779ab3; }
          html #middle #middle-container #column-one ul#page-navigation li ul li {
            background: transparent;
            margin-right: 0; }
            html #middle #middle-container #column-one ul#page-navigation li ul li a {
              background: transparent;
              line-height: 14px;
              color: #d1d4d7; }
            html #middle #middle-container #column-one ul#page-navigation li ul li.current > a, html #middle #middle-container #column-one ul#page-navigation li ul li a:hover {
              background: transparent;
              color: white; }
            html #middle #middle-container #column-one ul#page-navigation li ul li ul {
              background: #6186a1; }
      html #middle #middle-container #column-one ul#private-page-navigation {
        margin: 10px 15px 10px 10px; }
    html #middle #middle-container #column-two {
      width: 782px; }
      html #middle #middle-container #column-two #page-content {
        background: transparent; }
        html #middle #middle-container #column-two #page-content #title {
          border-bottom: 1px solid #bdbdbd; }
          html #middle #middle-container #column-two #page-content #title h2 {
            color: #3461a8;
            padding-bottom: 0; }
html #footer {
  background: #8a8a8a url(../images/footer.jpg) no-repeat center top;
  min-height: 121px; }
  html #footer #footer-container {
    width: 982px;
    margin: 0 auto; }
    html #footer #footer-container p.credits {
      position: relative;
      top: 80px;
      padding-right: 25px;
      float: right;
      color: #efefef;
      font-size: 12px;
      font-family: Georgia, Times New Roman, serif; }
      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: 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: 0; }
