/*
Author: Gerry Stanford
Purpose:  Style declarations pertaining to sub-pages in general.
Date Written: August of 2006
*/
div#mainBody { 
	background-color: #fdd82C;
	padding-bottom: 6px;
}
div#subText { 
	clear: both;
	background-color: white;
	float: left;
	width: 520px;
	min-height: 290px;
	margin-left: 22px;
	padding: 16px 10px 10px 20px;
	/*Fix for IE's double-margin bug.*/
	display: inline;
}
/* for Internet Explorer */
/*\*/
* html div#subText { height: 290px; }
/**/