/* Graduate & Faculty Ministry website*/


/* Navigation */

.head {
  color: #6E3741;
}

.head A:link {
  color: #6E3741;
}

.head A:visited {
  color: #6E3741;
}

.head A:hover {
  color: #6E3741;
}


.sub {
  color: #D7963E;
}

.sub A:link {
  color: #D7963E;
}

.sub A:visited {
  color: #D7963E;
}

.sub A:hover {
  color: #D7963E;
}


/* Page elements */

.formelement {
  color: #6E3741;
}

.pgtitle,H1 {
  color: #D7963E;
}

.lrghead,H2 {
  color: #D7963E;
}

.lrghead,H1 A:link {
  color: #D7963E;
}

.stdhead,H3 {
  color:#D7963E;
}

.stdhead,H3 A:link {
  color:#D7963E;
}

.date {
  font-style: italic;
  color:#6E3741;
}

.caps {
  text-transform: uppercase;
}

.page_title {
	font-family: "arial narrow";
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #6E3741;
	line-height: 98%;
}


/* Related Content Styles */
.rel_text_dark {
 color: #6E3741;
}

.rel_text_light {
 color: #D7963E;
}

TD.rel_bg_dark {
  background-color: #6E3741;
}

TD.rel_bg_light {
 background-color: #D7963E;
}


/* Field Sets */
fieldset { padding-left: 10px; padding-bottom: 5px; border: 1px solid #555555; }

