		
.bioPopper {
		position: absolute;
		display: none;
		overflow: hidden;
		width: 285px;
		margin: -9px 0 0 -285px;
		padding: 0;
		}

.bioPopper .popperHead {
		width: 285px;
		margin: 0;
		padding: 0;
		background-image: url("../images/popperHeader.png");
		background-repeat: no-repeat;
		background-position: left top;	
		}

.bioPopper .popperFooter {
	width: 285px;
	height: 28px;
	font-size: 1px;
	background-image: url("../images/popperFooter.png");
	background-repeat: no-repeat;
	background-position: left top;
		}
		
.bioPopper .popperContent {
	width: 254px;
	min-height: 157px;
	text-align: justify;
	font-size: 1em;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 28px;
	padding-top: 9px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 1.7em;
		}		


.bioPopper .popperContent p {
	margin-bottom: 0;
	padding-bottom: 15px;
	}

.bioPicContainer {
	width: 328px;
	overflow: hidden;
		}
		
.bioPic {
		width: 108px;
		height: 116px;
		overflow: hidden;
		float: left;
		margin: 0 0 2px;
		}
		
.bioPicMiddle {
	margin-right: 2px;
	margin-left: 2px;
}

		
.bioPicRight {
	float: right;
		}
		
.bioPicBottom {
		margin: 0;
		}
.bioPicBottom2 {
	width: 108px;
	height: 116px;
	overflow: hidden;
	float: left;
	margin: 0 0 0px;
}

.bioPic .bioContent {
	display: none;
		}

		
		
		
/* Miscellaneous Values----------------------------------------- */


.clear {
		clear: both;
		font-size: 1px;
		overflow: hidden;
		height: 1px;
		padding: 0;
		margin: 0;
		}


.hide {
		display: none;
		}

