/* Evangelism website */


/* Navigation */

.head {
  color: #E5A624;
}

.head A:link {
  color: #E5A624;
}

.head A:visited {
  color: #E5A624;
}

.head A:hover {
  color: #E5A624;
}


.sub {
  color: #B04328;
}

.sub A:link {
  color: #B04328;
}

.sub A:visited {
  color: #B04328;
}

.sub A:hover {
  color: #B04328;
}


/* Page elements */

.page_title {
	font-family: "arial narrow";
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #E5A624;
	line-height: 98%;
}

.pgtitle,H1 {
  color: #E5A624;
}

.lrghead,H2 {
  color: #E5A624;
}

.lrghead,H1 A:link {
  color: #E5A624;
}

.stdhead,H3 {
  color: #B04328;
}

.stdhead,H3 A:link {
  color: #B04328;
}

.date {
  font-style: italic;
  color: #B04328;
}

.caps {
  text-transform: uppercase;

}

/* define color for headers that are links
.lrghead,H1, A:link {color: #B04328;}   */


/* Field Sets */

fieldset { padding-left: 10px; padding-bottom: 5px; border: 1px solid #555; }

#regHeadWrapper {
  position: relative;
}

#regHeadImg {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

#regHeadBGSpacer {
  background-color: #fff;
  width: 100%;
  height: 10px;
  text-align: center;
  margin-bottom: 5px;
}

