.officer_table {
	text-align: left;
	margin: 0 auto;
	padding: 3px;
}
.officer_row {
}
.officer_row_odd {
	background-color: #CCCCCC;
}
.officer_position {
	float: left;
	width: 23%;
	margin-left: 3px;
}
.officer_name {
	float: left;
	width: 25%;
	margin-left: 3px;
}
.officer_email {
	float: right;
	width: 45%;
}
.officer_clear {
	clear: both;
	width: auto;
	font-size: 1px;
}
.officer_header {
	font-weight: bold;
	margin-bottom: 3px;
}
