/* Print CSS
*****************************************************************************/

body {
	font: 12pt "Times New Roman", serif;
	background: none;
}

#subNav, #header p.topRight {
	display: none;
}

/* padding for images */

.post img {
	border:3px solid #CCC;
	margin: 5px 10px;
}

a:link, a:visited {
	color: #003399;
	text-decoration: none;
}

	#contentTwoColumn table {
	vertical-align: top;
}

	#contentTwoColumn th, #contentTwoColumn td {
		vertical-align: top;
		border-bottom: 1px solid #666;
		padding: 5px;
		}		
		
			.tableRed {
	color: #cc410d;
	background-color: #fefbe8;
}	

	.tableBlue {
	color: #334293;
	background-color: #e2ecfe;
}

	.tableGreen {
	color: #33680a;
	background-color: #eefee9;
}

#contentTwoColumn ul.post-meta {
	font-variant: small-caps; list-style-type: none; margin: 0; font-size: 110%; padding: 0; margin-top: 18px; color: #003399; font-weight: bold;
	}
	
	h1, h2, h3, h4, h5 {
	color: #003399;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-style: italic;
}

	
span.post-meta-key {display: none; }