body {
  background-color: #183048;
  font-family: Verdana;
  font-size: 10pt;
  color: #333344; }
  body p {
    font-family: Georgia; }
  body li {
    font-family: Georgia; }
  body a img {
    border: none; }

#container {
  width: 800px;
  min-height: 1350px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff; }
  #container h3 {
    line-height: 12px;
    color: #183048;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px; }
  #container #banner {
    margin: 0px;
    padding: 0px; }
  #container #toolbar {
    height: 35px;
    margin: 25px;
    margin-bottom: 0px;
    padding: 0px;
    text-align: left; }
    #container #toolbar ul {
      list-style: none;
      padding: 0px; }
      #container #toolbar ul li {
        float: left; }
        #container #toolbar ul li a {
          display: block;
          height: 35px;
          width: 135px;
          text-indent: -9000px;
          margin: 0px; }
        #container #toolbar ul li a:hover {
          color: #ffe70f; }
        #container #toolbar ul li a:visited {
          color: #ffffff; }
      #container #toolbar ul li#news {
        background: url(../images/tabs/news-off.png) no-repeat; }
        #container #toolbar ul li#news a:hover {
          background: url(../images/tabs/news-on.png) no-repeat; }
      #container #toolbar ul li#partners {
        background: url(../images/tabs/partners-off.png) no-repeat; }
        #container #toolbar ul li#partners a:hover {
          background: url(../images/tabs/partners-on.png) no-repeat; }
      #container #toolbar ul li#involved {
        background: url(../images/tabs/involved-off.png) no-repeat; }
        #container #toolbar ul li#involved a {
          width: 185px; }
        #container #toolbar ul li#involved a:hover {
          background: url(../images/tabs/involved-on.png) no-repeat; }
      #container #toolbar ul li#what {
        background: url(../images/tabs/what-off.png) no-repeat; }
        #container #toolbar ul li#what a {
          width: 185px; }
        #container #toolbar ul li#what a:hover {
          background: url(../images/tabs/what-on.png) no-repeat; }
  #container #content {
    margin: 25px;
    margin-top: 0px;
    padding: 25px;
    border: 3px solid #183048;
    height: 1050px;
    width: 700px; }
    #container #content a {
      color: #775f00; }
    #container #content a:visited {
      color: #775f00; }
    #container #content ul li {
      margin: 5px; }
      #container #content ul li a {
        color: #775f00;
        text-decoration: none;
        font-weight: bold; }
    #container #content #text {
      float: right;
      width: 300px; }
      #container #content #text h1 {
        text-align: right;
        color: #183048;
        width: 250px;
        border-bottom: 2px solid #775f00; }
      #container #content #text h2 {
        color: #183048;
        font-size: 14px;
        line-height: 16px; }
        #container #content #text h2 a {
          text-decoration: none; }
      #container #content #text h3 {
        line-height: 12px;
        color: #183048;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 5px; }
      #container #content #text p {
        width: 250px;
        text-align: justify; }
    #container #content #photo {
      padding: 5px;
      margin-top: 35px;
      border: 2px solid #183048;
      float: left; }
    #container #content #programs {
      float: left;
      margin-left: 25px;
      margin-right: 25px;
      text-align: center; }
      #container #content #programs ul li {
        display: inline; }
  #container #footer {
    text-align: center;
    width: 700px;
    margin: 25px;
    color: #183048;
    background-color: #ffffff; }
    #container #footer p {
      margin: 0px; }
