body{
  text-align: center;
  margin: 0;
  font-size: .9em;
  font-family: georgia, palatino linotype, palatino, book antiqua, times, times new roman;
}

#body{
  width: 900px;
  text-align: left;
  margin: auto;
}

#left-column{
  border: 1px solid #99b4cd;
  border-right-width: 0;
  vertical-align: top;
}

#connecting-line{
  height: .75em;
  background-color: #32689b;
  border-right: 1px solid #99b4cd;
}

#navigation{
  text-align: center;
  height: 36px;
  overflow: hidden;
  border: 1px solid #99b4cd;
  border-bottom-width: 0;
  width: 100%;
}

#navigation table{
  height: 100%;
  border-right: 1px solid #99b4cd;
  margin: 0 auto;
}

#navigation td{
  background-image: url(shade.png);
  border-left: 1px solid #99b4cd;
  background-repeat: repeat-x;
  background-position: left center;
  vertical-align: middle;
  padding-left: .75em;
  padding-right: 1em;
  white-space: nowrap;
}

#navigation a{
  color: #32689b;
  font-weight: bold;
  font-family: arial;
  font-size: 1.1em;
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: lowercase;
}

#navigation td.selected{
  background-color: #32689b;
  background-image: none;
}

#navigation .selected a{
  color: white;
}

#table{
  width: 100%;
  margin-top: 38px;
}

#content{
  border: 1px solid #99b4cd;
  border-top: 0;
  padding: 1.5em;
}

td{
  padding: 0;
}

img{
  border-width: 0;
}

a{
  color: #32689b;
}

h1, h2, h3{
  font-size: 3.3em;
  font-weight: normal;
  font-family: palatino, book antiqua, palatino linotype, georgia, times, times new roman, serif;
  margin: 0;
  padding: 0;
  color: #333;
}

h2{
  font-size: 2.3em;
}
h3{
  margin: .5em 0;
  font-size: 1.5em;
}

#commercial-supporters td{
  padding: 0 1.25em 1em 0;
  vertical-align: top;
}

.feature{
  float: right;
  width: 260px;
  margin: 1em 0 .75em 2em;
  border: 1px solid #ddd;
  border-bottom-color: #555;
  border-right-color: #555;
  border-color: #99b4cd;
  padding: 0 1em;
}

