/*====EARLY CHRISTIAN MIND======================*/


/*====GENERAL===================================*/

body {
	margin : 0;
	border : 0;
	padding : 0;
	text-align : left;
	vertical-align : top;
	background-color : #ffffff;
	color : black;
	font-size : 12;
	font-family : Arial, Helvetica, Sans Serif;
}

p {
	margin : 0;
	border : 0;
	padding : 0;
	color : black;
	font-size : 12;
	font-family : Arial, Helvetica, Sans Serif;
}

h1 {
	margin : 0;
	border : 0;
	padding : 0;
	line-height : 1.2em;
	padding : 0.75em;
	text-align : center;
	vertical-align : middle;
	color : #000000;
	font-size : 24px;
	font-weight : bold;
}

h2 {
	margin-top : 15px;
	margin-bottom : 15px;
	font-size : 16px;
	font-weight : bold;
	color : #000000;
}

em {
	font-style : italic;
	font-weight : normal;
}

strong {
	font-weight : bold;
}

UL {
	list-style: outside;
	margin-top : 1em;
}

UL.compact {
	list-style: inside
}

li {
	margin-bottom : 0.5em;
	font-size: 12;
}

a {
	color : #0033ff;
	text-decoration: underline;
}

a.ol {
	color : #cc3300;
	text-decoration: underline;
}

a.plain {
	color : #000000;
	text-decoration: none;
}

.float_right {
	float : right
}

table.main {
	width : 800px;
}

.single_top {
	margin-top : 1em;
}

td#nav {
	background-color : #009999;
	font-weight : bold;
	color : #ffffff;
	width : 150;
	text-align : left;
	vertical-align : top;
}

h1#nav {
	margin : 25 10 15 10;
	text-align : center;
	background-color : #ffffcc;
	color : #993300;
	font-size : 20;
}

a#main {
	display : block;
	margin : 10 0 0 15;
	color : #ffffff;
	text-decoration: underline;
	font-size : 16;
	font-family : Times New Roman;
}

a#main:hover {
	color : #ffcc00;
}

a#sub {
	display : block;
	margin : 0 0 0 25;
	color : #ffffff;
	text-decoration: none;
	font-size : 16;
	font-family : Times New Roman;
}
a#sub:hover {
	color : #ffcc00;
}

a#top{
	text-align : center;
	margin : 0 0 15 0;
	color : #ffffff;
	text-decoration: none;
}

td#cont {
	padding-left : 10;
}


/*====INDEX===================================*/

p#title {
	display : inline;
	background-color : #006699;
	width : 100%;
	color : #ffffff;
	text-align : center;
	vertical-align : middle;
	font-size : 30;
	font-weight : bold;
	line-height : 2;
}

p#subtitle {
	display : inline;
	margin-top : 5;
	width : 100%;
	line-height : 2;
	color : #006699;
	text-align : center;
	vertical-align : middle;
	font-size : 16px;
	font-weight : bold;
}

p#divider {
	display : inline;
	width : 100%;
	margin-top : 5;
	margin-bottom : 15;
	background-color : #006699;
	color : #ffffff;
	text-align : center;
	vertical-align : middle;
	font-size : 12px;
	font-weight : normal;
	line-height : 2;
}

p#copy_home {
	margin-top : 5em;
	text-align : center;
	color : #006699;
}

/*===WHY======================================*/

table#why {
	width : 100%;
	border : solid 10px #006699;
	border-color : #009999 #006666 #006666 #009999;
	text-align : center;
	vertical-align : middle;
}

img#head {
	width : 100;
	height : 109;
	border : 0;
}

h1#why {
	border : solid 10px #0099cc;
	border-color : #006666 #009999 #009999 #006666;
}

img#cog_scheme {
	float : right;
	border : solid 10px white;
}

p#copy_why {
	margin-top : 5em;
	text-align : center;
	color : #006666;
}

/*===RELIGION==================================*/

h1#religion {
	width : 500;
	border : solid 10 #ffcc33;
	background-color : #ffffcc;
	text-align : center;
	margin-bottom : 2em;
}

p#copy_rel {
	margin-top : 5em;
	text-align : center;
	color : #ff9900;
}


