.Foo{}
/* CSS Document */
/* Solution Deployment 28/04/2009 */

/*main structure of AC Article page*/
/* - For two column and one column layout, relevant col such as leftcol/rightcol will be have display:none property
 This is to maintain the consistent site structure throughout the site. */
#outer 			{} /*#outer style is consistent and it's defined in general.css*/
#leftcol		{display:none;}
#rightcol		{display:none;}
#midcol			{font-size:1.2em; overflow:hidden;  } /* CA edit, increase text-size for page content */

/* Hack for ie6 */
* html #midcol	{margin:0 7px 0 0;}


/*mid col style*/
#midcolbox		{display:block; min-width: 763px; max-width: 954px;  margin-top:10px; background: #fff; border:1px solid #e2e4e5; margin:10px 5px 0 5px; } 
/*min-width and max-width slightly different to homepage*//*extra margin added to this template. 
This width settings shouldn't be changed as they are set to match the original PSDs = 961px including 1px borders both ends. Midcol should have 5px margin both sides*/


/*header area*/ 
#pagebanner .inner 
				{display:block; min-width: 763px; max-width: 971px; margin: 0 auto; background:  url(/PublishingImages/template/logo_banner_secondlevel.gif) no-repeat left top; }
				 /*secondlevel has different background*/
#pagebanner #utility	
				{float:right; width:252px; margin:5px 0 0 0;}
				 /*Margin top property has differnet figure here. (All pages except homepage) */








