/* PAGE LAYOUT */
	#page {
		width: 95%;
	}
	
	body.twoCol #content .wrapper,
	body.threeCol #content .wrapper {
		margin-left: 0;
	}
	
	#subjectsLinksLogos {
		display: none;
	}

/* END PAGE LAYOUT */

	#closeThisWindow {
		display: none;
	}

/* HA020920: amendments added for IE6 printing */
/* these rules remove the empty space where the LHS menu would have been */

	body.twoCol #content,
	body.threeCol #content{
		width:70%;
		margin-left:0%;
	}

	body.twoCol #content{
		width:100%;
	}
	body.threeCol #features {
		width:30%;
	}

/* this stops IE6 from chopping up the content when printed */


	#pagedetails {
		float:none;
	}

/* following amendments stop IE6 from starting footer in middle of content div*/

	#importantInformation {
		width:100%;
		padding-top:50px;
	}


	#content{
		float:left;
		width:99%;
		border:1px solid #ffffff;
}
/* End of HA020920 amendments */
