.aboutUsContentStyle {
	min-height:200px;
}
.aboutUsTextStyle {
	padding: 5px 40px 10px 40px;
	font-family: georgia;
	font-size: 10pt;
	color: #000000;
	text-align: justify;
	text-indent: 10px;
}
.aboutUsTextStyle a {
	color: #187E72;
	font-weight: bold;
}
.aboutUsTextStyle a:hover {
	color: #FF0000;
	font-weight: bold;
}
.aboutUsBulletList {
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
	clear: both;
	font-weight: bold;
}
.aboutUsColumnLeft {
	text-align: left;
	list-style-type: disc;
	list-style-position: inside;
	float: left;
	width: 250px;
	margin-left: 150px;
}
.aboutUsColumnRight {
	text-align: center;
	list-style-type: disc;
	list-style-position: inside;
	float: right;
	width: 250px;
	margin-right: 150px;
}