@charset "utf-8";
/* For trustee and executive committee bio pages. */

body {
	padding: 1em 3em 1em 2em;
	text-align: justify;
	min-width: 560px;
}

body, blockquote {
	line-height: 2;
	font-family: Georgia, 'Times New Roman', 'Times', serif;
	font-size: 14px;
}

img {
	float: left;
	border: 1px solid #999999;
	margin: 0.45em 2em 2.5em 0em;
}

blockquote, blockquote p {
	padding: 0px;
	text-indent: 0px;
	margin-left: 0px;
	margin-right: 0px;
	clear: left;
}

blockquote:before {
	content: open-quote;
	float: left;
	position: relative;
	left: -10px;
}

blockquote:after {
	content: close-quote;
	float: right;
	position: relative;
	top: -20px;
}

blockquote:before, blockquote:after {
	font-size: 350%;
	line-height: 16px;
	vertical-align: bottom;
	color: #dddddd;
}

.LeftQuote { float: left; }
.RightQuote { float: right; }
ul {
	padding-left: 0px;
	list-style: none;
	line-height: 1.83;
	margin-top: 0px;
	margin-bottom: 2em;
}

p {
	margin: 2em 0px;
}

li .ListInfo { position: absolute; left: 26em; }