/*
 * Print stylesheet: C4BH website
 * ------------------------------
 * Author: Reg Goodwin
 * Date: April 2007
 *
 */

@media print {

body { 
	font-size: 1em;
	text-align: left;
	font-family: Verdana;
}

#header {
	border-style: solid;
	border-width: 2px 0px 3px 0px;
	border-color: #555566;
	padding: 12px 0px 15px 0px;
	}
	#header img.logo { float: left; margin-right: 9px; margin-top: 3px; width: 55px; height: 48px; }
	#header img.title { display: block; }
	
	/* Some possible techniques: */
	/* set margin-top of h1 to centre vertical align with logo */ 
	/* Set margin left of h1/h2 to hang-indent from logo */
	

#subHeader { 
	border-style: solid; 
	border-width: 1px 0px 1px 0px; 
	border-color: #555566; 
	padding: 6px 3px 6px 3px;
	}
	#subHeader div.leftSide { font-size:0.9em; color: #111144; }
	#subHeader div.auxNavigation { display: none; }

#mainNavigation { display: none; }

#content {
	}
	#content h1 { 
		font-size: 1.2em; 
		font-family: Verdana, Arial, "Sans Serif";
		font-weight: normal;
		margin-top: 15pt; 
		margin-bottom: 9pt;
		color: #111144;
		font-style: none; 
	}
	#content h2 { font-size: 1em; margin-top: 15pt;}
	#content h3, #content h4, #content h5 { font-size: 0.95em; font-weight: bold; }
	#content h3 { font-style: italic; }
	
} /* end of media print */
