/*************************/
/*      For the TOC      */
/*************************/
.bioTOC table{
	float: left;
}

.biotocEntry {
	font-size: 90%;
	text-align: center;
	vertical-align: top;
        float: left;
	height: 120px;
	width: 95px;
	line-height: 1em;
	padding: 1px;
}

.biotocEntry a {
	font-size: 90%;
}

img.headshot {
	height: 85px;
	width: 85px;
	border: 1px;
	border-style: solid;
}

a.bio {
	text-decoration: none;
}


/*************************/
/*    For the bio page   */
/*************************/
table.bioHeader {
	width: 100%;
}

td.bioHeaderImage {
	width: 80px;
}


td.backLink {
	vertical-align: top;
	text-align: right;
}

a.back {
	font-size: 90%;
	text-align: center;
}

img.bioPic {
	padding: 10px 10px 10px 10px;
}

.bioTable td {
	font-size: 80%;
	vertical-align: top;
	padding: 3px 30px 6px 20px;
	border: white;
  	border: 2px; 
	border-style: solid;
	border-color: white;
}

.bioHeading {
	font-weight: bold;
}

.bioContent {
}

ul.bioInfoList {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.bioInfoList li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .7em;
}