body {
	background-color: #212121;
	color: #eee;
}
#wholeContent {
	text-align: left;
}
#apDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
#apDiv1 {
	background-color: transparent;
	border: none;
	width: 225px;
	height: 174px;
	margin-left: auto;
	margin-right: auto;
}
#apDiv1-push {
	display: block;
	margin-right: 400px;
}
.mainText {
	background-color: #e3e3e3;
	color: #222;
	margin-top: 14px;
	margin-bottom: 14px;
	padding-bottom: 1.5em;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}
.padded {
	padding-top: 1.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.endSection {
	margin-bottom: 1.5em;
}
ul.spacedOut li {
	margin-bottom: 1em;
}
ul.indented {
	position: relative;
	left: 2em;
}
#footer {
	text-align: center;
	color: #ddd;
}
.smc {
	font-size: 115%;
	font-variant: small-caps;
}
.benefits {
	padding: 0.75em;
	background-color: white;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}
.benefits p { clear: both; }
.benefits h3 { 
	width: 30%; 
	font-size: 1.8em; 
}
.benIcon {
	float: right;
	margin-bottom: 1.5em;
}
.noTop {
	margin-top: 0px;
	padding-top: 0px;
}
.noBottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.bbord { border: 1px solid black; }
.fields {
	line-height: 225%;
	margin-bottom: 1em;
}
.required {
	border-left: 4px solid red;
	padding-left: 2px;
}
.callout {
	border: 1px solid #cc7066;
	background-color: #e6b8b3;
	padding: 1em;
}
.subtle_callout {
	border-top: 2px groove;
	border-bottom: 2px groove;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 60%;
}
.testimonial_q {
	margin-bottom: 0px;
}
.attrib {
	padding-left: 40px;
	font-style: italic;
	margin-top: 5px;
	padding-top: 0px;
}