/* Print stylesheet for caravan site */

#leftcol, #footer, #banner { 
	display: none; 
	}
div.left, div.right {
	display: none;
	}
#content h5 {
	display:none;
	}	

#wrapper {
	border: none;
	}
body {
	background: #FFF;
}

 #content {
	display: static;
	width: 6in;
	margin-left: 0;
	margin-right: 0;
	}	 		
	
#content h1 {
	color: #000;
	font: 16pt Arial, Helvetica, sans-serif;
	}	
#content p, #content ul, #content li, #content td, #content th {
	color: #000;
	font: 10pt/12pt "Times New Roman", Times, serif;
}
#content p a:link, #content p a:visited {	
	color: #000;
	text-decoration:underline;
}

#content h2, #content h3, #content h4  {
	color: #000;
	font: 12pt/14pt Arial, Helvetica, sans-serif;
	border-top: none;
	margin-left:0;
	font-weight: bold;	
	}	
#content h5, #content h6 {
	color: #000;
	font: 10pt/12pt Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.header2 {
	text-align:left;
}
#content ol.alpha {
	list-style-type:lower-alpha;
	}	
