.Page {
	min-height: 85ex;
}
.HomeIntro {
	background-image: url(../../images/globe-75.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #625E26;
	font-size: 140%;
	line-height: 125%;
	margin-left: 5px;
	margin-bottom: 2em;
	padding-left: 95px;
}
.Features {
	margin: 0em 0em 0em 90px;
}
.FeatureColumn1 {
	width: 35%;
}
.FeatureColumn2 {
	width: 65%;
}
.Features .Feature {
	background-color: #FFFFFF;
	border: none;
	padding-bottom: 0ex;
	margin: 1ex;
}
.Features .Feature h3 {
	background-color: #E3EAED;
	color: #000000;
}
.Features .Feature h3 a {
	color: #1A31A2;
}