/* Sets the main content image to the left */
.leftImage {
	width: 200px;
	float: left;
	top: 30px;
	margin-left: 5px;
}
/* sets the underline and font type for undelined items */
#info u {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: .8em;
}
/* Formats the information on the page */
.aboutUs {
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;

}
