body {
	margin: 0;
	padding: 0;
	background: #fff;	
	color: #000;
	font-size: 11pt;
	width: auto;
	font-family: "Times New Roman", serif;
}

#search, #main_nav, #nav2, p.info .comments, .dash, .post_comment, p.topic, #comments h4 span, a.feed,#post_comment, #sidebar, p.feeds {
	display: none;
}

#head a {
	text-decoration: none;
	color: #000;
}

h1 {
	font-size: 11pt;
	margin: .1in 0 .1in 0;
	font-weight: bold;
}

h2 {
	font-size: 24pt;
	text-align: center;
	border-top: 1px dashed #ccc;
	padding: .15in 0 0 0;
	margin: 0 0 .15in 0;
	color: #00264B;
}

h3 {
	font-size: 18pt;
	color: #666;
	margin: .2in 0 0 0;
}

h4 {
	font-size: 16pt;
	color: #666;
	margin: .15in 0 0 0;
}

h5 {
	font-size: 13pt;
	color: #666;
	margin: .1in 0 0 0;
}

h6 {
	font-size: 13pt;
	color: #999;
	margin: .1in 0 0 0;
}

a {
	text-decoration: underline;
	color: #860f21;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content a[href^="/"]:after {
	content: " (http://erlc.com" attr(href) ") ";
}

#content p.info a:link:after, #content p.info a:visited:after, #content a.comment_link:link:after, #content a.comment_link:visited:after {
	content: "";
}

#content p.info a[href^="/"]:after {
	content: "";
}

#content p.info {
	color: #666;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	line-height: 1.6;
	padding: 0 0 .15in 0;
	margin: .15in 0 .15in 0;
}

#content p.info span.author a {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

#content p.info span.date {
	display: block;
}

#content p {
	line-height: 1.4;
	margin: .15in .15in .15in .15in;
}

#content p.notes {
	font-size: 90%;
	color: #666;
	margin: 0 .5in 0 .5in;
	padding: .1in 0 .1in 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	background-color: #ddd;
}

#comments {
	page-break-before: always;
}

#comments div {
	border-bottom: 1px dashed #ccc;
	padding: 0 0 .05in 0;
}

a.comment_link {
	font-size: 13pt;
	color: #860f21;
	font-weight: bold;
	margin: .1in 0 0 0;
	display: block;
	text-decoration: none;
}

p.copyright {
	margin-top: .25in;
	font-weight: bold;
	text-align: right;
}