body {
  margin: 0px;
  font-size: x-small;
  min-width: 100%;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #9bb2ce;
  text-align: center;
}
.wrapper {
  margin: auto;
  background-color: white;
  border-right-width: 1px;
  border-left-width: 1px;
  height: 100%;
  width: 1000px;
  border-right-color: #5c762c;
  border-left-color: #5c762c;
}
.header {
  padding: 25px 16px;
  height: 127px;
}
.navbar {
  font-weight: bold;
  height: 45px;
  font-size: 1.7em;
  background-color: #bace95;
  font-family: Arial;
  color: white;
}
input {
  border: 1px solid black;
  background-color: white;
}
textarea {
  border: 1px solid black;
  background-color: white;
}
input[type="radio"] {
  border: none;
  background-color: white;
}	
a {
  text-decoration: none;
}
.content {
  padding: 25px;
  text-align: left;
}
.footer {
  text-align: center;
  padding-bottom: 25px;
}
.globalNavLinks {
  margin-right: 25px;
  float: left;
  margin-left: 165px;
  text-align: right;
  margin-top: 60px;
}
.globalNavLinks a:link, .globalNavLinks a:visited {
  color: #21578a;
}
.navbar a:link, .navbar a:visited {
  color: black;
}
.navbar a:hover {
  color: white;
}
a.donateButton {
  background-color: transparent;
  background-image: url(../resources/images/donate_btn_normal.jpg);
  height: 78px;
  width: 123px;
  float: left;
  display: block;
}
a.takeActionButton {
  background: transparent url(images/takeAction_btn_normal.jpg) no-repeat scroll 0% 50%;
  width: 123px;
  display: block;
  height: 78px;
  cursor: pointer;
  float: right;
}
a.donateButton:hover, a.donateButton:focus {
  background-image: url(images/donate_btn_selected.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: transparent;
}
a.takeActionButton:hover, a.takeActionButton:focus {
  background-image: url(images/takeAction_btn_selected.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
a.goButton {
  background-image: url(images/go_btn_normal.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  float: left;
  width: 38px;
  height: 28px;
}
a.goButton:hover, a.goButton:focus {
  background-image: url(images/go_btn_selected.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.footer a:link, .footer a:visited {
  color: #21578a;
}
.footer a:hover, .footer a:focus {
  color: #81a53e;
}
.moduleBoxes {
  border: 1px solid #dbd6d2;
  margin-top: 16px;
  width: 225px;
  height: 275px;
}
.moduleBoxContent h2 {
  margin: 0px;
  font-size: 1.7em;
  color: #81a53e;
  font-family: Arial;
  text-align: center;
  padding-bottom: 0.2em;
}
.moduleBoxContent h4 {
  margin: 5px 0px 0px;
  font-family: Arial;
  color: #21578a;
  font-size: 1.2em;
}
.moduleBoxContent hr {
  border-top: 1px dotted #81a53e;
  border-bottom: 1px dotted #81a53e;
  background-color: #81a53e;
  height: 1px;
}
.moreLink {
  font-size: 1.2em;
  font-family: Arial;
  text-align: right;
  font-weight: bold;
  vertical-align: bottom;
  position: absolute;
  line-height: 1em;
  color: #21578a;
  right: 0px;
  bottom: 0px;
}
.leftColumn, .rightColumn {
  width: 225px;
  text-align: left;
}
.centerColumn {
  padding-right: 16px;
  line-height: 1.3em;
  width: auto;
  padding-left: 16px;
  font-family: georgia;
  font-size: 1.3em;
}
.centerColumn a:link, .centerColumn a:visited {
  color: #21578a;
}
.centerColumn a:focus, .centerColumn a:hover {
  color: #81a53e;
}
.breadcrumb {
  text-align: left;
  font-family: Arial;
  font-size: 0.95em;
  margin-left: 250px;
  margin-bottom: 25px;
  color: #81a53e;
}
.breadcrumb a:link, .breadcrumb a:visited {
  color: #21578a;
}
.breadcrumb a:focus, .breadcrumb a:hover {
  color: #81a53e;
}
.leftNav {
  padding: 10px;
  background-color: #eae6e3;
  text-align: left;
}
.leftNav h2 {
  font-weight: bold;
  color: #81a53e;
  font-family: Arial;
  font-size: 1.7em;
}
.leftNav h4 {
  border-bottom: 2px dotted #81a53e;
  padding-bottom: 0.4em;
  font-size: 1.2em;
  font-weight: bold;
  font-family: Arial;
  color: #81a53e;
  padding-top: 0.4em;
}
.leftNav ul {
  margin: 0px;
  padding-left: 16px;
}
.newsLetterSignUp {
  padding: 10px;
  background-color: #dbd6d2;
  height: 110px;
  margin-bottom: 25px;
}
.newsLetterSignUp h2 {
  color: #622567;
  font-weight: bold;
  font-size: 1.7em;
}
a.sidebarGoButton {
  background-repeat: no-repeat;
  background-color: transparent;
  width: 38px;
  background-position: center bottom;
  height: 28px;
  background-image: url(images/go_btn_sidebar_normal.jpg);
  display: block;
  float: left;
}
a.sidebarGoButton:hover, a.sidebarGoButton:focus {
  background-image: url(images/go_button_sidebar_selected.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.centerColumn h1 {
  color: #81a53e;
  font-size: 1.9em;
  font-weight: bold;
  font-family: arial;
}
.centerColumn h3 {
  font-size: 1.4em;
  color: #81a53e;
  font-family: Arial;
  line-height: 1em;
  padding-bottom: 0.15em;
  margin-bottom: 0.15em;
}
.centerColumn h4 {
  font-size: 1.3em;
  font-family: arial;
  padding-bottom: 0.15em;
  margin-bottom: 0.15em;
  margin-top: 0.25em;
  color: #21578a;
}
.leftNav a:link, .leftNav a:visited {
  color: #21578a;
}
.leftNav a:hover, .leftNav a:focus {
  color: #81a53e;
}
.latestEntries {
  padding: 10px;
  text-align: left;
  margin-top: 25px;
  background-color: #e7e7e4;
}
.latestEntries ol {
  padding-left: 16px;
}
.latestEntries h2 {
  font-weight: bold;
  color: #81a53e;
}
.latestEntries h4 {
  border-bottom: 1px dotted #81a53e;
  padding-bottom: 0.4em;
  font-size: 1.2em;
  font-weight: bold;
  font-family: Arial;
  color: #81a53e;
  padding-top: 0.4em;
}
.latestEntries a:link, .latestEntries a:visited {
  color: #21578a;
}
.latestEntries a:hover, .latestEntries a:focus {
  color: #81a53e;
}
.latestEntries ul {
  font-weight: bold;
  padding-top: 0.3em;
  font-family: arial;
  font-size: 1.2em;
  padding-bottom: 0.3em;
  line-height: 1.2em;
  color: #81a53e;
}
a.nextButton {
  background-position: center bottom;
  background-image: url(images/next_btn_normal.gif);
  background-repeat: no-repeat;
  width: 34px;
  height: 19px;
  float: right;
}
a.nextButton:hover, a.nextButton:focus {
  background-position: center bottom;
  background-image: url(images/next_btn_selected.gif);
  background-repeat: no-repeat;
}
a.prevButton {
  background-position: center bottom;
  height: 19px;
  width: 59px;
  background-image: url(images/previous_btn_normal.gif);
  background-repeat: no-repeat;
  display: block;
  float: left;
}
a.prevButton:hover, a.prevButton:focus {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(images/previous_btn_selected.gif);
}
.alert {
  color: red;
}
.centerColumn h6 {
  font-family: Arial;
  font-weight: bold;
  line-height: 1em;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.moduleBoxContent {
  margin: 11px;
  font-family: georgia;
  font-size: 1.15em;
  height: 92%;
  position: relative;
}
.moreLink a:link, .moreLink a:visited {
  color: #21578a;
}
.primaryFeature {
  margin-right: 16px;
}
.moreLink a:focus, .moreLink a:hover {
  color: #81a53e;
}
.moduleBoxContent a:link, .moduleBoxContent a:visited {
  color: #21578a;
}
.moduleBoxContent a:hover, .moduleBoxContent a:focus {
  color: #81a53e;
}
.moduleBoxContent .hr {
  border: 1px dotted #81a53e;
  margin-top: 0.5em;
}
.moduleBoxContent .hr hr {
  display: none;
}
