@charset "utf-8";
/* CSS Document */

@charset "utf-8";
body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}

#container  {
	width: 900px;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */	/*background-image: url(/web/20190124003808im_/http://williamclaassen.com/images/bgwrap.jpg);*/
	background-color: #FFFFFF;
	padding: 0px 0 100px 0;
}

#mainContent {
	border-top: 0px solid #000;
	padding: 10px;
}
#footer {
	background:#fff;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	text-align: center;
}
#header {
	margin: 0 auto;
	border-bottom: 2px #000 solid;
}
#header h1 {
	margin: 0 auto; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	padding: 0px;
}

#topnav	{
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 100px;
	height: 65px;
	margin-top: 40px;
	border-bottom: 0px #000 solid;
	}
#topnav a	{
	color:#000000;

	}
#topnav a:visited	{
	color:#666666;
	text-decoration:underline;
	}
#topnav a:hover	{
	color:#666666;
	text-decoration: none;
	}
a	{
	color:#000000;

	}
a:visited	{
	color:#666666;
	text-decoration:underline;
	}
a:hover	{
	color:#666666;
	text-decoration: none;
	}
.heading {
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	text-align: center;
	margin-top: 40px;
}

#another	{
	float:left;
	width: 48%;
	margin-left: 20px;
	text-align: center;
	}
#anothertitle {
	text-align: center;
	float:right;
	width: 29%;
	position: relative;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#anothertitle p {
	font-style:italic;
	margin-top:0px;
	font-weight: bold;
}
#anothertitle h3 {
	margin-top:0px;
	margin-bottom: 0px;
}
#anothertitle h4	{
	margin-top:0px;
	margin-bottom: 0px;
	}
#navbar {
	text-align: center;
	margin: 0 auto;
	padding: 0px;
}
#nav	{
	width: 100%;
	border-top: 0px solid #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	}
#nav ul {
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: right;
	list-style-type: none;
	text-align: center;
	color:#000000;
	width: 200px;
	margin-left: 0px;
	margin-right:20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top:0px solid #000;
	border-left:1px solid #000;
	border-right:1px solid  #000;
	border-bottom: 1px solid #000;
	height: 25px;
	}

#nav a	{
	color:#000000;
	text-decoration:underline;
	margin-left: 20px;
	margin-right: 20px;

	}
#nav a:visited	{
	color:#666666;
	text-decoration:underline;
	}
#nav a:hover	{
	color:#333333;
	text-decoration:none;
	}
.fltrt {
	float: right;
}
.fltlft	{
	float: left;
	}
#cover	{
	float:left;
	}
#title {
	text-align: center;
	margin: 0 auto;
}
#blurb {
	text-align: justify;
	width: 98%;
	margin: 0 auto;
}
#contact	{
	text-align:center;
	}
#contact a	{
	text-decoration:none; 
	color:#000000;

	}
#contact a:visited	{
	text-decoration:none;
	color:#666666;
	}	
#contact a:hover	{
	text-decoration:underline;
	color:#000000;
	}
#publisher	{
	font-size:small;
	text-align:center;
	}
#summary	{
	text-align: justify;
	margin-left:10px;
	float:left;
	margin-top: 50px;
	margin-right: 0px;
	width: 55%;
	height: 428px;
	}
#coverimage	{
	float: right;
	margin-right: 10px;
	}
#about{
	text-align: justify;
	margin: 0 auto;
	width: 85%;
	height: 285px;
}
#author	{
	padding-left:220px; 
	padding-top:30px;
	}
#contents	{
	width: 100%;
	margin: 0 auto;
	}
#tableofcontents	{
	text-align: center;
	width: 98%;
	margin: 0 auto;
	padding-top: 0px;
	}
#rightcontents {
	float:right;
	width: 45%;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#leftcontents {
	float:left;
	width: 45%;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#forward {
	font-size: medium;
	text-align: center;
	margin-bottom: 15px;
}

#chap1-2	{
	margin:0 auto;
	margin-bottom: 10px;
	}
#chap7-8	{
	margin:0 auto;
	}
#epilogue {
	font-size: medium;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

#review {
	float:left;
	width: 100%;
	margin-bottom: 50px;
	text-align: left;
}
.reviewtitle	{
	font-style: italic;
	font-variant:small-caps;
	font-weight:bold;
	}
#reviewblurbs	{
	text-align: justify;
	width: 98%;
	margin: 0 auto;
	}
