@charset "utf-8";
/* CSS Document */
/* Style sheet for bios */


td#withBorder, table#bioContent {
	padding: 5px;
	border-color: #990000;
	border-width: 1px;
	border-style:solid;
}

td#awardees {
	width: 200px;
	vertical-align: top;
	text-align: left;
}

td#bioText {
	padding-right: 25px;
	padding-top: 10px;
}

#bioText div-org {
	display: table;
	margin: auto;
	background-color: #333333;
	}
	
#bioText img-org {
	display: block;
	border: black 1px solid;
	margin-top: -6px;
	margin-left: -6px;
	margin-right: 1px;
	margin-bottom: 1px;
	height: 432px;
}

#bioText img {
	display: block;
	height: 432px;
	margin: 0 auto 30px auto;		
	padding: 0px;		
	background: #ffffff;
	border: black 1px solid;	
	-moz-box-shadow: 4px 4px 8px #000;
	-webkit-box-shadow: 4px 4px 8px #000;		
	box-shadow: 4px 4px 8px #000;		
	/* For IE 8 */		
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";		
	/* For IE 5.5 - 7 */		
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');	
}

#bioText img.landscape {
	width: 432px;
	height: auto;
}

#bioText img.square {
	width: 300px;
	height: auto;
}

#bioText p { text-align: justify; }


