.personnel_type1 {
	float:left;
	width: 49%;
	margin-right: 1%;
}

.personnel_type0 {
	float:left;
	width: 50%;
}

.personnel_type h3 {
	padding-top: 20px;
}

.person {
	border: 1px solid #c5c9b0;
	margin-top: 5px;
	padding: 4px;
}


.person-head {
	font-style: italic;
}

.detailslink {
	font-weight: bold;
}

a .emaillink {
	padding: 1px;
	border: 1px solid blue;
}

a:hover .emaillink {
	border: 1px solid red;
}