td { 
	width: 275px;
}

td.separator {
	width: 55px;
}

div#Switchboard {
	font-weight: bold;
	margin-bottom: 5px;	
}

div.area {
	color: #0089C5;
	font-weight: bold;
	margin-top: 45px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #0089C5;
}

div.person {
	height: 130px;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.photo {
/*	width: 135px;*/
	clear: left;
	float: left;
}

div.person * { z-index: 2; }
div.photo, div.photo img { z-index: 1; }

div.person div.name {
	font-weight: bold;
}