/* ---------------------------------------------------------------------------------------------- */
html {
    height: 100.1%;
}
body {
    margin: 12px;
    background-color: #E9E9E9;
}
body, p, td, input, select, textarea {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    color: #333333;
}
body, p, td {
    line-height: 16px;
}
h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-family: georgia, verdana, arial, sans-serif;
    font-size: 13px;
    color: #333333;
}
a {
    color: #0000CC;
}
a:visited {
    color: #000066;
}
/* ---------------------------------------------------------------------------------------------- */
h1 a, h1 a:visited {
    text-decoration: none;
    color: #333333;
}
h1 a:hover {
    text-decoration: underline;
    color: #0000CC;
}
/* ---------------------------------------------------------------------------------------------- */
.focus_title {
    font-size: 16px;
    color: #535353;
    text-transform: uppercase;
}
.focus_title_center {
    font-size: 16px;
    color: #535353;
    text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
.focus_text {
    color: #535353;
    font-weight: bold;
}
.focus_italics {
    color: #535353;
    font-weight: bold;
	font-style: italic;
}
/* ---------------------------------------------------------------------------------------------- */
.blurb_title {
    
}
.blurb_text {
    
}
/* ---------------------------------------------------------------------------------------------- */
.text_text {
    line-height: 16px;
}
.text_required {
	font-size: 9px;
	font-style: italic;
}
.text_required_green {
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #1F58A8;
}
.text_left_col {
	width: 35%;
}
.text_right_col {
	width: 65%;
}
.text_right_align {
	text-align: right;
}	
/* ---------------------------------------------------------------------------------------------- */
.copy {
    color: #cccccc;
}
.copy a {
    text-decoration: none;
    color: #cccccc;
}
.copy a:hover {
    text-decoration: none;
    color: #ffff00;
}
/* ---------------------------------------------------------------------------------------------- */
.confirmation
{
	font-weight : bold ;
	color : #009900 ;
	margin-bottom : 25px ;
}
.error
{
	font-weight : bold ;
	color : #990000 ;
	margin-bottom : 25px ;
}
/* ---------------------------------------------------------------------------------------------- */
.passage {
    margin-left: 15px;
}
.passage, .passage a {
    color: #999999;
    text-decoration: none;
}
.passage a:hover {
    color: #0000CC;
    text-decoration: underline;
}

a.passage_body {
    color: #999999;
    text-decoration: none;
}
a.passage_body:hover {
    color: #0000CC;
    text-decoration: underline;
}

/* ---------------------------------------------------------------------------------------------- */
.subnav, .subnav:visited {
	font-size: 9px;
    display: block;
    margin: 0 10px 0 10px;
    padding: 4px 0 4px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    color: #565640;
    line-height: 1.2em;
}
.subnav:hover {
    color: #565640;
    background-color: #B4B487;
}
.nav, .nav:visited {
    display: block;
    margin: 0 10px 0 10px;
    padding: 4px 2px 4px 2px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    color: #565640;
    font-weight: bold;
}
.nav:hover {
    color: #565640;
    background-color: #B4B487;
}
.page-title {
    padding: 0 0 0 20px;
    background-image: url('images/page-title-bg.gif'); 
    height: 39px;
    font-family: georgia, verdana, arial, sans-serif;
    font-size: 13px;
    color: #333333;
    font-weight: bold;    
}

.name {
    padding: 20px 0 10px 0;
    background-image: url('images/middle-top.gif'); 
    background-repeat: repeat-x;
    background-color: #777759;
    font-family: georgia, verdana, arial, sans-serif;
    font-size: 13px;
    color: #EAE0B2;
    font-weight: bold;
    letter-spacing: 1px;
}

.gospel-halls {
    padding: 10px 0 0 20px;
    font-family: georgia, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #333333;
}


