/* 3 pixel bug IE 

put the non floated div (#pimc #tab_nrmmc_outer, #nrmmc #tab_pimc_outer) margin to 0 and a -3px to the floated left columm(#pic_pimc, #pic_nrmmc).

Fix the same bug by applying a 3pixels negative margin on #tertiary_navigation

*/

/* Handles png transparency in IE6 and below
----------------------------------------------------------------
h1#logo_gov { behavior: url(css/iepngfix.htc);}*/


/*	Hack to correct a 3px display bug in IE when two divs with a specified width are floated
	set padding-left: 0px;
-----------------------------------------------------------------------------------------*/
*html #pimc #tab_pimc, *html #nrmmc #tab_nrmmc, *html #home #tab_pimc, *html #home #tab_nrmmc {
	padding-left: 0px;
	}
	
*html #pimc #tab_nrmmc_outer, *html #nrmmc #tab_pimc_outer, *html #home #tab_nrmmc_outer, *html #home #tab_pimc_outer 	{
	padding-left: 0px;
	}

/*	Hack to fix a display bug in IE on element that have a fixed height
------------------------------------------------------------------------*/
*html #tertiary_navigation {
	height: 18.4em;
	}
	
*html #home #tertiary_navigation {
	height: 18.4em;
	}
	
*html #home #pic_pimc, *html #home #pic_nrmmc, *html #nrmmc #pic_pimc, *html #nrmmc #pic_nrmmc, *html #pimc #pic_pimc, *html #pimc #pic_nrmmc {
	margin-right: -3px;
	}
	
*+html #home #pic_pimc, *+html #home #pic_nrmmc, *+html #nrmmc #pic_pimc, *+html #nrmmc #pic_nrmmc, *+html #pimc #pic_pimc, *+html #pimc #pic_nrmmc {
	margin-right: 0px;
	}
	
table {
	font-size: 1.2em;
	}

table td {
	padding-top: 4px;
	padding-bottom: 4px;
	}

