/*	-------------------------------------------------------------
	-------------------------------------------------------------
	AUSTRALIA PARTY CSS PRINT STYLESHEET
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
body {
	font: 13px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background: white;
	text-align: left;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
}



/*	-------------------------------------------------------------
	HIDDEN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#top_bar, 
.search,
#top_menu,
ul#main_menu,
#footer,
#page_side,
#pathway,
#header,
#home_feature,
#home_info_boxes,
#latest_news .date,
#latest_news span,
#media_releases .date,
#electorate_search {
	display: none;
}

.printShow {
	display: block;
}

