/*** USED ON ALL PAGES ***/
a.visited {color:#99C027;}
a.active {color:#99C027;}
a.link {color:#99C027;}

body {
	margin:0px;
	padding:0px;
	font-family:Arial,sans-serif;
	font-size:12px;
	background: #ffffff url('/images/Image/bg_x.jpg') repeat-x;
	background-color:D4DABE;
	
}

#container {
	width:960px;
	padding:0px;
}

#header {
	height:187px;
	width:960px;
}

#menu {
	height:45px;
	width:960px;
	font-size:16px;
	background: url('/images/Image/navbg.jpg') no-repeat;
	padding-left:25px;
}

#footer {
	padding-top:20px;
	padding-bottom:20px;
}

/*** USED ON HOME PAGE ***/
#main {
	height:395px;
	width:646px;
}

#link1 {
	height:102px;
	width:314px;
	overflow:hidden;
}

#link2 {
	height:96px;
	width:314px;
	overflow:hidden;
}

#link3 {
	height:98px;
	width:314px;
	overflow:hidden;
}

#link4 {
	height:99px;
	width:314px;
	overflow:hidden;
}

#home-footer {
	height:76px;
	width:960px;
	background: url('/images/Image/footer.jpg') no-repeat;
}

/*** USED ON INSIDE PAGES ***/
#content-bg-repeat {
	background: url('/images/Image/content-bg-repeat.png') repeat-y;
}

#content-bg {
	background: url('/images/Image/content-bg.png') no-repeat;
	height:376px;
	width:960px;
}

#content {

}

#content-pad {
	padding:25px;
	color:white;
}

#content-footer {
	background: url('/images/Image/content-footer.png') no-repeat;
	height:86px;
	width:960px;
}

/*** USED ON MINISTRY PAGES ***/
#ministry-events li {
	list-style:none;
}
#body{
background: url('/images/Image/background.jpg') no-repeat;
background-position: top center;

}
.ministryColor{	
	color:#ffffff;
}
.ministryDateColor{	
	color:#ffffff;
}
.eventsColor{	
	color:#ffffff;
}
.eventsColor a{	
	color:#99C027;
}
.newsColor{	
	color:#ffffff;
}
