/*
stateColorBlue = "##033668";
stateColorBlueBG = "##6886a2";
stateColorBlueHover = ##96AAC2;
stateColorGold = "##d5a00f";
*/
.memberBioContainer
{
	margin-top: 0px;
}
.photoContainer
{	
	width: 110px;
	margin-left:6px;
	border: 1px solid #333333;
}

.memberInfoHeader
{
	float: left;
	margin-left:0px;
	color:#002953;
	font-weight:bold; 
	padding-bottom:3px;;
}
.infoHeaderLight
{	
	color: #efefef;
	margin-bottom:5px;
}
.memberInfoHeader div
{
	font-size: 13px;
}

.personalInfoContainer
{
	margin-top: 5px;
}
.personalInfoBlock
{
	margin-bottom: 0px;
}
.bioLabel
{
	font-weight: bold;
	color: #033668;
	text-align:left;
}
.bioContent
{
	color: black;
	font-weight: bold;
	padding-left:10px;
	margin-left: 5px;
}