body {
	background-image: url(/sites/images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #95AC54;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #45542E;
	margin-top: 0px;
  	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.5em;



}
a {
	color: #9d6a27;
}
hr {
	clear: both;
	margin-top: 20px;
	background-color: #95ac54;
	border: thin solid #006666;

a img {
	border-color:#9d6a27;
}

}
.section {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 45542e;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;



}
.sectionend {
	clear: both;
}
.bottom {
	font-size: 10pt;
	text-align: center;
	clear: both;
}

.alignright {
	float:right;
	margin-left:10px;
	margin-bottom:2px;
}
.alignleft {
	float:left;
	margin-right:10px;
	margin-bottom:2px;
}
.credits {
	visibility:hidden;
}
