h2
{
	/*font-size: 170%;*/
	/** This is a hack, and all the font sizes should be fixed to resize correctly in IE **/
	font-size: 22px;
	
	/*font-weight: bold;*/
	margin-left: 25px;
}

.bio_blurb
{
	clear: both;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	
	/*font-size: 115%;*/
	/** This is a hack, and all the font sizes should be fixed to resize correctly in IE **/
	font-size: 15px;
	
	float: left;
	
	border-top: 2px solid #727272;
	width: 900px;
}

.bio_blurb_last
{
	border-bottom: 2px solid #727272;
}

.bio_blurb h3
{
	/*font-weight: bold;*/
	display: inline-block;
	padding-right: 10px;
	padding-top: 55px;
	width: 10.5em;
	float: left;
}

.bio_blurb p
{
	display: inline-block;
	padding-right: 10px;
	padding-top: 55px;
	width: 8em;
	float: left;
}

.bio_blurb a
{
	display: inline-block;
	padding-right: 10px;
	float: left;
	/*color: #7777ff;*/
	color: #afeeee;
}

p.title
{
	width: 4em;
}

.email
{
	width: 14em;
	margin-left: 10px;
	margin-top: 55px;
}

#profile_img
{
	border: 2px solid #FFFFFF;
	width: 100px;
	margin-left: 10px;
}

.email_disclaimer
{
	display: none;
}

.email_disclaimer p
{
	font-size: 15px;
}

.accept, .reject
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	float: left;
}

.accept:hover, .reject:hover
{
	
}

.accept
{
	width: 45%;
}

.reject
{
	width: 55%;
}
