@CHARSET "UTF-8";
div h1 {
	margin-bottom: 0.5em;
	font-size: 1em;
}
div h2 {
	background: #B7B7B7 none repeat scroll 0 0;
	font-size: 0.9em;
	padding: 0.5em 0;
	text-indent: 1em;
	text-transform: uppercase;
	margin-top: 1.5em;
}

div.groupImage {
	background-color: #EEEEEE;
	border: 1px solid #CDCDCD;
	padding: 15px;
	padding-top: 8px;
	overflow: hidden;
}
div.groupImage img {
	width: 100%;
}

ul.committee li {
	border-bottom: 1px solid #E2E2E2;
	overflow: hidden;
	padding: 1em 0;
}
ul.committee li h3{
	color: #454545;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0;
}
ul.committee li img{
	float: left;
	margin-right: 1em;
	width: 120px;
	top: 160px;
}
