html #header, html #middle, html #footer {
  width: 950px !important;
  padding: none;
  margin: none; }

body {
  background-image: url(../images/background.gif);
  font-family: Arial; }
  body a {
    color: hotPink; }

#column-two {
  width: 760px; }
  #column-two #page-content #title {
    border: none; }
    #column-two #page-content #title h2 {
      border-bottom: 1px dotted #336600;
      color: #336600; }

#header {
  background: transparent url(../images/header.jpg) no-repeat left top !important;
  height: 240px;
  margin-top: 0px; }

#middle-container {
  padding: 0;
  background: transparent url(../images/page-background.gif) repeat left top !important;
  border-top: 1px solid black; }

#column-one {
  width: 170px; }

ul#page-navigation {
  list-style-position: inside; }
  ul#page-navigation li:hover {
    background-color: #f7ffe4; }
  ul#page-navigation li {
    background: none;
    border-bottom: 1px solid #7aca47;
    padding: 0; }
    ul#page-navigation li a {
      border-bottom: none;
      color: black;
      padding-left: 1em;
      width: 158px; }
      ul#page-navigation li a:hover {
        color: #444444; }
    ul#page-navigation li ul {
      background-color: #bcff92;
      width: 17em;
      padding-top: 0; }
      ul#page-navigation li ul li {
        padding: 0 10px;
        border-bottom: none;
        border-top: 1px solid #7aca47; }
        ul#page-navigation li ul li a {
          border: none;
          padding: 5px 0 5px 10px; }
  ul#page-navigation li.current a {
    color: #444444;
    text-decoration: none;
    font-weight: bold; }
  ul#page-navigation li.current ul li a {
    color: black;
    font-weight: normal; }
  ul#page-navigation li.current ul li:hover {
    background-color: #ceffb0; }

#column-two {
  width: 76em; }

#footer {
  border-top: 1px solid black;
  background-color: #5cbd24; }

#column-two #page-content {
  background-color: white;
  padding: 1em 1.2em 1em 0; }

span.action a {
  color: black; }

#private-page-navigation {
  padding: 3.2em 0.7em 0;
  margin: 10px 5px 5px; }

ul#quick-navigation {
  bottom: 0 !important;
  right: 13px !important;
  top: 222px !important; }
