
/* ======================================================================== */
/* ======================================================================== */
/* ======================================================================== */
/* (.print-friendly styles.) */

		body {
			margin: 40px;
			padding: 0;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 70%;
			color: #6E6E70;
		}
		
		h2 {
			font-size: 200%;
		}
		
		div#textsize {
			display: none;
		}
		
		p.byline {
			font-weight: bold;
			color: #838385;
			margin-top: 0px;
		}
		
		div#masthead p {
			margin-top: -15px;
			margin-left: 10px;
		}
		
		a {
			color: #6E6E70;
		}
		
		a img {
			border: 0;
		}
		
		div.toolbar {
			display: none;
		}
		
		div.menu {
			display: none;
		}
		
		h1.logo {
			margin-left: -20px;
		}
		
		div.content {
			margin-top: 30px;
		}
		
		table.columns td {
			vertical-align: top;
		}
		
		table.columns td.main {
			padding-right: 40px;
		}
		
		a.button {
			display: none;
		}
		
		table.homefeatures td.accreditation {
			padding-right: 20px;
		}
		table.homefeatures td.testing {
			padding-right: 20px;
		}
		table.homefeatures img.homefeature {
			display: none;
		}
	
		td.sidebar {
			width: 180px;
		}
	
	/* styles for on-page, content type images */
	
		img.left {
			float: left;
			margin: 0px 20px 20px 0px; /* top, right, bottom, left */
			border: 1px solid #3D5B7D;
			border-bottom: 5px solid #E8D867;
		}
	
		img.right {
			float: right;
			margin: 0px 0px 20px 20px; /* top, right, bottom, left */
			border: 1px solid #3D5B7D;
			border-bottom: 5px solid #E8D867;
		}
		
		/* this will ensure that any new page sections don't wrap around content images */
		h1,h2,h3,h4,h5 {
			clear: both;
		}
	
	/* generic indent class */
	
		.indent {
			margin-left: 30px;
		}
	
/* ======================================================================== */
/* ======================================================================== */
/* ======================================================================== */
(..)