@charset "UTF-8";
div.leadersDiv {
	float: left;
	clear: left;
	width: 400px;
	margin-top: 0.5em;
	margin-bottom: 2em;
}
.position, .secondary {
	text-align: right;
	float: left;
	width: 150px;
	font-size: 1.4em;
	color: #513428;
	margin-top: 0px;
	margin-bottom: .5em;
}
.secondary {
	font-size: 1.2em;
	line-height: 1.2em;
}
.boardMember, .secondBoard {
	float: left;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.secondBoard {
	padding-top: 0px;
	line-height: 1.2em;
	padding-bottom: .5em;
}
.advisors {
	padding-top: 1em;
	clear: left;
	float: left;
}
.clearBoard {
	clear: both;
	margin-top: 1em;
}

