/* RELAYS GRID   CSS Document */
<!--
/* =================================== */
/*	  Page Specific CSS	<BEGIN>	  	  */
/* ================================= */
/* move intro blurb over to right, since no PDF content	*/

	/*	bump up position of Sub Nav and intro blurb)	*/

/*	Adjust height of nav and content area	*/
#mainContent{
	height: 950px;
}
/*	Adjust height of nav and content area	*/
#subNav{
	height: 909px;
}

/*	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: 1174px;
}
.resourceTable p, .resourceTable img{
	padding-left:15px;	
}
.resourceTable td {
	width:50%;
}
#upper{
	margin-left:0;
}
.col1{
	padding-top:10px;	
}
-->





