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


/* BEGIN DEFAULT LAYOUT CSS */
body
{
	text-align: center;
/*	background-color: #fffbc8;*/
	background-color: #237895;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*
	background-image: url('/images/sidebanner3.jpg');
	background-position: right top;
	background-repeat: repeat-y;
	*/
	color: #ebecaa;
}
a
{
/*	color: #3b4175;*/
	color: #99CC66;
}
a:hover
{
	color: #cc0000;
}

#base_table
{
	width: 910px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#banner
{
	background-image: url('/images/banner2.png');
	width: 910px;
	height: 100px;
}
#menu_holder
{
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-align: left;
}
table.menu
{
	font-weight: bold;
	font-size: 1.0em;
	margin-left: 10px;
	margin-right: auto;
}
	.menu td
	{
		margin-left: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.menu a
	{
		color: #99CCFF;
		text-decoration: none;
	}
	.menu a:hover
	{
		color: #CC0000;
	}

td.maintablecell
{
	background-image: url('/images/sidebanner3.jpg');
	background-position: right top;
	background-repeat: repeat-y;
}

td.footer
{
	font-size: 0.7em;
	border-top: 2px solid #000000;
}
	.footer a
	{
		text-decoration: none;
		color: #99CC66;
	}
	.footer a:hover
	{
		color: #CC0000;
	}
/* END DEFAULT LAYOUT CSS */

/* BEGIN MAIN PAGE LAYOUT CSS */
	
	td.news
	{
		width: 30%;
	}
	td.newsblock_title
	{
		font-weight: bold;
		border: 1px solid #000000;
		border-bottom: 0px solid;
	}
	td.newsblock
	{
		border: 1px solid #000000;
		text-align: left;
	}
	
	td.announceblock_title
	{
		font-weight: bold;
		border: 1px solid #000000;
		border-bottom: 0px solid;
	}
	td.announceblock
	{
		border: 1px solid #000000;
		text-align: left;
	}
	
	ul.items
	{
		margin-left: 20px;
		padding-left: 0px;
		padding-right: 15px;
	}
		li.itemlist
		{
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			padding: 0px;
			list-style: none;
			list-style-position: outside;
			padding-bottom: 1px;
			margin: 0px;
		}
			.itemlist a
			{
				text-decoration: none;
			}
			span.item_text
			{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.9em;
				font-weight: bold;
			}
			span.item_footer
			{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.8em;
				font-weight: normal;
			}
			
p.pagetag
{
	font-weight: bold;
/*	color: #333333;*/
	color: #00CCCC;
	font-size: 0.9em;
}

p.title
{
	color: #99CCFF;
	font-size: 14pt;
	font-weight: bold;
	border-top: 2px solid #99CCFF;
	border-bottom: 2px solid #99CCFF;
	padding-bottom: 3px;
	text-align: center;
}

p.subtitle
{
	color: #99CCFF;
	text-decoration: none;
	font-size: 10pt;
	font-style: italic;
	text-align: right;
}
	
/* END MAIN PAGE LAYOUT CSS */

/* BEGIN ADMINISTRATION FORM CSS */

	span.link
	{
		font-weight: bold;
		color: #dddddd;
		text-decoration: underline;
		cursor: pointer;
	}
	
	div.section_header
	{
		/* background-color:#006633; */
		/*background-color:#496CB1;*/
		background-color: #003366;
		width:100%;
		font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
	}
	div.section_content
	{
		/* background-color:#669999; */
		background-color: transparent;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		width:100%;
		text-align: center;
	}

	div.section_footer
	{
		background-color: #000000;
		font-size: 0.6em;
	}


	#form_base table
	{
		background-color: #F9FbFD;
		color: #000000;
		width: 100%;
		border: 1px solid #D7E5F2;
		border-collapse: collapse;
	}
	#form_base td
	{
		border: 1px solid #D7E5F2;
		padding-left: 4px;
	}
		.usercell
		{
			font: 0.9em Tahoma, Arial, Times New Roman;
			color: #3670A7;
			background-color: transparent;
			/*width: 150px;*/
			text-align:left;
			vertical-align: top;
		}
		.userwarning
		{
			font: 0.9em Tahoma, Arial, Times New Roman;
			color: #773333;
			background-color: transparent;
			/*width: 150px;*/
			text-align: left;
			vertical-align: top;
		}
		.userfield
		{
			background-color: #F2F7FB;
			color: #000000;
			text-align: right;
			margin-right: 0px;
			padding-right: 0px;
			font: 0.8em Tahoma, Arial, Times New Roman;
		}
		.userfield input
		{
			width: 200px;
			font: 0.9em Tahoma, Arial, Times New Roman;
			background-color: #D7E5F2;
			color: #102132;
			border: 1px solid #284279;
			margin-right: 0px;
		}
		.userfield textarea
		{
			width: 200px;
			font: 0.9em Tahoma, Arial, Times New Roman;
			background-color: #D7E5F2;
			color: #102132;
			border: 1px solid #284279;
			margin-right: 0px;
		}
		.userfield select
		{
			width: 80px;
			font: 0.9em Tahoma, Arial, Times New Roman;
			background-color: #D7E5F2;
			color: #102132;
			border: 1px solid #284279;
			margin-right: 0px;
		}
		.userbutton
		{
			font: 0.9em Tahoma, Arial, Times New Roman;
			background-color: #D7E5F2;
			color: #102132;
			margin-left: 12px;
			margin-top: 3px;
			margin-bottom: 2px;
			width: 50px;
		}
/* END ADMINISTRATION FORM CSS */

/* SEARCH SERMONS FORM CSS */

div.searchhide
{
	visibility: hidden;
	display: none;
}

div.searchshow
{
	visibility: visible;
	display: block;
}

/* END SEARCH SERMONS FORM CSS */