body {
	background-color: White;
}
.saplingslogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.saplingstag {
	text-align: center;
	font-size: xx-large;
	font-family: Tempus Sans ITC, Liberation Serif, Comic Sans, Times New Roman, times;
	}
.saplingsbox {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
	border: solid;
	border-color: silver;
	font-family: Tempus Sans ITC, Liberation Serif, Comic Sans, Times New Roman, times;
	}
h4 {
	text-align: left;
	font-family: Tempus Sans ITC, Liberation Serif, Comic Sans, Times New Roman, times;
	margin-top: 5px;
	margin-bottom: 2px;
	}
.footerleft {
	width: 25%;
	height: 125px;
	float: left;
	}
.footermiddle {
	width: 50%;
	height: 125px;
	float: left;
	padding-top: 25px;
}
.footermiddle div {
	width: 100%;
	text-align: center;
}
.footerright {
	width: 25%;
	height: 125px;
	float: right;
	padding-top: 40px;
	padding-right: 0px;
	}
.footerright img {
	float: right;
	width: 100px;
	height: 20px;
}