html #header, html #middle, html #footer {
  width: 950px;
  margin: 0 auto; }
html body {
  background: white url(../images/bg.jpg) repeat left top;
  font-family: Arial, Helvetica, sans-serif; }
  html body a {
    color: #aad0f6; }
    html body a:hover {
      color: #000066; }
html #header {
  min-height: 233px;
  margin-top: 25px;
  background: transparent; }
  html #header #header-container {
    background: white url(../images/header.jpg) no-repeat top left;
    min-height: 233px; }
    html #header #header-container h1 {
      display: block;
      color: white;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: normal;
      position: absolute;
      left: 340px;
      top: 155px; }
    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: -20px;
      right: 0;
      padding: 0; }
      html #header #header-container ul#quick-navigation li {
        padding-left: 0; }
        html #header #header-container ul#quick-navigation li a {
          color: #000066;
          border-left: 0;
          font-family: Georgia, Times New Roman, serif;
          text-transform: uppercase;
          padding-left: 15px; }
          html #header #header-container ul#quick-navigation li a:hover {
            color: #3f4cce; }
        html #header #header-container ul#quick-navigation li:first-child a {
          border-left: none;
          padding-left: 0; }
    html #header #header-container ul#page-navigation {
      position: absolute;
      top: 199px;
      height: 34px;
      width: 927px;
      margin: 0 11px; }
      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 {
          color: #aad0f6; }
        html #header #header-container ul#page-navigation li a {
          display: block !important;
          font-family: Georgia, Times New Roman, serif;
          padding: 10px 10px 9px;
          color: white;
          text-transform: uppercase; }
          html #header #header-container ul#page-navigation li a:hover {
            color: #aad0f6; }
        html #header #header-container ul#page-navigation li ul {
          top: 34px;
          width: 15em;
          background: white;
          border-top: 1px solid #d3d3d3;
          border-left: 1px solid #d3d3d3;
          border-right: 1px solid #d3d3d3;
          border-bottom: 1px solid #737373; }
          html #header #header-container ul#page-navigation li ul li a {
            line-height: 10px;
            color: #0e1a8a; }
          html #header #header-container ul#page-navigation li ul li ul {
            left: 15em;
            top: 0;
            border-top: 1px solid #d3d3d3; }
html #middle #middle-container {
  background: white; }
  html #middle #middle-container #column-one #private-page-navigation {
    width: 823px;
    margin: 0 11px; }
  html #middle #middle-container #column-two #page-content {
    padding: 13px; }
    html #middle #middle-container #column-two #page-content #title h2 {
      color: #aad0f6;
      font-family: Georgia, Times New Roman, san-serif;
      font-size: 20px;
      text-transform: uppercase; }
html #footer {
  background: white url(../images/footer.png) no-repeat top left;
  min-height: 64px; }
  html #footer #footer-container p.credits {
    float: left;
    margin: 15px 0 0 48px;
    color: white;
    font-size: 12px;
    font-family: Georgia, Times New Roman, serif;
    text-transform: uppercase; }
    html #footer #footer-container p.credits a {
      color: #aad0f6; }

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