/* 
 * print.css:
 * ------------
 * Print Style Sheet for Comply With template.
 */
 
	@import 'reset.css';
	
	#navigation, #hairyLemon, #accessibility, .accessibility {
		display: none;
	}
	
	#innerHeader {
		width: 699px;
		height: 160px;
		margin-left: 0px;
		border-right: none;
		text-align: left;
	}
	
	#innerHeader img {
		float: none;
		margin: 20px;
	}
	
	#content {
		padding-right: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
		margin-right: 0px;
	}
	
	#container, #footer {
		margin-left: 0px;
		border-left: none;
		border-right: none;
		text-align: left;
		padding: 20px;
	}
	
	h1 {
		color: #8cc63f;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px; 
	}
	
	h2 {
		color: #5e785d;
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 10px;
		font-style: normal;
	}
	
	h3 {
		color: #00b9e8;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		font-style: normal;
	}
	
	h4 {
		color: #8cc63f;
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 10px;
		font-style: normal;
	}
	
	h5 {
		color: #00b9e8;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 10px;
		font-style: normal;
	}
	
	h6 {
		color: #8cc63f;
		font-size: 12px;
		font-weight: normal;
		margin-bottom: 10px;
		font-style: normal;
	}
	
	p {
		padding: 10px 0px;
	}
	
	#title {
		color: #8cc63f;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px; 
	}
	
	#title .blue {
		color: #00b9e8;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 20px; 
	}