/* FOR INCLUSION IN ABOVE REFERENCED STYLESHEET */
body {
	margin: 0;
	padding: 0;
	text-align: center;		/* for horizontal centering */
	font-family: arial, helvetica, sans-serif;

	font-size: small !important;	/* Styles for Moz, Safari, IE Mac */
	font-size: x-small;		/* Styles for MS IE5 PC */
	font-size/**/:/**/small;	/* Styles for IE6 PC */

	background-color: white;
	color: #666666;
}
#body_inner {
	font-size: 85%;
	margin: 0 auto 0 auto;		/* for horizontal centering */
	text-align: left;		/* for horizontal centering */
	width: 864px;			/* for horizontal centering */
}
#page_title .emblem_div {
	float: right;
	width: 100px;
	padding: 5px 10px;
}
#page_title h1 {
	font-size: 205%;
	font-style: italic;
	padding: 20px 10px 0px 10px;
	margin: 0;
}
#page_iframe {
	width: 864px;
	background-color: white;
}
#page_title div.hr {
	height: 1px;
	padding-top: 0;
	font-size: 0;			/* IE workaround */
	background-image: url("/images/hr_gradient_for_white_page.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}

/*****************************************************************************/
/* For the Emacs editor... */
/* Local Variables: */
/* fill-column: 79 */
/* comment-column: 40 */
/* End: */


