/*
Author: Gerry Stanford
Purpose:  Style declarations pertaining to sub-pages in general.
Date Written: August of 2006
*/
div#SubContent {
	width: 625px;
	padding: 32px 66px 10px 42px;
	min-height: 435px;
	text-align: left;
	background: transparent url(../images/rs_sub_rightswoosh.jpg) no-repeat top right;
}
/* for Internet Explorer */
/*\*/
* html #SubContent { height: 435px; }
/**/

