.pageTitle {
	margin:0 0 30px 18px;
}
.bio .name {
	background-color: #4C5358;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 178px;
}
.bio {
	margin-bottom: 40px;
}
.bio p {
	padding-left: 18px;
	padding-right: 10px;
	text-align:justify;
}
.bio .bioImg {
	float: left;
	margin-top: -50px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 18px;
}
.back2top a {
	color: #4C5358;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	display: block;
	margin-right: 5px;
	padding-right: 16px;
	background-image: url(../images/arrowUp.png);
	height: 23px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 7px;
	float: right;
}
.back2top a:hover {
	background-image: url(../images/arrowUp-hover.png);
}
#teamMembers {
	margin-left: 15px;
	margin-top: 20px;
}
#teamMembers h3 {
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#teamMembers ul {
	margin-left:10px;
}
#teamMembers ul li {
	list-style:none;
	background-image:url(../images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left center;
	font-size: 13px;
	margin-bottom: 5px;
}

#teamMembers ul li a {
	text-decoration:none;
	color:#3b4246;
}
