@charset "UTF-8";
/* CSS Document */

/* ---- BEG Contribute Styling ---- */

/* ---- BEG Header Text Formats ---- */
h1 {
  color: #008577;
  font-size: 170%;
  font-weight: bold;
	font-style: italic;
}
h2 {
  color: #008577;
  font-size: 140%;
  font-weight: bold;
	font-style: italic;
		line-height: 110%;

}
h3 {
  font-size: 140%;
  font-weight: bold;
	font-style: italic;
			line-height: 110%;

}
h4 {
  color: #4E367E;
  font-size: 120%;
  font-weight: bold;
	font-style: italic;
			line-height: 110%;

}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #333333;
	line-height: 100%;
	margin-top: 10px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4E367E;
	font-size: 90%;
	font-weight: bold;
}

/* ---- BEG Image Alignments ---- */
.imgRight {
	float: right;
	padding: 5px 0 0 8px;
}
.imgLeft {
	float: left;
	padding: 5px 8px 0 0px;
}