/* -------------BASIC------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #000000;
	text-align: center;
	background: #30356d;
}

h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}

a img { 
	border: none;
}

img {
	vertical-align: top;
}


.indent_nopad_purple {
	padding-left: 20px;
	color: #9c78a5;
}




/* ---------------LAYOUT--------------- */

#wholepage {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	background: #ffffff url(../images/background.gif) repeat-y top left;
}

#leftcolumn {
	width: 498px;
	margin: 0;
	padding: 0;
	float: left;
}

#left_row2 {
	background: #ffffff url(../images/background2.gif) repeat-y top left;
}

#sidebar {
	width: 160px;
	height: 459px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/home_sidebar.jpg) no-repeat top left;
}

#left_col2 {
	width: 338px;
	margin: 0;
	padding: 0;
	float: right;
}

#worship {
	width: 338px;
	margin: 0;
	padding: 0;
	background: url(../images/home_services.jpg) no-repeat top left;
}

#rightcolumn {
	width: 452px;
	margin: 0;
	padding: 0;
	float: right;
}

#news {
	width: 452px;
	margin: 0;
	padding: 0;
	background: #ffffff url(../images/home_news.jpg) no-repeat top left;
}

#news_col1 {
	width: 190px;
	margin: 45px 0px 25px 30px;
	float: left;
}

* html #news_col1 {
	display: inline;
}

#news_col2 {
	width: 190px;
	margin: 45px 20px 25px 20px;
	float: right;
}

* html #news_col2 {
	display: inline;
}

.heightfix {
	clear: both;
	height: 1px;
	font-size: 1px;
}

#footer {
	width: 950px;
	margin: 10px auto 0 auto;
	padding: 0;
	color: #7789c2;
	font-size: 85%;
	text-align: center;
}






/* -------------TEXT FORMATTING------------- */

.worshiptop {
	padding: 30px 25px 20px 25px;
	color: #56006e;
	font-size: 110%;
}
.worshiptopindent {
	padding: 0px 25px 5px 15px;
	color: #56006e;
	font-size: 100%;
}

.worshipmid {
/*	padding: 0px 25px 0px 25px;*/
	color: #9c78a5;
	text-align: left;}

.worshipmidindent {
	padding: 0px 25px 0px 25px;
	color: #56006e;
	text-align: left;
}
.worshipmidindentbold {
	padding: 0px 25px 0px 25px;
	color: #56006e;
	text-align: left;
	font-weight: bold;}

.worshipmidindentlg {
	padding: 0px 25px 5px 25px;
	color: #56006e;
	text-align: left;
}

.worshipmiddoubleindent {
	padding: 0px 25px 0px 95px;
	color: #56006e;
	text-align: left;
}

.worshipmidcenter {
	color: #56006e;
	font-size: 110%;
	text-align: center;
	font-weight: bold;
}

.worshipmidleft {
	color: #56006e;
	font-size: 110%;
	text-align: left;
	font-weight: bold;
}

.worshipbottom {
	padding: 0px 25px 0px 25px;
	color: #9c78a5;
	text-align: center;
}

.newstitle {
	color: #272f6a;
	font-size: 110%;
	font-weight: bold;
	padding-top: 15px;
}


.newstitleindent {
	color: #272f6a;
	font-size: 110%;
	padding: 0px 25px 0px 25px;
}

.newstext {
	color: #535a89;
}









/* -------------NAVIGATION------------- */

ul#navbar {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.navtop {
	list-style-type: none;
	font-size: 110%;
	margin: 17px 10px 25px 17px;
}

li.nav {
	list-style-type: none;
	font-size: 110%;
	margin: 14px 10px 0px 17px;
}

li.nav a:link {
	color: #1f2d79;
	text-decoration: none;
}

li.nav a:visited {
	color: #1f2d79;
	text-decoration: none;
}

li.nav a:hover {
	color: #b82525;
	text-decoration: underline;
}

li.nav a:active {
	color: #b82525;
	text-decoration: underline;
}


li.navtop a:link {
	color: #278832;
	text-decoration: none;
}

li.navtop a:visited {
	color: #278832;
	text-decoration: none;
}

li.navtop a:hover {
	color: #b82525;
	text-decoration: underline;
}

li.navtop a:active {
	color: #b82525;
	text-decoration: underline;
}








/* ----------LINKS---------- */


a:link {
	color: #56006e;
}

a:visited {
	color: #9c78a5;
}

a:hover {
	color: #b82525;
}

a:active {
	color: #b82525;
}


div#footer a:link {
	color: #7789c2;
}

div#footer a:visited {
	color: #7789c2;
}

div#footer a:hover {
	color: #b8c3e8;
}

div#footer a:active {
	color: #b8c3e8;
}


