/* CSS Document */
/****************************************************************/
/* HTML tag styles for the media print (printing purposes)    */
/****************************************************************/ 

html,body{
	font-family: Arial, serif;
	font-size:12px;	
	margin:0;
	padding:0;
	height:100%;	
	float:none;
	background-color:#ffffff;
	line-height:20px;
	color:#000000;
	

	}
#chifley_logo_for_print{
	width:500px;
	height:70px;
	display:block;
	margin-bottom:20px;
}
a { text-decoration : underline; color : #0000ff; }
a:link, a:visited , a:active , a:hover {
	color: #0000ff;
	text-decoration: underline;
}

 
#align, #container
	{
		text-align:left;
		width:100%;
		margin:0;
		float:none;
	
	}
#containerhome{
	width:100%;
	margin:0;
	float:none;
	height:100%;	
	background:#ffffff;		
}
#contentmain{
	width:100%;
	margin:0;
	float:none;
	height:100%;
}
#leftcol{
	display:none;
}
.boxItemRed {
display:none;
}
#rightbottom{
display:none;
}
#rightcol{
	width:100%;
	margin:0;
	float:none;
}
#header { display:none;}
#header_top { display:none; }
#header_without_phone {display:none; }
#topnav { display:none; }
#footer { display:none; }
.scNews{ display:none; }
.internalmain{	
	margin:10px 0;
	width:100%;
	float:none;
	background:#ffffff;	
	height:auto;	 	
	}
.internalleftcol { display:none; }
.internalrighttcol{
	width:99%;
	margin:0;
	float:none;			
}		
	
	
/* Defines the h1 heading element for the website*/
h1{
	font-size:16px;
	margin:0; 
	padding:0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	
}
/* Defines the sub-heading element for the website*/
h2{
	font-size:14px;
	margin:0; 
	padding:0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif, Verdana;
}	
		