body {
	font-family: "Lucida Sans", Verdana, sans-serif;
	font-size: 14px;
}

div#header {
	text-align: center;
	border: 2px solid #888;
}
div#header h1.author {
	font-size: 16px;
	color: #444;
}


ul#nav,
form#email-collector,
div#sub-nav
{
	display: none;
}



div#footer {
	border-top: 2px dotted #888;
	clear: both;
}
div#footer h6 {
	text-align: center;
}

img {
	margin: 10px;
	border: 2px solid #0058B2;
}
img.no-border {
	border: 0;
}








/* Table of Contents */
table#toc td {
	border-bottom: 1px dotted #DDD;
}
table#toc p {
	padding: 0;
	margin: 0;
}
table#toc td.chapter-num {
	font-weight: bold;
	/*color: #999;*/
	font-size: 1.3em;
	text-align: right;
	padding: 0 5px 0 15px;
}
table#toc td.page-num {
	font-weight: bold;
	/*color: #FF9;*/
	text-align: right;
	padding: 0 5px 0 15px;
}
table#toc h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	/*color: #FFFF99;*/
}