#staffWrapper .body {
	font-size: 9pt;
	padding-bottom: 15px;
}

.staffImageWrapper {
	text-align: center;
}

.ceo {
	margin: 10px 25px 0 25px;
}

* html .ceo,
* html .staff {
	width: 90%;
}

.ceo .left {
	float: left;
	font-weight: bold;
	text-align: center;
}

.ceo .left a {
	font-weight: normal;
}

.ceo .right {
	float: right;
	text-align: justify;
	width: 75%;
}

.ceo .right p {
	margin: 0 0 10px 0;
}

.staff {
	position: relative;
	margin: 15px 25px 0 25px;
	overflow: hidden;
}

.staff .member {
	float: left;
	width: 49%;
	height: 150px;
}

* html .staff .member {
	width: 45%;
}

.staff .pic {
	float: left;
	margin: 0 10px 0 0;
}

.staff .info {
	margin: 0;
	padding: 2px 0 0 0;
}

.staff .name {
	font-weight: bold;
}

* html .content_section .sw,
* html .content_section .se {
	bottom: 5px;
}