<!-- Master Style Sheet Properties consistent throughout Web Site -->



html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Georgia;
}

p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 50;
  padding: 0;
  
}

blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}

small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

a, a:link, a:visited, a:active, a:hover {
  color: #000000;
  text-decoration: none;
}

img {
  border: none;
  valign: top;
  }

table {
  margin: 0;
  padding: 0;
  
} 

form {
  margin: 0;
  padding: 0;
  display: inline;
}

label {
cursor: pointer;
}

.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }

<!-- End Master Style Sheet Properties consistent throughout Web Site -->

<!-- Used on Ministries Page -->

.border 
	{
	background-color: #F5FAFA;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
	}

.foot_menu 
	{
	font-size: 10pt;
	font-style: normal;
	font-variant: small-caps;
	line-height: 14pt;
	font-weight: normal;
	color: #666666;
	font-family: serif;
	letter-spacing: 0.2ex;
	text-decoration: none;
	}

a.foot_menu:hover 
	{ 
	color: #B7AFA3; text-decoration: none; 
	}

.over-size 
	{
	font-size: 22pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: bold;
	color: #000000;
	font-family: vladimir script;
	letter-spacing: 131;
	text-decoration: none;
	}

.super-size 
	{
	font-size: 15pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: bold;
	color: #000000;
	font-family: Calibri;
	letter-spacing: 131;
	text-decoration: none;
	}



.minheader   
	{
	font-family: serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: 500;
	font-size: 15px;
	line-height: 1em;
	word-spacing: normal;
	letter-spacing: 0.2ex;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	}

.bodytext   
	{
	font-family: Arial, Helvetica, Geneva, Verdana ;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 130%;
	word-spacing: 0.1ex;
	letter-spacing: 0.2ex;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 1ex;
	}

a.bodytext:hover 
	{ 
	color: #B7AFA3; text-decoration: none; 
	}