/* CSS Document Print Style Sheet */
/* All basic formats intended for printed pages */

/* Font Styles ----------------------------------------------------------------------------------------*/
body {
	width: 6.5in;
	margin: 0;
	font: 12pt/130% Arial, Helvetica, sans-serif;
	
}
h1 {
	border-bottom: 1px solid #333;
	font-size: 14pt;
}
h2 {
	margin-top: 30px;
	font-size: 12pt;
}
h3 {
	font-weight: bold;
	font-size: 12pt;
}
h4 {
	margin: 0;
}


/* Misc. Styles ---------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.center {
	text-align: center;
}
.strong {
	font-weight: bold;
}

/* Footer */
#footer {
	margin-top: 50px;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 0;
}

/* Hidden Elements ------------------------------------------------------------------------------------*/
#side_bar, #header {
	display: none;
}