/* FOR PRESIDENT'S OFFICE UNIVERSITY COMMITTEE PAGES */

/***** Members List Formatting ***************************************/

ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 2em;
	text-indent: -2em;
}

#contentArea .committee {
	font-weight: bold;
	font-size: 1.5em;	
	font-color: #041C43;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contentArea .committeesub {
	font-weight: bold;
	font-size: 1em;	
	font-color: #041C43;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contentArea .members {
	font-size: 1em;	
	font-color: #041C43;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



