/* Standard Print CSS */
/* JW, 20091020. Initial version */

body {
	font-family: "Times New Roman", serif;
	font-size: 12pt;
	line-height: 15pt;
	color: black;
	background: white;
	}
	
h1 {
	font-size: 20pt; 
	line-height: 20pt;
	text-align: center; 
	}	
	
h3 {
	font-size: 16pt;
	line-height: 16pt;
	text-align: left; 
	margin: 16pt;
	}
	
p {
	text-indent: 12pt;
	margin-top: 4pt;
	}

ol {
	list-style-position: inside;
	list-style: decimal;
	margin: 0 0 0 24pt;
	}
	
ul {
	list-style-position: inside;
	list-style: circle;
	margin: 0 0 0 24pt;
	}
	
#sitenav {
	display: none;
	}

#right_column {
	display: none;
	}	

#feature {
	display: none;
	}

div#content {
	margin: 30pt;
	padding: 0;
	text-align: justify;
	}

a:link, a:visited {
	color: blue;
	text-decoration: underline;
	}

div#author {
	font-style: italic; 
	text-align: right; 
	}

div#footer {
	font-size: 8pt; 
	margin: 24pt; 
	text-align: left;
	}
/* End of print.css */