#reviewblurbs p	{
	font-size: small;
	}

.contents	{
	border: #000 solid 1px;
	font-size: small;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	margin: 0 Auto;

	}
.chapterheading {
	margin-left: 0px;
	float: left;
	font-style: normal;
	text-align: center;
}

.chapternumber {
	font-weight: normal;
	font-size: small;
	text-align: left;
	float: left;
}

.chapter {
	text-align:left;
	vertical-align: top;
	padding-bottom: 15px;
}
.topchapter {
	text-align:center;
	vertical-align: top;
	padding-bottom: 5px;
	height:26px;
}
.bottomchapter {
	text-align:left;
	vertical-align: top;
	padding-bottom: 15px;
}

.pagenumber	{
	float: right;
	}
.anotherpagenumber {
	font-weight: normal;
	text-align: right;
	vertical-align: top;


}

.epiloguenumber {
	font-weight: bold;
	font-style:italic;
	text-align:right;
	vertical-align: top;	
}
.title {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	font-style: italic;
}

.reflectiontitle {
	font-style: italic;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
}
.reflectionheading {
	font-style: italic;
	text-align: left;
	vertical-align: top;
	padding-bottom: 15px;
}
.bottomreflectionheading {
	font-style: italic;
	text-align: left;
	vertical-align: top;
	padding-bottom: 5px;
}


.indent	{
	padding-left: 25px;
	}
#photo	{
	width: 98%;
	margin: 0 auto;
}
#photos	{
	margin: 0 auto;
	text-align: center;
		}
.photos	{
	width: 240px;
	text-align: center;
	float: right;
	}
#photosection1	{
	height: 275px;
	}
#photosection2 {
	height: 275px;
}
#photosection3 {
	height: 275px;
}
#photosection4 {
	height: 275px;
}
#introduction	{
	width: 98%;
	margin: 0 auto;
	text-align: justify;
	}

.border	{
	border: 2px #000 solid;
	padding: 1px;
	margin: 5;
}
.line	{
	border-bottom: #000 2px solid;
	clear: both;
	height: 40px;
	}
.bottomline	{
	border-bottom: #000 2px solid;
	clear: both;
	height: 40px;
	}
.printline	{
	border-bottom: #000 2px solid;
	clear: both;
	height: 40px;
	display:none;
	}
p {
}
img {
	margin: 5px;
}
.book1title {
	float: left;
	margin: 0;
}
.inactivetitle	{
	font-size:smaller;
}
.book2title {
	float: right;
	margin: 0;
}
.strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.top	{
	font-size:small;
	text-align:right;
	float:right;
	}
hr {
	width: 75%;
	text-align: center;
}
.image {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	margin: 5px;
}
div {
	margin: 0px;
	padding: 0px;
}
.activecontent {
	margin-left:20px; 
	margin-right:20px; 
	font-style:italic;
	}
#alonesummary	{
	text-align: justify;
	margin-left:10px;
	float:left;
	margin-top: 40px;
	margin-right: 0px;
	width: 50%;
	}
#alonecoverimage	{
	float: right;
	margin-right: 10px;
	}
#alonetitlehead  h3 {
	margin-top:0px;
	margin-bottom: 0px;
}
#aloneforward {
	font-size: small;
	text-align: center;
	margin-bottom: 25px;
}
#aloneleftcontents {
	float:left;
	width: 45%;
	margin-left: 0px;
	margin-top: 0px;
	border-right:#000 0px solid;
	margin-bottom: 15px;
}
#alonerightcontents {
	float:right;
	width: 45%;
	margin-right: 0px;
	margin-bottom: 0px;
}
#aloneforward {
	font-size: small;
	text-align: center;
}
#aloneepilogue {
	font-size: small;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
#alonereviewblurbs	{
	text-align: justify;
	width: 98%;
	margin: 0 auto;
	}
#alonereviewblurbs p	{
	font-size: small;
	}
#alonepublisher {
	font-size:small;
	text-align:center;
}
#alonenav {
	width: 100%;
	border-top: 0px solid #000;
	font-weight: bold;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 25px;
}
#alonenav ul {
	margin: 0;
	padding: 0;
}
#alonenav li {
	float: right;
	list-style-type: none;
	text-align: center;
	color:#000000;
	width: 200px;
	margin-left: 0px;
	margin-right:20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top:0px solid #000;
	border-left:1px solid #000;
	border-right:1px solid  #000;
	border-bottom: 1px solid #000;
	height: 25px;
}
#alonenav a	{
	color:#000000;
	text-decoration:underline;
	margin-left: 20px;
	margin-right: 20px;

	}
