/* bio list pages */
.bioLetters {
	margin-top: 2em;
	color: #999;
	position: relative;
}

.bioLetters .letter, .bioLetters a {
	color:#012243;
	font-weight: bold;
	display: block;
	float: left;	
	background:#85C6FF;
	border: 1px solid #ccc;	
	margin: 3px;	
	width: 15px;	
	text-align: center;
	font-size: 1.2em;
}

.bioLetters .letter, .bioLetters a:hover {
	color:#85C6FF;
	background:#012243;
}
	 
.odd {
     background-color: #011B35;}
	 
.even {
     background-color:#012243;}
	 
  .list .phone {}
  .list .email {}

  .clearb { clear:both; display: none; }

