body {
  font-family: georgia, times, serif;
  font-size: 90%;
  line-height: 150%;
  margin: 0;
  width: 960px;
}

#logo {
  position: absolute;
  top: 0;
  left: 0;
}
#content {
  position: relative; 
}
#text {
  position: relative;
  left: 390px;
  top: 0;
  width: 570px;
  padding-top: 210px;
}
#text a {
  color: #000;
}
#text a:hover, #text a:active, #text a:focus {
  color: #f29132;
}
#coop {
  position: relative;
  padding-left: 30px;
  border-top: 2px dotted #ccc;
}
#coop table {
  margin-top: 1.0em;
  width: 100%;
}
#coop td {
  text-align: right;
  vertical-align: bottom;
}
#coop img {
  margin-left: 30px;
}
#coop p {
  margin-bottom: 0;
  padding-bottom: 0;
}
#footer {
  position: relative;
  color: #ccc;
  font-size: 90%;
  padding-left: 30px;
}
#contact {
  position: absolute;
  left: 0;
  top: 430px;
  width: 330px;
  color: #666;
  font-size: 90%;
  line-height: 135%;
  padding-left: 30px;
}
#contact a {
  color: #666;
}
#contact a:hover, #contact a:active, #contact a:focus {
  color: #000;
}

h2 {
  font-size: 100%;
  color: #f29132;
}
h2.extra {
  font-size: 200%;
  color: #792083;
  margin-bottom: 0;
  padding-bottom: 0;
}
p.sub {
  color: #f29132;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.caps {
  font-size: 95%;
}


