div#bioGenTxt {
	margin-bottom:20px;
	margin-left:35px;
	margin-right:35px;
	margin-top:20px;
}

#biosCnt {
	border:3px solid #eee;
	background-color:white;
}

div#biosTabs {
	background-color:white;
	position:relative;
	top:3px;
	width:306px;
	margin-top:10px;
}

ul#biosTabsUL {
	margin:0; padding:0;
	list-style: none;
	list-style-image: none;
	position:relative;
}

ul#biosTabsUL li {
	float:left;
	width:132px;
	display:block;
	border:3px solid #eee;
	border-left:0;
}
ul#biosTabsUL li.first {
	border-left:3px solid #eee;
}
ul#biosTabsUL li.selected {
	border-bottom: 3px solid #fff;
}

ul#biosTabsUL li a {
	display:block;
	height:45px; line-height:45px;
	text-align:center;
	color:#999999; text-decoration: none;
}
ul#biosTabsUL li a:hover { color:#d35500; }
ul#biosTabsUL li.selected a { font-weight:bold; }

ul#bios {
	margin:30px; padding:0;
	list-style: none;
	list-style-image: none;
}

ul#bios li {
	border:1px solid #f0f0f0;
	background-color:#f8f8f7;
	margin-bottom:35px;
}

div.bioImg {
	width:200px;
	float:left;
}
div.bioCnt {
	margin:0 35px 35px 35px;
}
div.bioName {
	color:#4c4c4c;
	font-size:11pt;
	font-weight:bold;
	margin-top:20px;
	color:#666666;
}
div.bioTitle, div.bioCompany {
	text-transform: uppercase;
	font-size:10pt;
	color:#666666;
}
div.bioCompany {
	font-size:9pt;
}
div.bioText {
	margin-top:20px;
	text-align: justify;
	color:#666666;
}

