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

body {
	background-color:#FFFFFF;
}

h4, p {
	padding-left:10px;
	padding-right:10px;
}

p, li  {
	font-family: Verdana, Tahoma, "Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	color:#000000;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;	
	font-weight:bold;
}	

li {
	list-style-type:square;
}

a:link {
	color:#C33;
	font-weight:bold;
	text-decoration:underline;
}

a:visited {
	color:C33;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color:silver;
	text-decoration:underline;
}

.special {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
}

.headline {
	background-color:#C33;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:4px;
	text-transform:capitalize;
}

.memo {
	font-size:10px;
}

.title {
	font-weight:bold;
	color:#C33;
}

.leftimg {
	float:left;
	padding-right:10px;
}

.rightimg {
	margin-left: 10px;
	float: right;
}

#header {
	width:600px;
	border:#000 thin solid;
}

#container {
	width: 600px;
	background-color:#FFF;
	border:#000 thin solid;
}

td #top {
	width:300px;
	height:auto;
	padding:6px;
	float:right;
	background-color:#E0E0E0;
}

td #bottom {
	width:300px;
	height:auto;
	padding:6px;
	float:right;
	background-color:#FFC;
}

#preacher {
	width:540px;
	margin-left:30px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:18px;
}

#webresources {
	background-color:#E0E0E0;
	border-bottom:#000000 1 px dotted;
}

#event {
	background-color:#FFC;
	padding-top:10px;
	padding-bottom:10px;

}



