
/*
	Global BODY styles (text and other content oreinted styles)
*/
body {
	background-color: #333333;
}
.container {
    width: 960px;
    border: 2px solid #170703;
    background-color: #FFFFFF;
}


.body_container {
    padding: 10px;
    text-align: left;
    background-color: #FFFFFF;
	/*background-image: url(/images/includes/cross_stainedglass.jpg);
	background-attachment: fixed
	background-repeat: no-repeat;
	background-position: right bottom;*/
}

a {
	text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

.cell_divider{
    border-top: 1px solid #b1b1b1;
    width: 80%;
}

.link {
    color: #000000;
	text-decoration: none;
    border: none;
}

.text_title{
  	font-family: "Bookman Old Style", Courier;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.text_subtitle{
    font-family: "Bookman Old Style", Courier;
    color: #000000;
	font-size: 18px;
    font-style: italic;
}


.text_content{
	font-family: "Bookman Old Style", Courier;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}

.scripture{
    font-style: italic;
    font-family: "Bookman Old Style", Courier;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.scripture_link {
	font-family: "Bookman Old Style", Courier;
	font-size: 12px;
	color: #ff0000;
}

.text_quote{
	font-family: "Bookman Old Style", Courier;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
    text-align: justify;
    font-style: italic;
}

/*
	Global Footer styles (bottom of every page)
*/
.footer {
	width: 960px;
    border-top: 2px solid #A8A39D;
	background-color: #170703;
	font-family: "Bookman Old Style", arial, Courier;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.footer td {
	padding: 3px;
	text-decoration:none;
    border: 1px solid #A8A39D;
    border-top: 0px;
    border-bottom: 0px;
}

.footer_copyright{
	width: 234px;
    border-left: 0px;
}

.footer_street{
	width: 200px;
}

.footer_city{
	width: 190px;
}

.footer_phone{
	width: 130px;
}

.footer_email {
	width: 204px;
}

