/* print.css */
@media print {

	/* do not display the navigation bar or side bar */
	#navbar, #subnav, #sidebar, #footnav, #footer h2, #hit-count, #foot-email-webmaster {
		 display: none;
	} 

	#container, #banner, #main-heading, #content, #footer {  
		border: 0;
		margin: 0 /* 4% */;
		padding: 0;
		color: black; 
	}

	#content {
		padding-top: 1em;
		border-top: 10px solid #9f1d35;
		padding-bottom: 1em;
		border-bottom: 10px solid #9f1d35;
	}
	
	/* the banner will contain the branding as a background image */
	#banner {
		margin: -0.1in -0.17in -0.12in -0.18in;
/*		display: list-item;                
		list-style-image: url('/images/logo_print.gif'); 
		list-style-position: inside;
*/	}
	#banner:before {
		content: url(/images/logo_print.gif);
	} 
	/* breadcrumbs trail */
	#breadcrumbs {
		font-size: 8pt;
	}
	/* footer */
	#footer ul#foot-design-and-webmaster {
		padding: 0;
		margin: 0; 
	}
	#footer li#foot-web-design {
		padding: 0;
		margin: 0; 
		list-style: none;
	} 
	#footer #page-info {
		padding: 0;
		margin: 0; 
		margin-top: -0.35in;
		font-size: 8pt;
	}

	/* define classes for left and right floated content */
	.left { float: left; }
	.right { float: right; }
	.clearboth { clear: both; } 
	.clearleft { clear: left; }
	.clearright { clear: right; }
	.left_image { float: left; padding-right: 8px; }
	.right_image { float: right; padding-left: 8px; }

	p { font-size: 12pt; line-height: 1.3; font-weight: normal; font-family: Georgia, "Times New Roman", Times, serif; 		text-align: justify; }	
	h1 { font-size: 18pt; line-height: 1.3; font-weight: bold; color: #9f1d35; font-family: arial, helvetica, verdana, sans-serif; }	
	h2 { font-size: 16pt; line-height: 1.3; font-weight: bold; color: #9f1d35; font-family: arial, helvetica, verdana, sans-serif; }	
	h3 { font-size: 14pt;	line-height: 1.3; font-weight: bold; color: #9f1d35; font-family: arial, helvetica, verdana, sans-serif; }	
	ul, li { font-size: 12pt; font-family: Georgia, "Times New Roman", Times, serif; } 
	a { text-decoration:none; }
	a:link, a:visited { color: #9f1d35; }
/*	a:link:after:not([href]='#'), a:visited:after:not([href]='#') { content: " (" attr(href) ")";  } */

	th, td {
		font-size: 12pt;
		line-height: 1.3;
		font-weight: normal;
		font-family: Georgia, "Times New Roman", Times, serif; 
		padding-left: 0;
		padding-right: 3em; 
		vertical-align: top;
	}
	th { font-weight: bold; text-align: left; }


}
