/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 #CCCCFF

#6699CC

#FFFFFF

#99CCFF
 */
 body	{

	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

 h1	{
	text-align: center;
	font-size: 2em;
	color: black;
	line-height: 200%;
	padding-bottom: 25px;
}

 h2	{
	font-size: 1.5em;
	color: black;
	line-height: 100%;
	padding-bottom: 0px;
}

h2.banner {
	color: white;
}


p	{
	color: black;
	line-height: 150%;
	margin-top: 0;
}
quote	{
	display: block;
	border: 1px solid blue;
	background-color: white;
	text-align: center;
	font-size: 1.2em;
	line-height: 150%;
}

li	{
	line-height: 150%;
}

blockquote.scripture	{
	color: blue;
	display: block;
	border: 1px solid blue; 
/* comments go here */
    background-color: #FFFFCC;
	text-align: center;
	font-size: 1.2em;
	line-height: 150%;
}

blockquote.person	{
	color: red;
	display: block;
/*	border: 3px solid blue; */
	background-color: #FFFFCC;
	text-align: center;
	font-size: 1.2em;
	line-height: 150%;
}


dt	{
	font-style: italic;
	font-weight: bold;
	line-height: 150%;
	}

#banner {
	left: 0;
	top: 0;
	margin-top: 0;
	height: 25px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #3333FF;	
}

#wrapper	{
	position: relative
}

}
#topNav {
	top: 0px;
	left: 0;
	height: 30px;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;	
	font-size: .8em;
}
#leftNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 129px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 495px;
	border-right: 1px dotted grey;
	color: white;
}

#content {
	margin-left: 150px;
	padding-left: 10px;
	padding-right: 10 px;
	padding-bottom: 20px;
	min-height: 500px;

}


#footer {
	text-align: center;
	background-color: #4cFF4c;	
	color: #4c4c4c;

}


#topNav a
	{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 3px solid #333333;
	border-bottom: 1px solid #999999;
	line-height: 30px;
}
#topNav a, #topNav a:visited{
	padding: 0 2px;
	text-decoration: none; 
	background-color: #EFEFDE;
	color: #000000;
	padding-bottom: 3px;
}

#topNav a:hover{
	color: #000000;
	background-color: #FFFFCC;
}

#topNav a.currentpage{
	background-color: #FFFF99;
	color: black;
	cursor: default;
	padding-bottom: 4px;
}

#topNav a.disablelink, #topNav a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

#topNav a.prevnext{
	font-weight: bold;
}

#leftNav a, #midNav a:visited{
	padding: 0 2px;
	text-decoration: none; 
	color: #333333;
}

#leftNav a:hover, #midNav a:active{
	background-color: #CCCCFF;
	color: black;
}

#leftNav a.currentpage{
	background-color: #FFFFCC;
	color: 000000;
	cursor: default;
	font-size: 1.2em;
	padding-right: 20px;
}

#leftNav a.disablelink, #midNav a.disablelink:hover{
	cursor: default;
	color: #929292;
	font-weight: normal !important;
}

#leftNav a.prevnext{
	font-weight: bold;
}