#container {
	position: relative; /* this is necessary for absolute position divs to position with respect to container */
	background: #878986 url('images/bridge_bkgnd-med.jpg') no-repeat;	
}
#middlesection{
	border: 0px solid green;	
}
#profileinfo{
	border: 0px solid red;
	height: 525px
}	
#profiledescription2{
	padding: 0px 15px 0px 0px;
	/* use the following if using sIFR and VC */
/*	font-size: 1.1em;*/


	font-family:  Arial, sans-serif;
	font-size: 12px;
	height: 450px;
	line-height: 120%;
	border: 0px solid white
}
#paragraph3{
	font-size: 13px;	
}
#paragraph4{
	font-size: 12px;	
}
#awardslist{
	margin: 20px 20px 20px 25px;
	font-size: 1.2em;
}
.awardssubinfo{
	margin: 0px 0px 0px 15px;
	font-size: .8em;	
}


