/* CSS Document */
.contact #topic p {
	line-height: 1.4em;
}
.contact #topic p span {
	width: 15em; float: left;
}
.contact #topic table.staff {
	text-align: left;
}
.contact #topic table.staff th {
	border-bottom: 1px solid #bb8630; 
}
.contact #topic table.staff thead tr:hover {
	background-color: inherit; 
}
.contact #topic table.staff tr:hover {
	background-color: #dc7; 
}
.contact #topic table.staff td {
	padding: 1px; 
	vertical-align: top; 
	font-size: .9em; 
}
.contact #topic table.staff .staffname {
	width: 11em;
}
.contact #topic table.staff .stafftitle {
	width: 19em;
}
.contact #topic table.staff .staffphone {
	width: 5em;
}
.contact #topic table.staff .staffemail {
	width: 15em;
}
