/* PRINT CSS
that hides the top right banner graphic
and the lefthand image */

html {width: 100%;}

body	{
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font: 12pt #000 "Times New Roman", Times, serif;
	width: 100%;
}

#wrapper	{
	width: 100%;
	margin:0;
	padding:0;
	border: none;
}

td#cell-banner img	{
	width: 400px; }

/* td#cell-banner img	{
	display:none;
*/


td #main-image	{
display:none;
}

/* for pages with SUB-MENUS */
td#cell-image	{width: auto}
td#cell-image img	{display: none}
#sub-text	{width: auto}

/* for STAFF pages which uses DIV layout rather than TABLES */
h1.staff	{padding-left: 0;}
#staff-left	{
	width:240px;
	float:left;
	text-align:left;
}
#sub-text-staff	{margin-left:260px;







