@charset "utf-8"; 

/* 
	this was created by Rick Walters on May 24, 2010, to act as a starting point for a new, concise approach to styles, adhering to current best stylesheet practices.
	Most specifically: a strong preference for named and/or classed div's and spans at the highest possible level for identifying structure; a strict adherence to 
	semantic markup everywhere else; and ABSOLUTELY NO local markup anywhere (either element-specific or on the pages themselves).
 */
 
 /* GLOBALLY-USEFUL STYLES */
 
.subtitle
{
	margin:0 0 1em 0;
 	font-weight:bold;
}
 
.boardOfDirectors ul
 {
 	margin:1em 0 0 0;
	padding:0 0 0 0;
 	list-style-type:none;
 }

.boardOfDirectors ul li
 {
 	margin:0 0;
	padding:0 0 1em 0;
 } 
 
 .boardOfDirectors ul li label
 {
 	display:block;
 	font-weight:bold;
 }
 
 .boardOfDirectors ul li a
 {
 	display:block;
 }
