/*****************************text body****************************************/

#text a:link, #text a:active, #text a:visited {
    color: #007647;
    border-bottom: 1px dotted #70B34C;
    text-decoration: none;
}

#text a:hover {
    border-bottom: 1px dotted #007647;
}

#text h1 {
  font-size: large;
  margin-bottom: .3em;
}

#text h1 .sub {
  font-size: small;
  padding-left: .3em;
}


#text h2 {
  font-size: medium;
  margin-bottom: .5em;
}

#text p {
  margin-bottom: 1em;
}

.big {
  font-size: large;
}

.big_centre {
  font-size: large;
  text-align: center;
  line-height: 1.5em;
}

.light_green {
  color: #70B34C;
}

.light_green_bold, em {
  color: #70B34C;
  font-weight: bold;
  font-style: normal;
}

.centre {
  text-align: center;
}

.smaller {
  font-size: smaller;
}

blockquote {
  text-align: center;
  width: 75%;
  margin: auto;
  margin-bottom: .2em;
  padding: 0;
}

.inline_quotee {
  margin-bottom: 1.5em; /*space below blockquote if no quotee underneath*/
}


blockquote p {
  display: inline;
}

.quoted {
  text-align: center;
  margin: auto;
  padding-bottom: 1em;
  margin-top: 0;
  padding-top: 0;
}

.hr {
    border-bottom: 1px dotted #70B34C;
    margin: 1em 0 1em 0;
    width: 338px;
}

.hr hr {
    display: none;
}

#text ul {
  margin: auto auto 1em 1em;
}

#text li {
  margin-left: 1em;
}

 .inline_photo {
  float: left;
  margin: 5px 30px 30px 0;
  border: 1px solid #70B34C;
}
