.frontpage 
{
  background-image: url(images/banner5.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
}





a{color: #44c; text-decoration: none;}

/*a :hover {color: #fff; text-decoration: underline;}
a :visited {color: #800;}*/




body {background-image: url(/images/orange-desat.jpg);}

div#content {background-color: #ffe0ae; padding-top: 180px;
background-image: url(/images/dawn4.png);
  background-repeat: no-repeat;
  background-position: 50% 0%;

}

h1 { color: #541; margin-top: 0px;}

a.scripture  {color: #a00; font-style: italic;}
a:hover.scripture {color: #c22;}
a:visited.scripture {color: #800;}

a.sref  {color: #a00;}
a:hover.sref {color: #c22;}
a:visited.sref {color: #800;}


em {color: #703d00;}

blockquote {background-color: #e85; }

#sidenav {
  Margin 0;
  float: left;
  border: 1px solid black;
  border-top: none;
  border-collapse: collapse;
  background: #bde;
  width: 140px; /*10.2em;*/
}



#sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidenav li {
  text-align: center;
  border-top: 1px solid #000;
  margin: 0;
  padding: 0em;
}

div.inactive {
  padding: .2em 1em;
  margin: 0;
  display: block;
}

#sidenav li.subselect {
  background: #acf;
  color: #fff;
}

#sidenav li.mainselect {
  background: #9be;
  color: #fff;
}

#sidenav li.submenu {
  background: #acf;
}

#sidenav a {
  color: #44c;
/*  text-decoration: none; */
/*  font-weight: bold;*/
  display: block;
  padding: 0.2em 1em;
}

#sidenav a.mainselect {
  color: #00c;
}

#sidenav a.subselect {
  color: #00c;
}

#sidenav a.submenu {
  color: #f00a;
}

#sidenav a:hover {
	background: #8ac;
}

#sidenav a:hover.submenu {
  color: #00c;;
	background: #8ae; /*8ac;*/
}

#sidenav a:hover.mainselect {
  color: #00c;
	background: #9bf; /*8ac;*/
}

#sidenav a:hover.subselect {
  color: #00c;
	background: #aef; /*8ac;*/
}

