/* ------------- Page MEMBERS Styles ------------- */

div.member-container {
	margin-bottom: 20px;
	height: 112px;

}

div.member-name {
	color: #8A0800;
	padding: 3px;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
}

div.member-left  {
	float: left;
	width: 120px;
	margin-bottom: 20px;

}
div.member-right {
	float: right;
	width: 460px;
	margin-bottom: 20px;

}

div.member-info {
	padding: 3px;
	color: #4D4D4D;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
}
div.member-text {
	font-size: 9pt;
	line-height: 11pt;
}

div.member-pic {
	/*border: 1px dotted #8A0800;*/
	border: 1px dotted #cccccc;
	text-align: center;
	padding: 5px;
	width: 100px;
	height: 100px;
	background: #eeeeee;
}

div.member-pic img {
	width: 100px;
	height: 100px;
}

