#staffcard fieldset {
	width: 300px ;
	margin: 6px ;
	
	color: rgb(80,80,80) ;
	text-transform: uppercase ;
	font-size: 12px ;
	font-weight: bold ;
	
	border: 1px solid silver ;
}

#staffcard td {
	text-transform: none ;
	font-size: 11px ;
	font-weight: normal ;
}

#staffcard a {
	color: #333399;
	text-decoration: none ;
}

#staffcard a:hover {
	color: black ;
}

#staffcard img {
	border: 1px solid gray ;
}

.us_staffComment {
	color: gray;
	font-size: smaller;
	font-style: italic;
}

.us_divisionName {
	display: block;
	padding: 20px 0px 5px 0px;
	font-size: 13px;
	font-weight: bold;
}
