/* print.css */
body{
	font: 12px arial;
}
#nav, #footer {display: none;}
#header {
	display: block;
	margin: 0 0 20px 0;
}
	#header * {
		float: left;
		margin: 0 10px 0 0;
	}
	#header .liveChat, #header .contactUs {
		display: none;
	}
		#header #logo {
			font: bold 16px arial;
			width: 68%;
			float: left;
		}
			#header #logo a {
				text-decoration: none;
			}
	#header ul {
		float: right;	
		width: 20%;
		list-style: none;
	}
#colA {
	width:70%;
	float: left;
	padding: 0 2% 0 0;
	border-right: 1px solid black;
}
	#our_programs .asstBox * {
		float: left;
		width: 80%;
		margin: 0 0 5px 10px;
	}
	#our_programs .asstBox img {
		float: left;
		width: 10%;
	}
	#our_programs .asstBox a {
		display: none;
	}
	#content .doctors_test p strong, #content .doctors_test p em {
			display: block;
			margin-bottom: 5px;
	}

#colB {
	float: right;
	width: 25%;
	padding: 0 0 0 2%;
}
	#colB form, #colB fieldset {
		display: none;
	}
	#colB strong, #colB span {
		display: block;
		margin-bottom: 5px;
	}
	h1, h2 ,h3, h4, h5 {
		display: block;
		margin: 0 0 15px 0;
		font: 18px arial;
		color: #06837F;
	}