/***********************************************/
/* XHTML tag styles   by Rev. Clinton Macomber */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: url(../styles/bg_grad.jpg) scroll;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0000FF;
	text-decoration: none;
}
a:visited{
	color: #990033;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 	font: bold 180% Arial,sans-serif;
 	color: #FF0000;
 	margin-top: 24px;
 	padding: 0;
	}

h2{
 	font: bold 114% Arial,sans-serif;
 	color: #FF0000;
 	margin-top: 20px;
 	padding: 0;
	}

h3{
	font: bold 100% Arial,sans-serif;
 	color: #CC0000;
 	margin: 0;
 	padding: 0;
	}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}


/************** Header *************************/
/*---------------------------------------------*/

#masthead{
	position: absolute;
	top: 12px;
	left: 5%;
	right: 5%;
	}
#globalNav{
	position: relative;
	}
#globalNav table {
	width: 100%;
	background-color: #FFFFFF;
	border: outset;
	}
#globalNav td {
	text-align: center;
	}
a.glink, a.glink:visited{
  	font-size: small;
  	color: #FF0000;
	font-weight: bold;
	}
a.glink:hover{
	background-color: #0000FF;
	color:#FFFFFF;
	font-weight: bold;
	}

.skipLinks {display: none;}


/************** pageName styles ****************/

#pageName{
	border-bottom:1px solid #ccd2d2;
	background-color: #0000FF;
	padding-top: 20px;
	}
#pageName p, h1, h2 {
	color: #FFFFFF;
	margin-top: 0;
	text-align: center;
	font-weight: bolder;
	}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position: absolute;
	top: 110px;
	left: 5%;
	right: 5%;
	background-color: #F0F8FF;
	border: 2px solid #0000FF
	}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#pageNav{
	float: right;
	width:178px;
	background-color: #F5f7f7;
	border-left: 2px solid #0000FF;
	margin-left: 9px;
	border-bottom: 2px solid #0000FF;
	font: small Verdana,sans-serif;
	}
#pageNav h2{
	color: #FF0000;
	text-align: center;
	padding-top: 12px;
	}

#content{
	padding: 00px 10px 10px 10px;
	border-right: 1px solid #ccd2d2;
	white-space: normal;
	text-align: justify;
	}

#rightpict {
	float: right;
	visibility: visible;
	right: auto;
	top: 0px;
}
#leftpict {
	float: left;
	visibility: visible;
	left: auto;
}
/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}



/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** siteInfo styles ****************/

#siteInfo {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	}

#siteInfo img {
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	}
	
#siteInfo table {
	width: 100%;
	border: 0;
	background-color: #FF8080;
	}
#siteInfo td {
	width: 33%;
	}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h2, h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: medium;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:   url("..styles/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


.title {
	font-family: "trebuchet bold MS";
}


#content h1, h2, h3, h4 {
	color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	margin-top: 12px;
	text-align: center;
	}

/************   IMGs ******************************/
img {
	border: none;
	}
img.lf {
	float:left}
img.rt {
	float:right;
	}
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
a:hover img {
	border: 3px solid #0000FF;
	}
	
/************ Specific Constitution Adjustments **********/	
/************   Tables      ******************************/
table.constitutionNav {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}
table.constitution {
	border: medium inset #CC0000;
	border-collapse: collapse;
	background-color:#FFF8DC;
	}
td.constitution {
	border: thin solid #FF0000;
	}
th.constitution {
	background-color: #8B0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 9px;
	text-align: center;
	}
	
/******   Navigation   *********************  **/

p.constitution {
	background-color: #FFCC99;
	padding: 10px;
	border: medium groove #CC9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	margin-top: 9px;
	margin-right: 190px;
	margin-bottom: 9px;
	margin-left: 9px;
	}
/********************global Styles******************/

.center {
	text-align: center}
.right {
	text-align:right}
.left {
	text-align:left}

p.cption {
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #0000FF;
	}
p.footnote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-indent: -20px;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	}
p.indent {
	margin-left: 16px;
	margin-right: 16px;
	}
p.scripture {
	color: #CC0000;
	margin-left: 20px;
	margin-right: 20px;
	}