body {
  font-family: Trebuchet MS, Lucida Grande, Tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: black;
  margin: 32px 0px 32px 0px;
  background: #dddddd;
}
h1 {
  font-size: 32px;
  color: #6e7d8e;
  font-weight: normal;
  border-bottom: solid 1px #dddddd;
}
h2 {
  border-bottom: solid 1px #eeeeee;
  font-size: 18px;
  color: #6e7d8e;
  font-weight: normal;
  margin-top: 32px;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #6e7d8e;
}
a:hover {
  text-decoration: underline;
}
#body {
}
#page {
  margin: 0px auto 0px auto;
  width: 900px;
  background: white;
}
#header {
  background: transparent url( '../images/cta-banner-2012.png' ) no-repeat top left;
  color: white;
  font-weight: normal;
  height: 280px;
  text-align: left;
  padding-right: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#content {
  background: transparent;
  padding: 0px 24px 24px 24px;
  text-align: justify;
}
#footer {
  clear: both;
  background: #aaaaaa;
  color: white;
  text-align: center;
  font-size: 16px;
  padding: 16px;
}
#footer a {
  color: white;
}
.slide {
  padding: 0px;
  margin: 8px;
  border: solid 1px black;
}
.navigationLinks {
  color: white;
  background: black;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  padding: 4px;
  margin-top: 0px;
  margin-bottom: 32px;
  background: black url( '../images/navigation.png' ) repeat-x top;
}
.navigationLinks a {
  color: white;
  font-weight: normal;
}
.featuredLink {
 color: #861513;
 font-weight: bold;
}

