/* CSS specific to AWARDS section 
	TFG (sf) created 05.12.04
*/
/*	Adjust height of nav and content area	*/
#subNav, #mainContent{
	height: 440px;
}
/*	set footer div position to just below content area
	(265 + height of content #subNav   -40 pixels IF we are not displaying PDF and intro blurb area ) 
*/
#footerDiv{
	top: 664px;
}
.awardsTable{
	margin-left:20px;
	padding:5px;
	width:100%;
	text-align:center;
}
.awardsTable td{
	width:33%;
}  
#mainContent{
	padding-left:200px;
	padding-right:20px;
} 
#mainContent h1{
	margin-left:25px;
}
-->



