/* I don't know why this needs so much repeated, but it does. */
body {
	background: #FFF;
	color: #000;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
	background-repeat: no-repeat;  /*avoid tiled background image*/
	}
	
#container {
	margin: 5em;
	text-align: left;
	width: 80%;
	}

#side, #menu, #footer {
	display: none;
	}
	
h1 {
	color: #000;
	font: 24px Didot, "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	margin: 0 0 .25em 0;
	padding: 0;
	}

h2 {
	border-bottom: 1px solid #000;
	font: 12px normal "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	margin: .25em 0 1.75em 0;
	padding: 0 0 1.75em 0;
	}
	
a, a:link {
	color: #000;
	text-decoration: none;
	}

/* Writes URL after links (Gecko-based browsers only) 
a:link:after, a:visited:after {
	content: " [" attr(href) "] ";
	}
*/
p {
	margin: 0 0 .5em 0;
	text-indent: 2.5em;
	}
	
h2+p {
	text-indent: 0;
	}
	
p.afterbreak {
	margin-top: 2.5em;
	text-indent: 0;
	}

blockquote {
	margin: 1em 5em;
	padding: 0;
	}
/* Lara added this to hide the print preview info when printed */
#preview-message {
	display:none;
}
