/* Multiethnic Ministry website*/


/* Navigation */

.head {
  color: #4E6489;
}

.head A:link {
  color: #4E6489;
}

.head A:visited {
  color: #4E6489;
}

.head A:hover {
  color: #4E6489;
}


.sub {
  color: #000;
}

.sub A:link {
  color: #000;
}

.sub A:visited {
  color: #000;
}

.sub A:hover {
  color: #000;
}


/* Page elements */

.formelement {
  color: #4E6489;
}

.pgtitle,H1 {
  color: #000;
}

.lrghead,H2 {
  color: #000;
}

.lrghead,H1 A:link {
  color: #000;
}

.stdhead,H3 {
  color:#000;
}

.stdhead,H3 A:link {
  color:#000;
}

.date {
  font-style: italic;
  color:#4E6489;
}

.caps {
  text-transform: uppercase;
}

.page_title {
	font-family: arial narrow, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #4E6489;
	line-height: 98%;
}

/* Related Content Styles */
.rel_text_dark {
 color: #4E6489;
}

.rel_text_light {
 color: #000;
}

TD.rel_bg_dark {
  background-color: #4E6489;
}

TD.rel_bg_light {
 background-color: #000;
}

/* Field Sets */
fieldset { padding-left: 10px; padding-bottom: 5px; border: 1px solid #555; }

/* Regional Header Attributes */
#regHeadWrapper {
  position: relative;
}

#regHeadImg {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

#regHeadImgBG {
  background-color: #420f18;
  width: 100%;
  height: 40px;
  text-align: center;
}

#regHeadBGSpacer {
  background-color: #fff;
  width: 100%;
  height: 10px;
  text-align: center;
}
