/**
*	file:  general.css
*	Styles that apply to all pages 
**/

/**************************/
/*** General Formating ****/
/**************************/
body {
	background-color:#623322;	 /* red color */
	font-family: Verdana,Century Gothic, Tahoma;
	font-size: 12px;
	text-align:center;
	min-width: 760px;
	height: 100%;
}

p, div, td, th {
  font-family: Verdana,Century Gothic, Tahoma;
  font-size: 12px;
  background-color: #FFFDD0; /* cream color */
}

ul {
	list-style-image: url(/images/bullet.gif);
}

li {
	margin-bottom: 10px;
}

a:link {
	text-decoration: underline;
	color: #005074;
}

a:visited {
	text-decoration: underline;
	color: #005074;
}

a:active {
	text-decoration: underline;
	color: #005074;
}

a:hover {
	text-decoration: none;
	color: #985035;
}

/***********************/
/*** Heading styles ****/
/***********************/
h1 {
	font-family: Verdana, Century Gothic, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h2 { 
	font-family: Verdana, Century Gothic, Tahoma, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	color: #985035; /* red color */
}

h3, h4, h5, h6 { 
	font-family: Verdana, Century Gothic, Tahoma, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #222E44; /* blue color */
}

#pagewrapper {
	text-align: left;
	width:760px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	/*border: 1px solid #000000;*/
}

#pageheader {
	width: 100%;
	background-color: #222E44;  /* blue color */
}

#logo {
	margin: 15px 25px 15px 25px;
}

/*#versetext {
	position: relative;
	top: -10px;
	left: -30px;
	background-color: inherit;
	color: #B4B4B4;  
	font-size: 15px;	
	font-weight: normal;
	font-style: italic;
} */

#versetext {
	position: relative;
	
}

#versereference {
	color: inherit;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

#mainnavigation tr td{
	height: 25px;
	text-align: center;
	background-image: url(/images/bar.jpg);
	font-size: 12px;
	font-weight: bold;
  	color: #FFFDD0; /* cream color */
}


.navlink:link { text-decoration: none; color: #FFFDD0;}
.navlink:visited { text-decoration: none; color: #FFFDD0;}
.navlink:active { text-decoration: none; color: #FFFDD0;}
.navlink:hover { text-decoration: none; color: #DFC580;}

.plain:link { text-decoration: none; color: #646464;}
.plain:visited { text-decoration: none; color: #646464;}
.plain:active { text-decoration: none; color: #646464;}
.plain:hover { text-decoration: none; color: #985035;}


#pagebody {
	width: 100%;
	height: 100%;
}

#pagebodyleft {
	width:50%;
	float: left;
	height: 100%;
}

#pagebodyright {
	width:49%;
	float:right;
}

#pagebodyrightcontent {
	margin:10px;
}



#pagefooter {
	width: 100%;
	clear: both;
	background-color: #222E44;  /* blue color */
	color: #B4B4B4;  /* steel blue color */
	font-size: 12px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}


#pagefooter a:link {
	text-decoration: none;
	color: #B4B4B4;
}

#pagefooter a:visited {
	text-decoration: none;
	color: #B4B4B4;
}

#pagefooter a:active {
	text-decoration: none;
	color: #B4B4B4;
}

#pagefooter a:hover {
	text-decoration: underline;
	color: #B4B4B4;
}

.bold { font-weight: bold; }
.italics { font-style: italic; }
.left { text-align: left; }
.justify { text-align: justify; }
.right { text-align: right; }
.center { text-align: center; }

.verses_indented { margin-left:30px; font-style: italic; }
.hr_blue { color:#222E44; }
.gold { text-decoration: none; color: #DFC580; font-weight: bold; }