/**
 * Minimalist main CSS file
 * @version 1.0.0
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
    font-family:georgia,serif;
    margin-top:auto;
}
h1 {
    font-size:2.5em;
}
h2 {
	font-size:1.9em;
	padding-top: 2px;
	padding-bottom: 2px;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
h5 {
	font-size:1em;
	font-weight: bolder;
	text-align: center;
}
h6 {
    font-size:.8em;
}
body {
	background-color:#FFF;
    color:#000000;
    font:80% Verdana, Arial, sans-serif;
    margin-top:1.2em;
    min-width:600px;
}
.center_image {
	position: absolute;
	left: 150px;
	clear: both;
	overflow: none;
	display: block;
	margin: 5px;
}
p {
	line-height:1.5em;
	margin:1em 0;
	clear: none;
	text-align: justify;
}
ul,
ol,
dl {
    margin-top:1em;
    text-align: left;
}
dt {
    font-size:1.1em;
    font-weight:bold;
}
dd {
    margin:0 2em;
}

#page {
    margin:.5em;
}
#header h1 {
    font-family:Verdana, Arial, sans-serif;
    font-size:3.5em;
    font-variant:small-caps;
    font-weight:bold;
    margin:0 .5em;
}
#sidebar h4 a {
	text-align: center;
}
#header h1,
#header h1 a,
#header h1 a:hover,
#header h1 a:visited {
    background-color:#FFF;
    text-decoration:none;
}
#header img {
	float: right;
	position: relative;
	display: inline;
	vertical-align: top;
	margin: 0 3
.%;
	background-position: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3%;
}
#header h3 {
    font-family:Verdana, Arial, sans-serif;
    font-size:1.5em;
    font-weight:bold;
    margin:.25em 1em 2.5em 1em;
}
#content {
	float: left;
	margin:0 2% 0 1%;
	width:73%;
	text-align: justify;
}
#content h1,
#content h2, {
	text-align: left;
}
#content h3 {
	clear:both;
	text-align: center;
}
#content left {
	text-align: left;
}
#content img {
	float: left;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	white-space: normal;
	visibility: visible;
	text-align: left;
	overflow: auto;
	background-image: url(SpecialWelcome);
	z-index: 1;
	left: 250;
}
#sidebar div h5 {
}
#content ol {
	margin-left:1em;
	padding-left: 5em;
	list-style-type: numeric;
	text-align: left;
}
#content ul {
	margin-left:5em;
	text-align: left;
}
#sidebar p {
    margin:0.2em;
}
#sidebar {
	width:20%;
	text-align: left;
}
#sidebar h1 {
    font-size:1.9em;
}
#sidebar h2 {
	font-size:1.5em;
	padding-top: 10px;
	text-align: left;
}
#sidebar h3 {
    font-size:1.2em;
}
#sidebar h4 {
    font-size:1em;
}
#sidebar h5 {
	font-size:0.8em;
	clear: both;
	text-align: center;
}
#sidebar h6 {
    font-size:5em;
}
#sidebar,
.info_box {
	border:1px dotted #666;
	padding:0.5em;
	margin-top: .5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.info_box {
	float: right;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	margin: 1em;
}
#sidebar ul li {
	list-style-type:none;
}
#sidebar ul li li li {
    padding-left:.8em;
}
#sidebar ul li a {
	display:block;
	padding:0.2em 0.5em .2em;
	text-align: left;
}
#sidebar label {
    display:block;
    float:left;
    height:21px;
    margin-right:10px;
    width:70px;
}
.main_image {
	float: right;
	position: absolute;
	display: inline;
	vertical-align: top;
	margin: 0 4.5%;
	background-position: right;
	padding-top: 5px;
	padding-bottom: 5px;
	right: auto;
}
#pages ul,
#pages ol,
#pages dl {
	margin:0;
}
#pages li a,
.widget_pages li a {
	font-size:1em;
	line-height:1em;
}
#pages li.current_page_item a {
	font-weight:bold;
}
#pages li.current_page_item li a {
	font-weight:normal;
}
#footer {
    clear:both;
    color:#999;
    font-size:.8em;
    padding:1em;
    text-align:center;
}
#footer p {
    margin:0;
}
a,
a:link,
a:visited {
    text-decoration:none;
}
a:hover,
a:active {
    color:#000;
}

blockquote,
code {
    display:block;
    font-style:oblique;
    line-height:20px;
    margin:0 1em;
    padding:0 1em;
}

code {
    white-space:pre;
}
.scripture {
	color:#000066;
	font:bolder normal 90% Verdana, Arial, sans-serif;
	margin:0em;
	padding:.5em 1em;
	text-align: justify;
	display: block;
	background-color: #FFFFFF;
}
.boldlist {
	color:#000000;
	font:bold 90% Verdana, Arial, sans-serif;
	margin:1em 0em 1em 5em;
	padding:0 0em 0 1em;
	text-align: justify;
	background-color: #FFFFFF;
	white-space: nowrap;
	display: inline;
	}
.more {
    display:block;
    font-size:.8em;
    text-align:right;
}

/*********
 * Forms *
 *********/
fieldset {
	color:#777;
	margin-top:15px;
	padding:10px;
}

.message,
fieldset,
input,
button,
fieldset textarea,
fieldset select {
	border:1px solid #CCC;
}

legend {
	font-weight:bold;
	padding:5px 10px;
}

input,
button,
fieldset textarea,
fieldset select {
	color:#777;
	font:90% Verdana;
	padding:4px;
	width:430px;
}

option {
	padding:0 10px 0 5px;
}
fieldset label,
fieldset p.label {
	color:#777;
	text-align:right;
	width:145px;
}
fieldset label {
	float:left;
	margin:5px 0;
	margin-right:10px;
}

fieldset p {
	margin:0;
}
fieldset div {
	margin:5px 0;
	position:relative;
}
fieldset div div {
	margin:0;
}
fieldset p.label {
	left:0;
	position:absolute;
}
.radio {
	margin-left:160px;
}
.radio label,
.radio input {
	background:none;
	border:none;
	display:inline;
	float:none;
	vertical-align:middle;
	width:auto;
}
.radio div {
	clear:none;
	white-space:nowrap;
}
#sidebar form {
    margin:0 0 1em 0;
}

.submit,
#sidebar .submit {
	text-align:right;
}
.submit {
    width:595px;
}
#sidebar .submit {
    width:auto;
}
.submit input,
#sidebar .submit input {
	cursor:pointer;
	padding:0 21px;
	text-transform:lowercase;
	width:auto;
}

#sidebar input {
    width:96%;
}

#sidebar label {
    height:auto;
    margin-bottom:0;
    width:auto;
}
#tablecontainer {

}
#content h3 {
	text-align: center;
}

#WelcomeH3 {
	color: #900;
	text-align: justify;
	padding: 15px;
}
.WelcomeH4 {
	text-align: center;
}
#sidebar div h5 {
	text-align: center;
}
#content ul li h5 {
	text-align: left;
}
