﻿.aboutHeader{
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	width: 20%;
}
.line{
	border-bottom: 4px black solid;
	overflow: visible;
	margin: 10px 0 10px 0;
	width: 40%;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.div50{
	width: 50%;
}
.div45{
	width: 45%;
}
.paddingRight{
	padding-right: 5%;
}
.aboutUsLineHeight{
	line-height: 1.2em;
}
