@charset "UTF-8";
/* CSS Document */

/**
	This will hold the two cells which will have the
	fading staff images and the page's copy
*/


.Current_MainTable {
	width:835px;
}

.ImageCell {
	width:200px;
	float:left;
	margin-left:90px;
	margin-top: 20px;
}

.CenterDivisionCell {
	width:15px;
}

.ImageTextVerticalDivisionCell{
	height:15px;
	width:835px;
}

.DescriptionCell {
	width:430px;
	float:left;
}

.Copy {
	text-decoration:none;
	font-style:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #636363;
	letter-spacing:0.06em;
	word-spacing:0.06em;
	text-align:left;
	margin-top:17px;
	line-height: 1.2em;
}

#biocontent { /*tiled horizontal stripe*/
	background-image: url(../images/content_bg_stripe.png);
	background-repeat: repeat-y;
	background-position: center top;
	min-height: 423px;
	height:inherit;
	width: 901px;
}

#biocontent a:link{ /* Override to get rid of link's dotted red line on biography photos */
	color:#ff173d;
	text-decoration: none;
}

#biocontent a:visited{ /* Override to get rid of link's visited dotted red line on biography photos */
	color:#ff173d;
	text-decoration: none;
}

#biocontent a:hover{ /* Override to get rid of link's on hover dotted red line on biography photos */
	color:#ff173d;
	text-decoration: none;
}

#biocontent table td a:focus { /*Override to get rid of image outlines in Firefox*/
	-mozilla-outline-style: none; 
	outline: none;
}

#biocontent table td a:active { /*Override to get rid of image outlines on click in Firefox*/
	-mozilla-outline-style: none;
	outline: none;
}




