@charset "utf-8";
/* CSS Document */

/* formatting styles */

.img_noborder{
	border:none;
}

img { border: none; } 

h1 { font-size:140%;
	line-height:135%;
	color:#0066CC;
	}
h2 { font-size:120%;
	color:#0066CC;
	}
h3 { font-size:110%;
	color:#0066CC;
	}
h4 { font-size:100%;
	color:#0066CC;
	}

#col2, #col3{
	font-size:88%;
	}

#col2 h1 {
	font-size:120%;
	color:#963433;
	}
#col2 h2 {
	font-size:110%;
	color:#963433;
	}
#col2 h3 {
	font-size:100%;
	color:#963433;
	}
	
/*#col3 p {
	font-size:90%;
	}*/

#col3 h1 {
	font-size:120%;
	color:#963433;
	}
#col3 h2 {
	font-size:110%;
	color:#963433;
	}
#col3 h3 {
	font-size:100%;
	color:#963433;
	}

/*- Menu 12 --------------------------- */
	
#menu12 {
	width: 150px;
	margin: 20px auto 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:87%;
	}

#menu12 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	
#menu12 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
	}	
	
#menu12 li a:link {
	color: #FFF;
	display: block;
	background: url(../images/layout/menu12.gif);
	padding: 10px 0 0 35px;
	}
	
#menu12 li a:visited {
	color: #000;
	display: block;
	background: url(../images/layout/menu12.gif) 0 -64px;
	padding: 10px 0 0 35px;
	}	
	
#menu12 li a:hover {
	color: #000;
	background:url(../images/layout/menu12.gif) 0 -32px;
	padding: 10px 0 0 35px;
	}
	
#menu12 li a:active,
#menu12 li a:active hover {
	color: #963433;
	background:url(../images/layout/menu12.gif) 0 -64px;
	padding: 10px 0 0 35px;
	}
	
/* Miscellaneous Classes */

.color-Red {
	color: #FF0000;
}

.color-Burgandy {
	color:#963433;
}

.color-rightGreen {
	color:#E5EAC4;
}

.color-leftBlue {
	color: #E4E8EF;
}

.color-DarkGreen {
	color: #8D964F;;
}

.dkblue {color:#0066CC;}

.purple {color:#7A3685;}

.center {text-align:center;}

.center-red {
	text-align:center;
	color:#FF0000 !important;
}

.left {text-align:left !important;}

.right {text-align:right !important;}

.small {font-size: small}

.verse {
	margin: 0 5%
}

.verseref {
	font-style: oblique;
}

.versenum {
	vertical-align:super;
	font-size:smaller;
	/*color:#333333;*/
}

.cite {
	text-align:right;
	font-size:small;
	font-style:italic;
}

.floatrt {
	float:right;
	margin-left:8px;
}

.floatlft {
	float:left;
	margin-right:8px;
}

.blackborder {
	border:#963433 medium solid;
}
