body {
	background-color: #84CE28;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 72px;
}

* :focus { outline: 0; }

#minofd {
	font-weight: bold;
}
.dream {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 46px;
}
#ministry {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 72px;
	margin-left: auto;
	margin-top: 20px;
	width: 95%;
	margin-right: auto;
}
.webdev {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}
enter {
	text-decoration: none;
}
enter {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
}
.thelinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	margin-top: 55px;
	margin-left: 15px;
}

.motto {
	font-weight: bold;
	margin-top: 5px;
	margin-left: 250px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
}

.siteContent {
	width: 95%;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	line-height: 21px;
	text-align: justify;
}


.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 100%;
	font-size:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #84CE28; overflow: hidden;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: none;  /*this is the border. should have the same value for the links */
			margin: auto;
			/*width: 92%;  Also specified in  .stripViewer .panelContainer .panel  below */
			height: 350px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			text-align:justify
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			margin-right:0px;
			position: relative;
			/*width: 1100px;  Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			width:400px;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #000 }
		.stripNav li.tab2 a { background: #000 }
		.stripNav li.tab3 a { background: #000 }
		.stripNav li.tab4 a { background: #000 }
		.stripNav li.tab5 a { background: #000 }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 95px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 104px;
			width: 21px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("/images/arrow-left-faded.png") no-repeat center;
		}
		
		.stripNavL:hover {
			background: url("/images/arrow-left.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("/images/arrow-right-faded.png") no-repeat center;
		}
		.stripNavR:hover {
			background: url("/images/arrow-right.png") no-repeat center;
		}

.inlineImage{
	margin-left:5px;
	margin-right:10px;
	border: solid 1px #333;
}.textContent {
	font-size: 12px;
}
.footer {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding: 5px;
	color: #FFF;
}
.title {
	font-size: 20px;
	font-weight: bold;
}

.inputText{
	padding:5px;
	border:#999 1px solid;
	width:300px;
	font-size:14px;
}

