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

body {
  background: #32094a url(../images/bg.jpg) repeat-x top left;
  font-family: Arial, Helvetica, sans-serif; }
  body a, body a:hover {
    color: #25003a; }

#header {
  border-bottom: none;
  background: transparent url(../images/page_bg.png) repeat-y top left; }

#header-container {
  background: transparent url(../images/header.jpg) no-repeat bottom center;
  min-height: 240px;
  padding-bottom: 0; }

#header .tagline1, #header .tagline2 {
  display: none; }

#middle-container {
  background: transparent url(../images/page_bg.png) repeat-y top left;
  overflow: hidden; }

#column-one {
  float: left;
  width: 17em;
  *width: 17.1em;
  margin-left: 9px; }

#column-two {
  background: white;
  width: 78em;
  *width: 78em;
  float: left; }
  #column-two #page-content {
    position: relative;
    padding: 1.5em;
    min-height: 45em; }
    #column-two #page-content #title {
      border-bottom: 1px solid black;
      padding-bottom: 0; }
      #column-two #page-content #title h2 {
        color: black;
        font-size: 1.4em; }

#footer {
  background: transparent url(../images/footer.png) no-repeat left top; }
  #footer #footer-container {
    background: none;
    margin: 0;
    color: white;
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    width: 960px; }
    #footer #footer-container p {
      padding: 2.3em 0 2.3em 5em;
      text-align: left; }
    #footer #footer-container a {
      color: white; }

ul#page-navigation {
  margin-top: 1px; }
  ul#page-navigation li {
    border-bottom: 1px solid #a481ca;
    background: url(../images/nav_bg.jpg) repeat-x top left;
    padding-bottom: 0;
    margin: 0;
    padding: 0 10px;
    text-align: left; }
    ul#page-navigation li a {
      color: #25003a;
      font-weight: bold;
      font-family: "Palatino", Georgia, serif;
      font-size: 1.2em;
      padding-left: 0;
      line-height: 2.2em;
      *line-height: 2.3em; }
      ul#page-navigation li a:hover {
        text-decoration: none;
        color: white; }
    ul#page-navigation li.current > a {
      text-decoration: none;
      font-weight: bold;
      color: white; }
    ul#page-navigation li ul {
      margin: 0 -10px;
      background: #9168bc; }
      ul#page-navigation li ul li {
        padding: 0;
        margin: 0;
        background-color: transparent;
        border-bottom: none; }
        ul#page-navigation li ul li a {
          color: #25003a;
          line-height: 1.8em;
          *line-height: 2em;
          text-decoration: none;
          font-weight: bold;
          padding-left: 10px; }
          ul#page-navigation li ul li a:hover {
            color: white;
            text-decoration: none; }
        ul#page-navigation li ul li:first-child {
          border-top: 1px solid #a481ca;
          margin: 0;
          padding-top: 5px; }
          ul#page-navigation li ul li:first-child a {
            padding-left: 10px; }
        ul#page-navigation li ul li.current > a {
          font-weight: bold;
          color: white;
          text-decoration: none; }

#private-page-navigation {
  margin: 5px; }

ul#quick-navigation {
  top: 0.7em;
  right: 2.5em; }
  ul#quick-navigation li {
    border-left: 1px solid #25003a;
    line-height: 1.1em;
    *line-height: 1.3em; }
    ul#quick-navigation li a {
      color: #25003a;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: normal;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.1em; }
      ul#quick-navigation li a:hover {
        color: white;
        text-decoration: none; }
    ul#quick-navigation li:first-child {
      border-left: none; }
