/* CSS Document */

#mainField {
	height: 100%;	/* fix the Win32 IE float bug */
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 90px;  /* padding set to accommodate page banner graphic */
	background-image: url(../images/header_08.png);
	background-repeat: no-repeat;
	background-position: inherit;
	valign: top;
	color: #000;
	width: 625px; /*body text width */
	min-height: 350px; /*Firefox hack to manage long page when shifting to the left */
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}

p.textqna {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #509492;
	margin-right: 20px;
}

-->