BODY {
  color: black; background-color:floralwhite;
  background-image:url('images/gridgrey.png'); background-repeat:repeat;
}
P { text-align: left; }
DIV.center {text-align: center; }
DT { font-weight: bold; }
DD { margin-bottom: .5em; margin-left: 3em;}
LI { margin-bottom: .5em; }
/* tables */
TD { padding-left: .5em; }
TR.yellow TD, TD.yellow { background-color: yellow; }
TD.black, TR.black TD { background-color:black; color:yellow; text-align:center}

TEXTAREA { margin-top: 1em; color: black; background-color: #f5f5dc;
         padding-top: .5em; padding-left: .5em;
         padding-right: .3em; padding-bottom: .3em;
}
BODY {
font-family: Helvetica, Arial, sans-serif;
}
div.toc, span.toc, span.small { font-size: smaller;
letter-spacing: 0; word-spacing: 0; line-height:1.2em;
}
div.top p {
	font-size: larger;
	line-height: 1.2;
	list-style-type: none;
}

div.toc u li {
	font-size: smaller;
	line-height: 1.0em;
	list-style-type: none;
}
p.indent { margin-left: 2em;}
P.center { text-align: center; font-style: italic; }
p.note, span.note { font-weight:bold; color:red; }
p.top { font-size: small; color: blue; }
a {
	text-decoration: none;
	color: blue;
}
p.larger {
	font-size: larger;
}
p.headline {
	font-size: 200%;
	text-align: center;
	color: white;
	background-color: blue;
}
/***********************************
 *
 * Page Layout - Basic sections of the page
 *
 **********************************/

#Main {
	padding-left: 15%;
	padding-right: 5%;
}

#beg {
	background-color: navy;
	color: white;
	width: 100%;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-top: .1em;
	padding-bottom: .1em;
	margin-top: 0;
	line-height: .5em;
	/* font-size: large; */
	font-weight: bold;
}
#beg a {
	color: yellow;
}
#beg p {
	text-align: center;
}

p.larger {
	font-size: larger;
}
p.trailer {
	font-size: smaller;
	background-color: black;
	color: white;
	padding-left: 3em;
	margin-left: -18%;
}

p.trailer a {
	color: yellow;
}
p.trailer2 {
	font-size: smaller;
	background-color: black;
	color: white;
	float: left;
	width: 40%;
}

#SMenu {
	top: 6em;
	width: 18%;
	left: 0;
	/***************
	background-color: pink;
	**********/
	position: fixed;
}
#SMenu ul {
	margin: 20px;
	padding: 0;
	list-style-type: none;
}
#SMenu ul li {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 1.0em;
	font-weight: bold;
}
#SMenu ul li a {
	color: blue;
}
div.w3c {
	margin-left: -9%;
}
p.w3c {
	margin-left: 40%;
}

/* home page */
tr.banner {
	background-color: black;
	color: white;
}
tr.banner a {
	color: yellow;
}
td.banner {
	padding-top: .5em;
	padding-bottom: .5em;
	text-align: center;
}
span.larger {
	font-size: large;
}
div.banner p {
	text-align: center;
}

/* scripture styles */
.verse {font: bold 12pt/14pt Helvetica, Arial, sans-serif; color: #ff0000 }
p.verse { margin-top: 6pt; text-indent: -1em; margin-left: 1em;
        margin-bottom: 0pt }
.vnote {font: 10pt/12pt Helvetica, Arial, sans-serif; color: #0000ff }
.wnote {font: 8pt/10pt Helvetica, Arial, sans-serif; color: #000000 }
p.wnote { margin-top: 0pt; margin-left: 1em }
.wcit {font: bold 10pt/12pt Helvetica, Arial, sans-serif; color: #000000 }
.tagnum { font: 8pt/10pt Helvetica, Arial, sans-serif; color: #000000; base: super }

/* parallel scriptures */
.note { font-family: helvetica, arial, sans-serif;
	font-size: 10pt; color: #0000ff; }
.verse {  font: 10pt times-roman, serif;
	text-indent: -10pt; margin: 12pt; margin-top: 0pt }
.book_verse { vertical-align: top; background-color: #80ffff  }
.block_note { background: #e0e0e0 }
.block_table { background: #000000 }
.book_cit { background: #40ffff }
.no_book { background: #000000 }

