/* CSS Document */
/*
	----------------------------
	PRINT STYLES
	____________________________
*/
@media print{
	* float:none;
	*,body{font-size:9pt;}
	h1,h2 { font-size: 14pt; }
	h3,h4,h5,h6,a { font-size: 10pt; }
	h1,h2,h3,h4,h5,h6,p,ul { margin: 5px 0; }
	#masthead, #footer, #nav, #sideBar {
		display: none;
	}
	#main{
		float: none !important;
		height:100%;
		width: auto;
	}
	#content{
		width: auto;
		height:100%;
		padding: 10px;
		margin: 0 5%;
		display: table-cell;
		line-height: 1.5em;
		background: none;
		float: none !important;
		overflow: visible;
		position:static;
	}
	#printable img { float:left; margin: 0 20px 20px 0; }
	.clear { height: 1px; overflow: hidden; clear: both; }
}
