/* 
	Use this CSS file on pages that will need to be printed frequently.
	This will prevent anything that is not part of the main body of the page from being printed.
	Use this link tag just below the link tag for the standard stylesheet:
		<link href="/css/noprint.css" rel="stylesheet" type="text/css" media="print" />
*/
	/* Hide elements that are on every page */
	#navlist {
		display: none;
	}
	#logocontainer {
		display: none;
	}
	#breadcrumbs {
		display: none;
	}
	#bottomicons {
		display: none;
	}
	#footernav {
		display: none;
	}
	#footerwonav {
		display: none;
	}
	#copyright {
		display: none;
	}
	#lastupdate {
		display: none;
	}
	
	/* Hide audience headers */
	#headerblue {
		display: none;
	}
	#headergold {
		display: none;
	}
	#headerred {
		display: none;
	}
	#headeryellow {
		display: none;
	}
	#headerpurple {
		display: none;
	}
	#headergreen {
		display: none;
	}
	
	/* Hide audience menus */
	.h3bluetext {
		display: none;
	}
	.h3goldtext {
		display: none;
	}
	.h3redtext {
		display: none;
	}
	.h3yellowtext {
		display: none;
	}
	.h3purpletext {
		display: none;
	}
	.h3greentext {
		display: none;
	}
	.mktree {
		display: none;
	}
	.noprint {
		display: none;
	}
	
	/* Hide menus --  This was added to hide the live chat icon */
	.prospectivenavmenu {
		display: none;
	}
	
	/* Ensure other elements display properly */
	.bodyblack {
		text-align: justify;
		line-height: 130%;
	}
	.subhead {
		font-size: 130%;
		color: #044C86;
	}
	.required {
		color: red;
	}		