@charset "utf-8";
/* CSS Document */

body {
	font-size: small;
	font-family: Arial, Verdana, sans-serif;
	background-image: url("images/background.jpg");
}

#main, #sidebar, #allcontent {
	background-color: #008080;
}

#allcontent {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 750px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	clear: both;
}

/* To get min hieght to work set height in the IE lame section also */

#main {
	
	color: black;
	background-color: white;
	border-right: solid 10px #008080;
	line-height: 130%;
	min-height: 450px;
	width: 563px;
	padding: 10px;
	float: right;
	margin-left: auto;
	margin-right: auto;
}

/* This is here because IE is a lame browser */

* html #main {
	height:450px;
}

#sidebar {
	width: 157px;
	height: auto;
	padding-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	float: left;
}

#footer {
	height: 91px;
	font-size: 75%;
	clear: both;
	background-image: url("images/background.jpg");
}

.bold {
	
	font-weight: bold;
}

.smallFont {
	
	font-size: 85%;
	line-height: 110%;
}

.center {
	/* Set all elements in the class to be centered */
	text-align: center;
}

.justify {
	/* Set all elements in the class to be justified */
	text-align: justify;
}

.alignLeft {
	/* Set all elements in the class to be aligned left */
	text-align: left;
}

.underline {
	text-decoration: underline;
}

.white {
	color: white;
}

q {
	
	font-style: italic;
}

blockquote {
	font-style: italic;
	font-size: 90%;
}

a img {
	border: none;
}

h1 {
	color: #A04080;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}

a:hover {
	color: red;
}

ul.nobullet {
	list-style: none;
	margin: 0;
}

/* This can be removed when walk a thon is over */

#buffet {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	border: thin solid #008080;
	padding: 5px;
	color: black;
}

/* This is for the scripture verse on the main page */

#verse {
	width: 543px;
	margin-right: auto;
	margin-left: auto;
}

/* This is for the Hotline header only */

#hotline {
	color: red;
	font-weight: bold;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

/* Settings for current events page */

.events {
	border: solid thin #008080;
	color: black;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.form {
	border: thin solid #008080;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.autoreply {
	border: thin solid #008080;
	width: 500px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding-top: 75px;

}

#contrib {
	width: 325px;
	margin-left: auto;
	margin-right: auto;
}	



#staffallcontent {
	width: 428px;
	margin-left: auto;
	margin-right: auto;

}

#staff1 {
	border: solid thin #008080;
	width: 200px;
	height: 380px;
	float: left;
}

#staff2 {
	border: solid thin #008080;
	width: 200px;
	height: 380px;
	margin-left: 20px;
	float: left;
}

#address {
     	width: 500px;
     	margin-left: auto;
     	margin-right: auto;
	vertical-align: top;
	margin-bottom: 10px;

}

td {
	vertical-align: top;
}

.oneLevel {
	margin-left: 0px;
	margin-bottom: 2px;
	list-style-type: none;
}

.twoLevel {
	margin-left: 45px;
	margin-bottom: 2px;
}

.threeLevel {
	margin-left: 75px;
	margin-bottom: 2px;
	list-style-type: circle;
}