/* ================================================================================================= */
/* Join ICA - print.css          																	 */
/* ------------------------------------------------------------------------------------------------- */
/* Print stylesheet for the JoinICA website                                              			 */
/* ================================================================================================= */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Table of Contents ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*	
	* Tags - #tags
	* Remove Unwanted Elements - #noPrint
	* Add Print Formatting to Remaining Elements - #printMe
*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* -------------------------------------------------------------------------------------------------	
 *   Tags - #tags
 * ------------------------------------------------------------------------------------------------- */
	* {
 		background-image: none !important;
 	}

	body {
		background: white;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11pt;
	}
	
	/* Improve colour contrast of links */
	a:link, a:visited {
		color: #520;
		background: transparent;
		font-weight: bold;
		text-decoration: underline;
	}
	
	blockquote {
		color:#999;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14pt;
		font-style:italic;
		font-weight:bold;
		padding:10px;
		margin:10px 0 10px 20px;
	}
	
	blockquote big {
		color:#999;
		float:left;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:40pt;
		font-weight:bold;
		line-height:45px;
		width:40px;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		letter-spacing:normal;
	}
	
	h1 {
		font-size:18pt;
		margin:10px 0 5px 0;
	}
	
	h2 {
		font-size:14pt;
		margin:15px 0 5px 0;
	}
	
	h3 {
		font-size:12pt;
	}
	
	li {
		list-style-type:disc;
		margin:3px 0;
	}
	
	p {
		margin:15px 0 0 0;
	}
	
	small {
		font-size:8pt;
		font-style:italic;
	}
	
	table {
		border-collapse:collapse;
		border:1px solid #000;
		font-weight:bold;
		margin:10px 0;
	}
	
	th {
		background:none;
		background-color:#000;
		border:1px solid #000;
		color:#FFF;
		font-size:12pt;
		font-weight:bold;
		padding:10px;
	}
	
	td {
		border:1px solid #000;
		font-size:10pt;
		padding:5px;
	}
	
	ul {
		margin-left:40px;
	}


/* -------------------------------------------------------------------------------------------------	
 *   Remove Unwanted Elements - #noPrint
 * ------------------------------------------------------------------------------------------------- */
	#logo a,
	#breadcrumb,
	#heroSpace,
	#heroSpaceBanner, 
	#fatFooter, 
	#rolesContainer, 
	#sb-container, 
	#sb-container img,
	#testimonial img,
	#navigation,
	.noPrint {
		display: none;
	}


/* -------------------------------------------------------------------------------------------------	
 *   Add Print Formatting to Remaining Elements - #printMe
 * ------------------------------------------------------------------------------------------------- */
 	.print {
		display:block;
	}
	
	#wrapper,
	#headerLinks, 
	#content, 
	#disclaimer, 
	#footer,
	#speakingPointsContent {
		width:auto;
		border: 0;
		margin: 0 2%;
		padding: 0;
		float: none !important;
	}

	#disclaimer, 
	#footer {
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;
	}

	#disclaimer {
		border-top:1px solid #999;
		border-bottom:1px solid #999;
		margin-top:20px;
		padding:5px 0;
	}

	#disclaimer p {
		margin: 5px 0;
	}
	
	#headerLinks {
		font-size:11pt;
		margin-bottom:20px;
	}
	
	
	#logo p {
		border-bottom:1px solid #333;
		float: none !important;
		font-size:12pt;
		margin:0 2% 5px 2%;
		padding:0;
	}

