/* -- WebSite Accelerator 3.0.0.0 ----- */

/*
Core Styles
*/
  body {
	font:normal 14pt arial,helvetica,sans-serif; 
	}
  	/*	devnote: If using 'text-align:center;' to center your layout, you must use a
		container (see below) to fix a browser glitch. -ch */

/*
Container / Header
*/
  #container {
	width:7.5in;
	}
  #pageheader {
  	display:none;
	}
  #pageheader #subnav { display:none; }

	#leftnav { display:none; }
	#topnav { display:none; }

  #pgcontent { width:7.5in; }

  #footer {
	display:none;
	}
