html #header, html #middle, html #footer {
  width: 950px; }

body {
  margin: 0;
  padding: 0;
  background-color: black; }
  body a {
    color: #333399;
    text-decoration: none; }
    body a:hover {
      color: #283e89; }

#header {
  border: none;
  background-color: #283e89;
  margin-top: 1em; }
  #header #header-container {
    background: transparent url(../images/header.jpg) no-repeat 0 0;
    height: 11.5em !important;
    padding-bottom: 0; }
    #header #header-container span {
      display: none; }
    #header #header-container ul#quick-navigation {
      top: 0.5em;
      right: 1em; }
      #header #header-container ul#quick-navigation a {
        text-decoration: underline; }
        #header #header-container ul#quick-navigation a:active, #header #header-container ul#quick-navigation a:focus, #header #header-container ul#quick-navigation a:hover {
          color: #cccccc; }

#middle #middle-container {
  background-color: #00008b; }
  #middle #middle-container #column-one ul#page-navigation li {
    margin: 0;
    padding: 0;
    background: none;
    border-bottom: 1px solid #283e89;
    padding: 0.1em 0 0 2.2em; }
    #middle #middle-container #column-one ul#page-navigation li a {
      color: white;
      font-family: verdana, arial, helvetica;
      font-size: 12px;
      font-weight: normal;
      text-decoration: none; }
      #middle #middle-container #column-one ul#page-navigation li a:hover {
        color: #cccccc; }
    #middle #middle-container #column-one ul#page-navigation li.current {
      color: white;
      text-decoration: none;
      border-bottom: 1px solid #283e89; }
    #middle #middle-container #column-one ul#page-navigation li ul {
      margin: 0;
      padding: 0;
      margin: 0 -2px 0 -23px;
      padding: 0 2px 0;
      background: none; }
      #middle #middle-container #column-one ul#page-navigation li ul li {
        margin: 0;
        padding: 0;
        padding: 0 2px;
        background: none;
        background-color: #283e89;
        border-bottom: none; }
        #middle #middle-container #column-one ul#page-navigation li ul li a {
          color: white;
          font-family: verdana, arial, helvetica;
          font-size: 12px;
          font-weight: normal;
          text-decoration: none;
          color: white;
          font-size: 10px;
          text-decoration: underline; }
          #middle #middle-container #column-one ul#page-navigation li ul li a:hover {
            color: #cccccc; }

#column-two {
  background-color: white; }
  #column-two #page-content #title h2 {
    color: black;
    font-family: verdana, arial, helvetica;
    font-size: 14px; }
  #column-two #page-content a {
    color: #333399;
    text-decoration: none; }
    #column-two #page-content a:hover {
      color: #283e89; }

#footer {
  background: #bab9be url(../images/footer_bg.jpg) repeat-x left top; }
  #footer #footer-container {
    margin: 0;
    padding: 0;
    width: 950px;
    height: 89px; }
    #footer #footer-container p.credits {
      color: white;
      position: relative;
      left: 1em;
      bottom: 0.5em;
      background: transparent url(/templates/common/images/gl_logo.gif) no-repeat 0 1em; }

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