/* InterVarsity Style Sheet */
/* This file contains the default settings for all InterVarsity web sites */

BODY {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, sans serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
}

TD { 
	font-size: 12px; 
	vertical-align: top; 
}

IMG { 
	border: 0px; 
}

H1,H2,H3,H4,H5,H6 {
	line-height: 100%; 
	margin: 1px 0px;  /* top right bottom left */
}


/* links */

A:link { color: #4E6489; }     /* blue */
A:visited { color: #9F9174; }  /* tan */
A:hover { color: #8A2036; }    /* red */
A:active { color: #AB7306; }   /* yellow */



/* Navigation */
       /* 1.7ex; */
.head {
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #AB7306;
}

.sub {
  font-size: 12px;
  margin-left: 5px;
}

.subsub {
  font-size: 12px;
  margin-left: 10px;
}

.head { text-decoration: none; }
.head A:link { text-decoration: none; }
.head A:visited { text-decoration: none; }
.head A:hover { text-decoration: underline; }

.sub { text-decoration: none; color: #000000; }
.sub A:link { text-decoration: none; color: #000000;}
.sub A:visited { text-decoration: none; color: #000000;}
.sub A:hover { text-decoration: underline; color: #000000;}

.subsub { text-decoration: none; }
.subsub A:link { text-decoration: none; }
.subsub A:visited { text-decoration: none; }
.subsub A:hover { text-decoration: underline; }


/* Page elements */

.pgtitle,H1 {
	font-family: "arial narrow";
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 4px;
	color: #AB7306;
	line-height: 98%;
	text-transform: uppercase;


}

.lrghead,H2 {
	font-family: "arial narrow";
	font-size: 15px;
	font-weight: bold;
	color: #AB7306;
	margin-bottom: 5px;
	line-height: 100%;

}

.lrgheadalt {
	font-family: "arial narrow";
	font-size: 15px;
	font-weight: bold;
	color: #4E6489;
	margin-bottom: 5px;
	line-height: 100%;

}

.lrgheadalt .caps {
    text-transform: uppercase;
}

.lrghead .caps {
    text-transform: uppercase;
}

.stdhead,H3 {
  font-weight: bold;
}


.lrghead A:link { text-decoration: none; color: #AB7306;}
.lrghead A:visited { text-decoration: none; color: #AB7306;}
.lrghead A:hover { text-decoration: underline; color: #AB7306;}


/* header box */

TD.ivheader { vertical-align: middle; }

/* Ministry Form */

.ministry SELECT{
  font-size: 10px;
  color: #000000;
  background: #FFFFFF;
}

.ministry INPUT {
  font-size: 10px;
}

.bodytext {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, sans serif;
}

.bodytextSmall {
  font-size: 10px;
  font-family: Arial, Helvetica, Verdana, "sans serif";
}

.calendarText {
	font-size: 9px;
  font-family: Arial, Helvetica, Verdana, "sans serif";
}

/* Forms */
.textbox {
  background-color: #FFFFFF;
  color: black;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, sans serif;
}

.textFocus {
  background-color: #FFFF00;
  color: black;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, sans serif;
}

.textRequired {
  background-color: #DDDDFF;
  color: black;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, sans serif;
}

.button {
  background-color: #EEEEEE;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, sans serif;
}

.dropdown {
  background-color: white;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, sans serif;
}