BODY {
  font-family: verdana,tahoma,arial,sans-serif;
  font-size: .8em;
  background: #efe391 url(/img/bkg_orange_gradient.jpg) top left repeat-x;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

H2 {
  font-size: 1.4em;
}

H4 {
  margin-bottom: 6px;
  padding-bottom: 3px;
  border-bottom: 1px solid #aaa;
}

A {
  color: #07e;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

A:visited {
  color: #07a;
}

TH {
  text-align: left;
  vertical-align: top;
  font-size: .8em;
  padding-right: 12px;
  color: #999;
  font-style: italic;
  font-weight: normal;
}

TD {
  font-size: .8em;
}

#error {
  display: block;
  margin-bottom: 10px;
  color: #d03;
  font-weight: bold;
  text-align: left;
}

#header {
  position: static;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 0px;
  height: 43px;
  text-align: right;
  font-size: 9px;
}

#header A {
  color: #000;
}

#wrap {
  position: static;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-top: 1px solid #980506;
  background: #fff url(/img/bkg_border_black.gif) top left repeat-y;
  text-align: center;
}

#wrap IMG.header-image {
  border-bottom: 1px solid #444;
}

/* auto margins do not work in IE on this div, can't figure out why. They work fine for wrap. */

#wrap-content {
  position: static;
  text-align: left;
  width: 730px;
  padding-left: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
}

#main-body {
  float: left;
  margin-left: 10px;
  width: 570px;
  background-color: #fff;
}

#main-body .project-nav {
  text-align: right;
  font-size: .8em;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#left-nav {
  float: left;
  width: 140px;
  text-align: left;
}

#left-nav ul {
  color: #fff;
  font-size: 1.2em;
  list-style: none;
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 10px;
}

#left-nav ul li {
  border-bottom: 1px solid #ddd;
}

#left-nav ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding-bottom: 2px;
  padding-top: 2px;
}

#left-nav ul li.selected {
  font-weight: bold;
  background-color: #f6f6f6;
}

#left-nav ul li a:hover {
  background-color: #ff7;
}

#sidebar {
  float: right;
  width: 180px;
  padding-top: 0px;
  margin-left: 10px;
  padding-left: 15px;
  border-left: 1px dashed #aaa;
  text-align: left;
}

#sidebar-content {
  display: block;
  width: 170px;
  padding-bottom: 125px;
}

#sidebar-content UL {
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 10px;
  list-style: none;
}

#sidebar-content IMG { border: 1px solid #000; }

#news {
  width: 350px;
  margin-bottom: 10px;
}

#news-date {
  display: block;
  font-weight: normal;
  color: #888;
}

#news-title {
  display: block;
  font-weight: bold;
}

#photo {
  display: block;
  text-align: left;
  margin-bottom: 30px;
}

#photo IMG {
  max-width: 550px;
  width: expression( this.width > 550 ? 550 : true );
}

#photo-caption {
  font-size: .8em;
  text-align: left;
  display: block;
  margin-top: 12px;
}

#footer {
  position: static;
  width: 760px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #980506;
}

#footer-inset {
  position: static;
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #fff;
  font-size: .8em;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

#footer-left {
  float: left;
  width: 365px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

#footer-right {
  float: left;
  width: 365px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: right;
}

#footer-right A {
  text-decoration: underline;
  color: #fff;
}


#supporters {
  float: left;
  width: 580px;
  height: 300px;
  font-size: 10px;
}

TABLE.financials-chart {
  background-color: #eee;
  border: 1px solid #999;
}

TABLE.financials-chart TD {
  font-size: 10px;
  text-align: left;
  vertical-align: bottom;
  padding: 2px 2px 2px 2px;
}

TABLE.financials-chart TH {
  font-size: 10px;
  text-align: left;
  vertical-align: bottom;
  padding: 2px 10px 2px 2px;
}

