body {
	margin: 40px;
	padding: 0 10px 0 0;
	/*
	background: #d3c7b0 url(/assets/images/background.gif) fixed;
	background-repeat: repeat-x;
	background-position: -100px 0;
	*/
	/* color: #; */
	font-family: Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	background-color: #FFFCF2;
	color: #3E3422;
	line-height: 16px;	
}

#container {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	width:expression( 
	    document.body.clientWidth > (750/12) * 
	    parseInt(document.body.currentStyle.fontSize)?
	        "750px":
	        "auto" );
	}


}

td p {
	font-size: 11pt;
}

a, a:visited {
	color: #690E0B;
}
a:hover {
	color: #993300;
}

span.sup {
	font-size: 6pt;
	position: relative;
	top: -0.6em;
	margin-left: 0.5pt;
}

p.indent {
	margin-left: 1.0in;
}

h1.header { 
	font-family: Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt; 
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 3;
	border-bottom: 1px solid #c2b497;
	line-height: 25px;
}
h2 { 
	font-family: Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11pt; 
}

h2.header {
	font-family: Geneva, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11pt; 
	margin-top: 3px;
	text-align: left;	
	padding-bottom: 15px;
}

.quote {
	font-family: Georgia, "Times New Roman", serif;
}

i.quote {
	font-family: Georgia, "Times New Roman", serif;	
}

p.inline-quote {
	font-family: Georgia, "Times New Roman", serif;
}

h2.endnotes {
	padding-top: 30px;
	font-size: 12pt;
}

h3, h4, h5 { font-size: 12px; }

p.endnotes {
	font-size: 11pt;
}
.sdendnotesym, .sdendnote-western {
	font-size: 9pt;
	margin-bottom: 10px;
	margin-top: 0;
}

table#form {
	font-size: 11pt;
}

/* Knowing God styles */
table#consider {
	margin-top: 15pt;
	margin-bottom: 15pt;
	border-collapse: collapse;
	border-color: #ccc;
	font-size: 11pt;
	width: 100%;
}

table#consider tr td {
	padding: 5;
	padding-bottom: 15;
}

table#consider tr td.header {
	text-align: center;
	font-size: 12pt;
}

table#consider tr.content td {
	vertical-align: top;
}

table#consider tr.content td.bold {
	font-weight: bold;
}

ol#list li {
	margin-bottom: 10px;
}

ol#list li ul li {
	margin-top: 10px;
}
