/* CSS Document */

.BioLeft {
	margin-top: 10px;
	border-bottom: 2px solid #333333;
	margin-right: 5px;
	padding-bottom: 10px;
}
.BioLeft .Photo {
	width: 250px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
}
.BioLeft p {
	margin-left: 250px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 8px;
	text-align: justify;
	text-indent: 25px;   
}

.BioRight {
	margin-top: 10px;
	border-bottom: 2px solid #333333;
	margin-left: 5px;
	margin-right: 10px;
	padding-bottom: 10px;
}
.BioRight .Photo {
	width: 250px;
	padding: 0px;
	margin: 0px;
	float: right;
	text-align: center;
}
.BioRight p {
	margin-right: 250px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 8px;
	text-align: justify;
	text-indent: 25px;   
}


.BioLeft h2, .BioRight h2 {
   text-align: center;
   font-family:Georgia, "Times New Roman", Times, serif;
   margin-top: 5px;
	margin-bottom: 0px;
}
.BioLeft h3, .BioRight h3 {
   font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: small;
	margin: 0px;
	padding: 0px;
   margin-bottom: 10px;
}

