/* ##### NOTE: PLEASE ONLY PLACE WIDTH DEFINITIONS IN THIS FILE ##### */
/***** --- BODY DEFINITIONS --- ******/
	/** body container width definitions **/ 
	#bodyContainer { width:823px; }
	
	/** left container width definitions **/ 
	#bodyContainer #leftContainer { width:185px; }
	*html #bodyContainer #leftContainer #leftNavitems li a { width: 185px;} /* exception for IE to display the width correctly */
	*html #bodyContainer #leftContainer #leftNavitems ul ul li a { width: 185px;} /* exception for IE to display the width correctly */
	
	/** center container width definitions **/ 
	#bodyContainer #centerContainer { width:638px; }
/***** --- END BODY DEFINITIONS --- ******/

