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

body {
	background-color:#FFFFFF;
}

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

li {
	list-style-type:square;
}

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

a:visited {
	color:green;
	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:#336633;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding:4px;
	text-transform:capitalize;
}

.memo {
	font-size:10px;
}

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

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

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

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

#container {
	width: 600px;
	background-color:#FFFFFF;
	border:#666666 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:#ffffcc;
}

#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:#FFFFCC;
	padding-top:10px;
	padding-bottom:10px;

}

#preacherbox {
	width:540px;
	margin-left: 30px;
	border-top:#336600 medium inset;
	border-bottom:#336600 medium inset;
	text-align:center;
	line-height: 16px;
	padding:0 0 0 0;	
}

