body {
	background-color: white;
	text-align: center;
}

h1 {
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
	color: black;
	font-size: 16pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h2 {
	padding-top: .2em;
	margin-top: .5em;
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px;
	text-transform: capitalize;
	font-weight: bold;
	text-align: right;
	margin-bottom: -0.5em;
	color: black;
	font-size: 14pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

p {
	text-align: left;
	color: black;
	line-height: 1.5em;
	font-size: 10pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a {
	font-weight: bold;
	color: #4c4c4c;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a:hover {
	text-decoration: none;
	color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

p a[href ^="http://"], p a[href ^="https://"]
{
	padding-right: 13px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(external.png);
}

ol {
	text-align: left;
	list-style-position: outside;
	list-style-type: lower-roman;
	color: black;
	line-height: 1.5em;
	font-size: .8em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#main
{
	margin: 2%;
	position: absolute;
	display: block;
	clear: both;
	text-align: left;
	padding: 2%;
	width: 575px;
}

.video
{
	width: 512px;
	margin: 0 auto;
	clear: both;
	border-width: 0px;
	padding: 0px;
}

.testimonial
{
	padding-left: 1em;
	padding-bottom: .5em;
	padding-right: 1em;
	padding-top: .5em;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	margin-top: 1em;
	margin-bottom: 2em;
	width: 500px;
	background-color: #e6e6e6;
	color: black;
	line-height: 1.6em;
	text-align: left;
	font-size: .8em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.author
{
	margin-bottom: -1em;
	position: relative;
	float: right;
	right: .5em;
	padding-right: .2em;
	padding-left: .2em;
	padding-bottom: .1em;
	padding-top: .1em;
	top: -1.5em;
	background-color: #333333;
	color: white;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	text-align: right;
	font-size: 1em;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.scripture
{
	clear: both;
	display: block;
	margin-right: 2em;
	margin-left: 2em;
	margin-bottom: .3em;
	margin-top: .3em;
	padding: .3em;
	border-color: black;
	border-style: dashed;
	border-width: 1px;
	font-style: italic;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: left;
	line-height: 1.5em;
}

.verse_number
{
	display: inline;
	top: 0px;
	position: relative;
	text-decoration: underline;
	font-size: .5em;
	font-style: italic;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.bigq
{
	padding-right: .3em;
	padding-left: .3em;
	margin-left: -0.5em;
	border-left-color: black;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-width: 2px;
	text-align: left;
	background-color: #cccccc;
	color: black;
	font-size: 2em;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#questions ul {
	display: none;
	background-color: white;
	text-align: left;
	list-style-position: inside;
	list-style-type: none;
	color: black;
	line-height: 1.9em;
	font-size: .9em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#questions li a:hover
{
	display: none;
	color: white;
	background-color: #333333;
	margin-bottom: 1em;
}

#navigation {
	display: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 575px;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #7f7f7f;
}

#navigation ul
{
	text-align: center;
	font-size: 1em;
	padding: .3em;
	margin: 0em;
}
#navigation li
{
	padding-bottom: 1px;
	list-style-type: none;
	position: relative;
	color: white;
	display: none;
	list-style: none;
}

#navigation a, #navigation a:visited
{
	padding: .3em;
	border-color: #7f7f7f;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	background-color: #7f7f7f;
	border-style: solid;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active, #navigation a#current:hover
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: black;
	border-style: solid;
	position: relative;
	color: white;
	background-color: #333333;
}

#navigation a#current
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-color: #999999;
	border-left-color: #999999;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #666666;
	color: white;
}

#subnavigation {
	display: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 575px;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-top-width: 2px;
	border-top-color: black;
	border-top-style: dotted;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	font-size: .9em;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #333333;
}

#subnavigation ul
{
	text-align: center;
	font-size: 1em;
	padding: 0em;
	margin: 0em;
}
#subnavigation li
{
	padding-bottom: 1px;
	list-style-type: none;
	position: relative;
	color: white;
	display: none;
	list-style: none;
}

#subnavigation a, #subnavigation a:visited
{
	padding-right: .5em;
	padding-left: .5em;
	margin-bottom: 0px;
	border-color: #333333;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-top-width: 0px;
	background-color: #333333;
	border-style: solid;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

#subnavigation a:hover, #subnavigation a:active, #subnavigation a#current:hover
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-color: #999999;
	border-style: solid;
	position: relative;
	color: black;
	background-color: #7f7f7f;
}

#subnavigation a#current
{
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #666666;
	color: white;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
}

.form
{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 450px;
	background-color: #cccccc;
	border-color: black;
	border-style: solid;
	border-width: 2px;
}

.formheader
{
	border-bottom-color: black;
	border-bottom-width: 2px;
	padding: 0px;
	margin: 0px;
	border-bottom-style: solid;
	background-color: #4c4c4c;
	color: white;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.formbody
{
	padding: 1em;
}

.formfooter
{
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 2px;
	padding: 0px;
	margin: 0px;
	background-color: #e6e6e6;
	color: white;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.formfooter p
{
	text-align: center;
}

.smallprint
{
	word-spacing: normal;
	line-height: 2px;
	font-size: 8px;
}

