body {
	background-color: #FDFDF0; /*White Orchid*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
  font-size:22px;
  color:#838383;
}
h2 {
  font-size:16px;
  color:#838383;
}
/**/
h3 {
  font-size:14px;
  color:#838383;
}
h4 {
  font-size:12px;
  color:#838383;
}
h5 {
  font-size:10px;
  color:#838383;
}
h6 {
  font-size:8px;
  color:#838383;
}

table {
  color: #838383;
  font-size: 12px;
}

a {
  text-decoration:underline;
  color: #838383;
  /*font-size: 11px;*/
  /*font-weight:bold;*/
}

#container
{

  width:805px;
  color: #838383;
  font-size: 12px;
  background: #ffffff;
  border: 1px solid #838383;
  padding: 0px 20px 20px 20px;
  text-align: left;
	margin: auto auto;
}

#header {
  width:805px;
  text-align: left;
  /*
  height:60px;


  background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	*/
}

#footer {
  width:805px;
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
}

#verse_box
{
  text-align: center;
}

#lantern_box
{
  text-align: center;
  display: none;
}

.verse_text
{
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 5px 0px;
  border: 2px solid #838383;
  background-color: #FDFDF0; /*White Orchid*/
  text-align: center;
}

.verse_box_navlinks {
  text-decoration:underline;
  color: #838383;
  font-size: 11px;
}

.verse_bookchapter {
  color: #838383;
  font-size: 12px;
  font-weight:bold;
}

.imabot { display:none; }

.nav_top {
  margin: 0px 0px 0px 0px;
}

/* -------- error display div -------- */
div.error {
  color: #ff0000;
	padding: 10px;
	border: 1px solid #D11010;
	background-color: #f8ebe6;
}
/*
div.error h3 {
	color: #D11010;
	font-weight: bold;
	text-transform: none;
}
*/
/* ---------------------------------------------------------------------------*/
/*
  below here should not be used only add more classes above. everything below
  will be deleted after site is done.
*/