/*
	Copyright (c) 2005 Reactive Media
	www.reactive.com
*/

/* PRINT STYLE ---------------------------------------------------- */
	
	/* body */
	body {
		font-family: arial, helvetica, sans-serif;
		}	
	
	/* paragraphs */
	p {
		font-size: 75%;
		}

	/* right */
	img.photoRight {
		margin: 20px 0 20px 20px; padding: 0;
		border: solid 1px #C1CBDC;
		float: right;
		clear: both;
		}	
	/* left */
	img.photoLeft {
		margin: 20px 20px 20px 0 ; padding: 0;
		border: solid 1px #C1CBDC;
		float: left;
		clear: both;
		}		

	/* hdr */
	table#hdr {
		display: none;			
		}

	/* logo */
	table#hdr td.logo {
		display: none;	
		}
		
	/* photo */	
	table#hdr td.photo {
		display: none;	
		}		

	/* search */	
	table#hdr td.search {
		display: none;	
		}	
				
	
	table#main td.col01 ul.mainnav {
		display: none;	
		}
			
			
	img.chiefMessage {
		display: none;
		}
		
	table#main td.col03 {	
		display: none;
		}		

	/* footer */
	table#footer  {
		display: none;
		}	
		
	table.backTop {
		display: none;
		}	


	div#mediaBanner {
		display: none;
		}
	
		
	div.ctnt {
		margin: 0; padding: 0;
		}
	
	td.col02 {
		margin: 0; padding: 0;
		}
	
	h1 {
		margin: 0; padding: 0;
		}
	
	table#main td.col02  {
		margin: 0; padding: 0;
		}
		
	div.printCopyright {
		margin-top: 20px;
		display: block;
		font-size: 75%;
		font-weight: bold;
		}	
		
	img.printHdr {
		display: block;
		margin-bottom: 20px;
		}	
		