.column1 {
	width: 96%;
	margin-top: 2%;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
.column2 {
	width: 44%;
	margin: 2%;
	overflow: hidden;
}
.column3 {
	width: 29%;
	margin: 2%;
	overflow: hidden;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}
.textCenter {
	text-align: center;
}
.textBold {
	font-weight: bold;
}
.textItalic {
	font-style: italic;
}
.hidden {
	display: none;
}
.text75pct {
	font-size: 75%;
}
.areaContainer_minor {
	margin-bottom: 50px;
}