#alonenav a:visited	{
	color:#666666;
	text-decoration:underline;
	}
#alonenav a:hover	{
	color:#333333;
	text-decoration:none;
	}#alone	{
	float:right;
	width: 48%;
	margin-right: 20px;
	text-align: center;
	}
#alonetitle {
	text-align: center;
	margin: 0 auto;
}
#alonetitle p {
	font-style:italic;
	font-weight: bold;
	margin-top:0px;
}
#alonetitle h4	{
	margin-top:0px;
	margin-bottom: 0px;
	}
#alonetitlehead {
	text-align: center;
	float:left;
	width: 42%;
}
#aloneintroduction	{
	width: 95%;
	margin: 0 auto;
	text-align: justify;
	}
.alonecontents {
	padding: 0;
	margin: 0;
}
.alonetitle {
	margin-left: 10px;
	font-weight: bold;
}

.alonepagenumber {
	font-weight: normal;
	text-align: right;
}

.alonechapterheading {

}
.alonecolumnheading {
	font-size: medium;
	height: 35px;
	padding-left: 50px;
	vertical-align: top;
	}
.alonesubchapterheading {
	font-size: medium;
	height: 40px;
	padding-left: 140px;
	vertical-align: top;
}

.alonechapterheadingbottom {
	font-size: smaller;
	margin-bottom: 0px;
	padding-left: 25px;
}
#quiettitlehead {
	text-align: center;
	float:left;
	width: 60%;
	padding: 15px 0px 0px 0px;
}
#riskstitlehead {
	text-align: center;
	float:left;
	width: 15%;
	padding: 15px 0px 0px 0px;
}
#risksleftcontents {
	float:left;
	width: 50%;
	margin-left: 0px;
	margin-top: 0px;
	border-right:#000 0px solid;
	margin-bottom: 15px;
}
#risksrightcontents {
	float:left;
	width: 50%;
	margin-right: 0px;
	margin-bottom: 0px;
}
.risksepiloguenumber {
	font-weight:normal;
	font-style:italic;
	text-align: left;
	vertical-align: top;	
}
.riskschapterheading {

}
.riskscolumnheading {
	font-size: medium;
	height: 35px;
	text-align:center;
	vertical-align: top;
	}
.riskssubchapterheading {
	font-size: medium;
	height: 40px;
	padding-left: 140px;
	vertical-align: top;
}
.riskstitle {
	margin-left: 10px;
	font-weight: bold;
}

.riskspagenumber {
	font-weight: normal;
	text-align: left;
}
.subtitle {
	font-size:smaller;
	padding-bottom:0px;
	margin-bottom: 0px;
	text-decoration:none;
}
.headersubtitle {
	font-size:small;
	padding-bottom:0px;
	margin-bottom: 0px;
	text-decoration:none;
}
.tablemarginbottom {
	margin-bottom: 25px;
}
.bio	{

	text-align: justify;
	margin-left:10px;
	float:right;
	margin-top: 35px;
	margin-right: 0px;
	width: 65%;
	}
#bio	{
	padding-top:25px;
	float: right;
	margin-left: 35px;
	margin-right: 55px;
	text-align: justify;
	width: 50%;
	}
#billspicture {
	margin-left: 55px;
	float: left;
}
#journeyman	{
	float:left;
	width: 48%;
	margin-left: 20px;
	text-align: center;
	}
#journeymantitle {
	font-style:italic;
	text-align: center;
	float:left;
	width: 28%;
}
#journeymantitle p {
	font-style:italic;
	margin-top:0px;
	font-weight: bold;
}
#journeymantitle h3 {
	margin-top:0px;
	margin-bottom: 0px;
}
#journeymantitle h4	{
	margin-top:0px;
	margin-bottom: 0px;
	}
/*
     FILE ARCHIVED ON 00:38:08 Jan 24, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:36:12 May 19, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1115.226
  exclusion.robots: 0.067
  exclusion.robots.policy: 0.058
  cdx.remote: 0.055
  esindex: 0.01
  LoadShardBlock: 98.586 (3)
  PetaboxLoader3.datanode: 173.595 (5)
  load_resource: 419.4 (2)
  PetaboxLoader3.resolve: 146.695 (2)
*/