y/* Layout styling */
/* Copyright 2008 John Allsup */
div, html, body {
	margin: 0;
	padding: 0;
}
html {
	font-family: Times, serif;
	font-size: 12pt;
}
body {
}
#header {
	text-align: center;
	border-bottom: 2px solid black;
}
#maintitlediv {
	text-align: center;
}
#maintitlediv img {
	border: 0;
}
#header p {
	text-align: center;
	font-size: 18pt;
}
div.navbar {
	display: none;
}
#sidebar {
	display: none;
}
#subpage {
	margin-top: 2em;
	border-top: 1px solid black;
	text-align: center;
	color: gray;
}
#subpage p {
}
#subpage span.date {
	font-style: italic;
}
#content a {
	color: black;
	text-decoration: none;
}
#maincontent {
	margin-left: 2em;
	margin-right: 2em;
}
#maincontent div.mainimage {
	padding-top: 1em;
	text-align: center;
}
#maincontent div.quotes {
	margin: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;	
}
#maincontent div.quotes p.quotesource {
	text-align: right;
	font-style: italic;
}
#maincontent div.subnav {
	display: none;
}


