body {
  background-color:#ffffff;
  color: #0c5f8b;
  font-family: 'PT Serif', serif;
  font-size: 18px;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
}
h1, h2, h3, h4 {
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  font-size: 46px;
}
h2 {
  margin-bottom: 5px;
  padding-bottom: 0px;
}
p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
#header {
  width: 960px;
  height: 474px;
}
#header #logo {
  font-family: 'Roboto Condensed', sans-serif;
  float: right;
  margin-top: -380px;
  margin-bottom: -380px;
  position: relative;
  color:#ffffff;
  width: 450px;
  text-align:center;
}
#header #logo h2 {
  font-size: 48px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
#header #logo a {
  text-decoration:none;
  color: #ffffff;
  font-size: 22px;
}
#header #logo a:hover {
  text-decoration:underline;
}
#green_box {
  float: left;
  background-color: #7dae41;
  color:#ffffff;
  width: 290px;
  margin-left: 30px;
  position: relative;
  margin-top: -200px;
  padding: 15px 30px 30px 30px;
  border-radius: 10px;
}
#green_box h1 {
  font-family: 'PT Serif', serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 20px;
}
#green_box #bullets {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  line-height: 28px;
}
#callout {
  float: right;
  width: 390px;
  margin-right: 120px;
  margin-top: 15px;
}
#main {
  padding: 30px;
}
#section_header h1 {
  display: inline;
  float: left;
  margin-top: 5px;
  margin-right: 30px;
}
#section_header .subtitle {
  color:#628932;
  font-size: 16px;
  line-height: 18px;
}
#footer {
  width: 960px;
  text-align:center;
  margin-bottom: 50px;
}
#footer #graphic {
  border-bottom:1px solid #0c5f8b;
  height: 60px;
}
#footer #text {
  font-family: 'Roboto Condensed', sans-serif;
  color:#628932;
  font-size: 16px;
}
#footer #text .left {
  float: left;
  text-align:left;
  width: 300px;
}
#footer #text .middle {
  float: left;
  text-align:center;
  width: 360px;
}
#footer #text .right {
  float: right;
  text-align:right;
  width: 300px;
}
#footer #text a {
  color:#628932;
  text-decoration:none;
}
#footer #text a:hover {
  text-decoration:underline;
}
.strong {
  font-weight:700;
}
.spacer_10 {
  clear: both;
  margin-bottom: 10px;
  overflow: auto;
}
.spacer_20 {
  clear: both;
  margin-bottom: 20px;
  overflow: auto;
}
ul.flushleft {
  margin-top: 0px;
}
ul.flushleft li {
  margin-left: -20px;
}
