DIV.people_sections {
	width: 33%;
	float: left;
}
DIV.people_sections  A {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #f2f5fb;
	padding : 5px 5px 5px 5px ;
	font-weight: bold;
	border-right: 1px solid #e2eafc;
	border-left:  1px solid #e2eafc;
	margin-bottom:1px;
}
DIV.people_sections A.actual {
	color: black;
	font-size: 12pt;
	background-color: transparent;
	border: 0px solid white;
}
DIV.people_item .admin {
	float: right;
}
DIV.people_item {
	width: 66%;
	float: right;
	margin-left: 3px;
	margin-bottom: 10px;
	border-left: 1px solid #e2eafc;
	border-bottom:  1px solid #e2eafc;
	padding:3px;
}
DIV.people_item .name {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	
}
DIV.people_item .name A:visited{
	color: #999999;
}
DIV.people_item .name A:hover{
	color: #9daede;
}

DIV.people_item IMG {
	float: right;
}
DIV.people_item .position {
	display: inline;
	font-size:  8pt;
	font-weight: normal;
	color: gray;
	text-transform: lowercase;
}
