﻿*
{
	margin:0;
	padding:0;
}
html
{
	height:100%;
}
body 
{
	height:100%;
	margin-top:10px;
	background-color:#BEBEBE;
	font-family:Arial, Sans-Serif;
	font-size:10pt;
}
h1
{
	font-size:12pt;
}

#page
{
	text-align:center;
	width:100%;
}

#frame
{
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}

#toplogo
{
	background-image:url("Images/layout.jpg");
	width:277px;
	height:161px;
	border:solid 2px white;
	background-repeat:no-repeat;
}
#toplogo h1
{
	display:none;
	font-size:4pt;
}

#quote
{
	background-image:url("Images/layout-02.jpg");
	background-repeat:no-repeat;
	width:497px;
	height:55px;
	vertical-align:middle;
	padding-top:5px;
	border:solid 2px white;
	text-align:center;
	color:#6f5e5e;
	font-family:Times New Roman, Serif;
	font-size:16pt;
	font-weight:normal;
}
#verses
{
	background-image:url("Images/layout-03.jpg");
	width:497px;
	height:18px;
	text-align:right;
	font-family:Times New Roman, Serif;
	font-style:italic;
	font-weight:bold;
	border:solid 2px white;
	padding-right:5px;
}

#menu
{
	width:497px;
	height:37px;
	background-color:#006666;
	border:solid 2px white;
	vertical-align:middle;
}

.topMenuItem
{
	color:White;
	float:left;
	font-size:12pt;
	font-weight:bold;
	padding:0px 10px;
}
.topMenuItem a
{
	color:White;
}
.topMenuItem a:visited
{
	color:White;
}
.topMenuItem a:hover
{
	color:Red;
}
.subMenuItem
{
	background-color:#006666;
	color:White;
	font-size:11pt;
	height:30px;
	width:150px;
	font-weight:bold;
	display:block;
	line-height:30px;
	text-indent:5px;
}
.subMenuItem a
{
	color:White;
}
.subMenuItem a:visited
{
	color:White;
}
.subMenuItem:hover
{
	background-color:#69696a;
	background-image:url("Images/menubg.jpg");
	background-position:0 -5px;
}

#events
{
	clear:left;
	width:194px;
	background-color:#006666;
	padding:5px;
	text-align:left;
	color:White;
	border:solid 2px white;
	border-top:none;
	font-size:10pt;
}
#events a, a:visited, a:active
{
	font-weight:bold;
	text-decoration:none;
	color:White;
}
#events a:hover
{
	color:Red;
}
#events h1, h2
{
	font-size:10pt;
	font-weight:bold;
}
#events h3
{
	font-size:10pt;
	font-weight:normal;
	font-style:italic;
}

#mainContent
{
	padding:5px;
	padding-left:12px;
	text-align:left;
	vertical-align:top;
	border-right:solid 2px white;
	width:540px;
	font-size:10pt;
}
#mainContent h1
{
	font-size:14pt;
	padding-bottom: 10px;
	color:#004444;
}
#mainContent p
{
	padding-bottom:10px;
}
#mainContent blockquote
{
	display:block;
	padding:0px 50px 0px 50px;
	text-align:center;
	font-style:italic;
}
#mainContent cite
{
	display:block;
	text-align:right;
	padding:0px 50px 0px 50px;
	font-style:italic;
	font-weight:bold;
}

#mainContent ul
{
	margin-left:15px;
}

#mainContent a:link, a:visited, a:active
{
	color:#004444;
	text-decoration:none;
	font-weight:bold;
}
#mainContent a:visited
{
	color:#004444;
}
#mainContent a:hover
{
	color:#006666;
}

#footer
{
	text-align:right;
	height:38px;
	font-size:10pt;
	background-color:#348888;
	vertical-align:middle;
	color:White;
	padding-right:5px;
	border:solid 2px white;
}

#tblAdmin
{
	border:solid 1px black;
	border-collapse:collapse;
	font-size:10pt;
}
#tblAdmin thead
{
	background-color:#777777;
	font-weight:bold;
}
#tableAdmin td
{
	padding:5px;
}

.rowOver
{
	background-color:#cccccc;
}
.eventControl
{
	font-family:Arial, Sans-Serif;
	font-size:8pt;
}