@import url('leftnav.css');
/* 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		{width: 188px; float: left; margin-left: 5px; margin-top: 10px; font-size:1.12em;  display:block;}
#rightcol		{width: 188px; float: right; margin-left: 8px;  margin-top: 10px; font-size:1.12em;  display:block;}
#midcol			{font-size:1.2em; overflow:hidden;  } /* CA edit, increase text-size for page conten (about 12px) */
/* Hack for ie6 */
/*\*/ * html #midcol	{margin:0 200px 0 200px;} /*This hack is necessary for IE 6 to avoid column overlapping.*/

/*mid col style*/
#midcolbox		{display:block; min-width: 355px; max-width: 587px; margin: 0 auto; margin-top:10px; background: #fff; border:1px solid #e2e4e5; }
/*min-width and max-width slightly different to other pages.  
This width settings shouldn't be changed as they are set to match the original PSDs = 961px including 1px borders both ends. midbox should have*/

/*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:226px; margin:5px 0 0 0;}

				 /*Margin top property has differnet figure here. (All pages except homepage)*/		


/*Style for download full report...link within h3 tag*/
#downloadreport			{font-size:0.65em; color:#000;}
#downloadreport a		{font-weight:normal;color:#000099; text-decoration:none;}
#downloadreport a:hover	{text-decoration:underline;}
#downloadreport a:active, #downloadreport a:focus	{color:#fff; background:#455560;}



