@CHARSET "ISO-8859-1";
img.floatRight {
  float: right;
}
.clearBoth {
  clear: both;
}
.clearRight {
	clear: right;	
}
.clearLeft {
	clear: left;
}
img.floatLeft {
  float: left;
}
div.floatLeft {
  float: left;
  padding: 5px;
}
div.main img {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
div.main p {
	padding: 5px;
	
}
div.main h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;	
}
.article {
	border-style: none none none;
	border-width: thin;
	border-bottom: thin solid #91d44f;
}
.articleHeader {
	font-size: 0.8em;
	font-style: italic;
}
.articleBody {
	font-size: 0.9em;
}
table.subSectionTitle {
	width: 100%;
	vertical-align: middle;
	text-align: center;	
}
.subSectionTitle td {
	padding: 10px;	
}
.imageCaption {
	font-style: italic;
	font-size: 0.8em;	
}
div.main a img {
	border: none;	
}

