html #header, html #middle, html #footer {
  width: 100%;
  margin: 0 auto; }
html body {
  background: #4b6aab url(../images/background.jpg);
  font-family: Georgia, Times New Roman, serif; }
  html body a {
    color: #4b6aab; }
    html body a:hover {
      color: #08193f; }
html #header {
  background: transparent url(../images/header.png) no-repeat center top; }
  html #header #header-container {
    width: 972px;
    margin: 0 auto;
    min-height: 235px;
    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: 145px;
      right: 121px;
      padding: 12px; }
      html #header #header-container ul#quick-navigation li {
        border-left: 1px solid #08193f; }
        html #header #header-container ul#quick-navigation li a {
          color: #08193f;
          font-size: 10px;
          font-weight: bold; }
html #middle {
  background: transparent url(../images/middle_bg.png) repeat-y center top; }
  html #middle #middle-container {
    width: 972px;
    margin: 0 auto;
    background: transparent; }
    html #middle #middle-container #column-one {
      width: 192px;
      margin-left: 14px; }
      html #middle #middle-container #column-one ul#page-navigation li {
        background: #7f9be0 url(../images/li.jpg) repeat-y top left;
        height: auto;
        display: block;
        margin: 0 10px 2px 0; }
        html #middle #middle-container #column-one ul#page-navigation li.current > a, html #middle #middle-container #column-one ul#page-navigation li a:hover {
          color: #7f9be0; }
        html #middle #middle-container #column-one ul#page-navigation li a {
          display: block !important;
          text-align: left;
          padding: 5px 20px 5px 10px;
          line-height: 16px;
          color: white; }
        html #middle #middle-container #column-one ul#page-navigation li ul {
          background: #647fc2; }
          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; }
            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: #08193f; }
            html #middle #middle-container #column-one ul#page-navigation li ul li ul {
              background: #4d67a9; }
      html #middle #middle-container #column-one ul#private-page-navigation {
        margin: 10px 15px 10px 10px; }
    html #middle #middle-container #column-two {
      width: 745px; }
      html #middle #middle-container #column-two #page-content {
        background: white; }
        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: #08193f;
            padding-bottom: 0; }
html #footer {
  background: transparent; }
  html #footer #footer-container {
    width: 972px;
    min-height: 70px;
    background: transparent url(../images/footer.png) no-repeat center top;
    margin: 0 auto; }
    html #footer #footer-container p.credits {
      position: relative;
      top: 30px;
      float: left;
      padding-left: 70px;
      color: white;
      font-size: 12px; }
      html #footer #footer-container p.credits a {
        color: #3461a8; }

.home #middle {
  background: transparent; }
  .home #middle #middle-container {
    background: transparent url(../images/middle_home.png) repeat-y center top; }
    .home #middle #middle-container #column-two {
      background: transparent; }
      .home #middle #middle-container #column-two #page-content {
        background: transparent; }

.home #header {
  background: transparent url(../images/header-home.png) no-repeat center top; }

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; }
