.noPrint 			{display:none;}

/* GLOBAL HTML STYLES */
HTML,BODY			{font-family:arial, sans-serif;}
BODY 				{background:#fff; font-size: 10pt;}
IMG					{border:0;}
A:link, A:active	{color:#000; text-decoration: underline; display:inline;}
A:visited			{color:#000; text-decoration: underline;}

/*A:link:after, A:visited:after {content: " (http://www.michaeljfox.com/" attr(href) ") "; display:inline;}
A[href^="/"]:after {content: " (http://www.michaeljfox.com" attr(href) ") "; display:inline;}
*/

/* HEADER AREA STYLES */
	#logo					{float:none; padding:0 0 40px 0; text-align:center; width:7in;}
		#logo a				{text-decoration:none;}
/*		#logo a:link:after, a:visited:after {content: " "; font-size: 90%;}
		#logo a[href^="/"]:after {content: " ";}*/
	#search					{display:none;}
	#utilNav				{display:none;}
	#navArea				{display:none;}

#sectionIntro				{display:none;}

/* MISC PAGE STYLES */
	.centerColumnContent	{padding:0; font-size:10pt; width:auto;}
	.nextpage				{display:none;}
	.footerUtil				{display:none;}
	.learnMore				{}
	.backTo					{visibility:hidden;}
	.backToTop				{visibility:hidden;}
	
/* LEFT NAV STYLES */
	#leftnav 					{display:none;}

	
	
	
/** PAGE LAYOUTS **/
	
	
	/*** BODY AREA STYLES ***/
	#bodyArea					{background:#fff;}
		
		
		
		/** CONTENT AND COLUMNS **/
			/* outer */
				.outer_LLP3C				{padding-left:0; padding-right:0; width:auto;}
				.outer_LLP2C				{padding-left:0; width:auto;}
			/* inner */
				.inner 						{width:auto;}
				* html .inner				{width:auto;}
			/* float-wrap */
				.float-wrap_LLP3C			{float:none; width:auto; margin-left:0;}
				.float-wrap_LLP2C			{float:none; width:auto; margin-left:0;}
			/* content */
				#content_LLP3C				{float:none; width:auto;}
				#content_LLP2C				{float:none; width:auto;}
				.contentWrap 				{padding:0; width:7in;}
				
		/* LEFT COLUMN */
			#left 						{display:none;}
				
		/* RIGHT COLUMN */
			#right 						{display:none;}
				
		/* FOOTER */
			#footer 					{width:auto; text-align:left; border-top:none;}
				#copyright				{float:none; font-size:8pt; color:#000; padding:50px 0 0 0;}
				#footerNav				{display:none;}
				
				

