html, body {
	margin: 0px;
	color: #333;
}
body {
	margin: 10px;
	padding: 0;
}
body, h1, h2, h3, td, p, pre, input, textarea {
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	line-height: 1.4em;
}
h1 {
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 10px 0px 0px 0px;
	padding: 0;
	font-size: 8pt;
}
a {
	color: #333;
	cursor: pointer;
}
a:hover {
	color: black;
}

#box {
	padding: 5px;
	width: 800px;
}
#header {
	width: 790px;
	height: 70px;
	background-color: #005521;
	text-align: right;
	border-bottom: 1px solid white;
	padding: 5px;
	padding-bottom: 0px;
	font-size: 8pt;
}
#header img {
	border: 0;
	margin: 0;
	padding: 0;
}
#header a {
	margin: 0;
	padding: 0;
	color: #EFE;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

#menu ul {
	background-image: url(menu-bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px 0px 1px 0px;
	padding: 3px 0px 4px 0px;
	width: 800px;
}
#menu li {
	margin: 0;
	padding: 5px 35px 5px 0px;
	display: inline;
	list-style-type: none;
}
#menu ul a {
	text-decoration: none;
	font-weight: bold;
	color: #EFE;
}
#menu ul a:hover {
	color: #004118;
}

#container {
	width: 800px;
}
#body {
	text-align: left;
	float: right;
	text-align: left;
	width: 610px;
	margin: 0;
	padding: 5px;
}
#inlay {
	background-image: url(inlay-bg.gif);
	background-repeat: repeat-x;
	width: 160px;
	float: left;
	height: 240px;
	text-align: left;
	margin: 0;
	padding: 5px 5px 5px 10px;
}
#inlay h1 {
	color: white;
}
#inlay h3 {
	margin: 0;
	padding: 0;
	color: #555;
}
#inlay p {
	margin: 0;
	padding: 0;
	font-size: 8pt;
	line-height: 15px;
}

table {
	border-collapse: collapse;
	border: none;
}
td.header {
	font-weight: bold;
	text-decoration: underline;
}
tr {
	vertical-align: top;
}
td {
	padding-right: 10px;
}
table.program td {
	font-size: 8pt;
}
table.program a {
	text-decoration: none;
}
table.program a:hover {
	text-decoration: underline;
}

img.kirke {
	border: 1px solid #777;
}
#updated {
	font-size: 7pt;
	line-height: 11px;
	color: gray;
	padding-top: 10px;
}
#footer {
	width: 780px;
	float: right;
	text-align: center;
	margin: 15px 0px 0px 0px;
	padding: 5px 10px 20px 10px;
	border-top: 1px solid #AAA;
	font-size: 7pt;
	color: #AAA;
}
#service {
	margin: 0;
	margin-top: -23px;
	padding: 0;
	width: 800px;
	float: right;
	text-align: right;
	font-size: 7pt;
	color: #BBB;
	text-decoration: none;
}