@media print {
	body {
		font-family: 'Trebuchet MS', Arial, sans-serif; 
		margin: 0;
		padding: 0;
	}
	
h1 { font-size: 1.6em; display: inline; color: #333; letter-spacing: -1px; }
	.red { color: #900;  font-size: 1.8em; letter-spacing: -3px; }
	.blue { color: #069; font-size: 1.8em; letter-spacing: -3px; }
h2 { font-size: 1.2em; margin-top: 10px; color: #036; font-style: italic; font-weight: normal;}
.homelink  { text-decoration: none; } 
	
	#header { border-bottom: 1px solid black; width: 100%; }
	#navigation { display: none; }
	#breadcrumbs { display: none; }
	#readmore { display: none; }
	#footer { display: none; }

#content ul li { 
	padding-left: 25px; 
	list-style-type: square;
}

#content blockquote
{
	padding: 5px;
	font-size: 0.7em;
	background: #FF9966;
}

ol {
  counter-reset: section;
  list-style-type: none;
}

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { }
	.wp-caption img { margin: 0; padding: 0; border: 0 none; }
	.wp-caption p.wp-caption-text {  text-align: center; margin-top: 5px; border-top: 1px dotted #ccc; padding: 3px; color: #333; font-size: 0.75em; font-style: italic; }

		
ol li { counter-increment: section; }
            
ol li:before { content: counters(section, ".") ". "; }

#content ul { list-style-type: square; }
#content ul li:before { content: ""; }


}
