/* CSS specific to AWARDS section 
	TFG (sf) created 05.12.04
*/

/*	Adjust height of nav and content area	*/
#subNav, #mainContent{
	height: 1000px;
}
/*	NOTE	- bumped up the z-index to correct border line for press releases	*/
#pgLocation{
	z-index:16;
	border-bottom: 5px solid #ccc;	
}
#breadCrumbs{
	z-index:17;
}
/*	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: 1224px;
}
#contentTable{
	padding-top: 0;
	margin-top: 0;
	border-top:0;
}
-->



