/* import styles that aren't supported in NN4  */
@import url(NewbrochureLayout.css);

@media print{
body { 
		margin: 0;
		padding: 0px;
		background-color: #FFF;
		background-image: url(Http://www.Southbank.edu.au/course/images/branding/07cricosNo.gif);
		background-repeat: no-repeat;
		background-position: 0% 100% ;
		
	}

#emailenq{

display:none;

}

#contentContainer {
		float: left;
		padding-left:0;
		padding-right:0;
		width: 100%;
		background-image: none;
		font-size:90%;
		
	}

}


/* end of print styles */




/* correct IE 5.5 font size in tables */

	table {	
		font-size: 1em; 
	}
	
/* end table correction */

/* Layout */

	
	/* font family correction for NN4 (if this isn't implemented, a serif font is used as the default font in NN4) */
	td, th, footerBranding, #content h2, #content h3, .smlTxt {
		
	}

/* Footer text styles */


	#phoneno {
		
		font-size: 130%;
		font-weight: bold;
		
	}

/* End Footer text styles*/

/* Text */

	/* Headings */

	#content h1 {
		font-size: 166%; 
		font-weight: bold;
		color: #009900;
		text-align: left;
	}

	#content h2 {
			
		font-size: 100%;
		color: #009900;
		width:25%;
		float:left;
		clear:right;
		
		
	}

	
	
	/* End Headings */
	
	
	}

	
	/* Link Styles */
	
	a:link {
		color: #000066; 
		text-decoration: underline;
	}

	a:visited {
		color: #660066;
		text-decoration: underline;
	}

	a:active {
		color: #990000; 
		text-decoration: none;
	}

	a:hover {
		color: #990000; 
		text-decoration: none;
	}
	
	/* End Link Styles */
	
/* End text */
