@charset "UTF-8";
/* CSS Document */


.extraPadding {
	padding-top:3px;
	padding-bottom:3px;
}
#container {
	width: 840px;
	position: relative;
}
.committeechair {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.chairtitle {
	background-color: #39312B;
	font-weight: bold;
	width: 200px;
	height: 50px;
	display: table;
	_position: relative;
	overflow: hidden;
}
.chairtitle div {
	display: table-cell;
	_position: absolute;
	_top: 50%;
	vertical-align: middle;
	text-align: center;
}
.chairtitle p {
	_position: relative;
	_top: -50%;
	margin: 0;
}
.chairportrait {
	width: 200px;
	height: 250px;
}
.chairname {
	background-color: #0f0d0a;
	text-align: center;
	width: 200px;
}
