@charset "utf-8";
/* CSS Document */
#mainDiv { /* main web page container */
	width: 990px;/*sets the width for IE5.x's broken box model*/
	w\idth: 990px; /* sets the width of the wrapper for compliant browsers*/
	margin: 5px auto; /* sets a border to all 4 sides */
	position: relative; /* important to position it relatively */
	text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
	top: -5px;
	border: 1px solid #000;
	background-color: #FFFFFF; /* color of background of web site itself */
	z-index: 20;
	 min-height:550px;
  height:auto !important;
  height:550px;
}
td { padding-top: 1em; padding-left: 10em; border-top: 1px solid #999; }