html,body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bodyBG.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
.clearbox {
	clear: both;
}
hr {
	width: 90%;
	height: 1px;
	color: #CCC;
	margin: 5px 0px 5px 0px;
}
#container {
	width: 780px;
	padding: 1px;
	margin: 10px auto;
	
	border: 1px solid #CCC;
	
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	#header {
		background: #336699;
		
		border-left: 3px solid #6699CC;
		border-right: 3px solid #6699CC;
		
		padding: 20px;
		margin: 0px 0px 1px 0px;
		
		background-image: url(images/blueBG.jpg);
		background-repeat: repeat-x;
		background-position: bottom left;
	}
		#mainTitle {
			color: #FFF;
			float: left;
			text-align: left;
			font-family: Arial, Helvetica, sans-serif;
			margin: 0px;
			padding: 0px;
		}
			#mainTitle h2 {
				margin: 0px;
				padding: 0px;
				font-size: 18px;
				font-weight: bold;
			}
			#mainTitle h3 {
				margin: 0px;
				padding: 0px;
				font-size: 14px;
				font-weight: normal;
			}
		#subTitle {
			color: #3399FF;
			float: right;
			text-align: right;
			margin: 0px;
			padding: 0px;
		}
			#subTitle h2 {
				margin: 0px;
				padding: 0px;
				font-size: 18px;
				font-weight: bold;
				font-style: italic;
			}
			#subTitle h3 {
				margin: 0px;
				padding: 0px;
				font-size: 14px;
				font-weight: normal;
			}
	#contentBox {
		float: right;
		width: 600px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 0px 1px 0px 0px;
		padding: 0px;
	}
		ul.hNav {
			background: #FF9933;
			padding: 10px;
			margin: 0px;
			border-left: 3px solid #FFCC66;
			border-right: 3px solid #FFCC66;
			list-style: none;
			text-align: right;
			background-image: url(images/orangeBG.jpg);
			background-repeat: repeat-x;
			background-position: top left;
		}
		li.hNav {
			display: inline;
			margin: 0px 0px 0px 10px;
			padding: 0px;
		}
			a.hNavLink:link, a.hNavLink:visited, a.hNavLink:active {
				text-decoration: none;
				font-weight: bold;
				color: #993300;
				margin: 0px;
				padding: 0px;
			}
			a.hNavLink:hover {
				text-decoration: none;
				font-weight: bold;
				color: #003366;
				margin: 0px;
				padding: 0px;
			}
	#vNavigation {
		width: 179px;
		float: left;
		margin: 0px;
		padding: 0px;
	}
		h3.vnav {
			font-size: 12px;
			font-weight: bold;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			
			color: #336699;
			
			margin: 10px 15px 10px 15px;
			padding: 0px;
		}
		ul.vnav {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
			li.vnav {
				margin: 4px 0px 0px 20px;
				padding: 0px;
				font-size: 11px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
			}
			
			a.vnav:link, a.vnav:visited, a.vnav:active {
				text-decoration: none;
				color: #CC6600;
				margin: 0px;
				padding: 0px;
			}
			a.vnav:hover {
				text-decoration: underline;
				color: #003366;
				margin: 0px;
				padding: 0px;
			}
	#rightBar {
		float: right;
		width: 200px;
		padding-right: 5px;
		padding-left: 8px;
		padding-bottom: 8px;
		padding-top: 6px;
		border-right: 0px solid #CCC;
		background: #f1f1f1;
		border-left: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		margin-top: 1px;
	}
		#bigCal {
			width: 575px;
			font-size: 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			border: 1px solid #CCC;
			border-right: 3px solid #999;
			border-bottom: 3px solid #999;
			background: #fff;
			border-collapse: collapse;
			margin: 13px 10px 10px 10px;
		}
			#bigCal td {
				border: 1px solid #CCC;
				vertical-align: top;
				color: #666;
				font-size: 9px;
			}
			#bigCal .eventsTD {
				width: 82px;
				height: 82px;
				background-image: url(images/oddDayBG.jpg);
				background-repeat: no-repeat;
				background-position: bottom left;
				color: #FF3300;
			}
			#bigCal .eventsTD:hover {
				background: #FFF;
				cursor: pointer;
			}
				.tinyNum {
					float: left;
					padding: 5px;
					margin: -2px 2px 2px -2px;
					border-right: 1px solid #CCC;
					border-bottom: 1px solid #CCC;
					font-size: 9px;
					background: #336699;
					color: #fff;
				}
				.tinyNumToday {
					float: left;
					padding: 5px;
					margin: -2px 2px 2px -2px;
					border-right: 1px solid #CCC;
					border-bottom: 1px solid #CCC;
					font-size: 9px;
					background: #990000;
					color: #fff;
				}
		#eventsCal {
			width: 200px;
			font-size: 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			border-right: 3px solid #999;
			border-left: 0px solid #f1f1f1;
			border-bottom: 3px solid #999;
			background: #FFF;
			border-collapse: collapse;
			margin-top: 3px;
			margin-bottom: 5px;
		}
			.calttl {
				font-weight: bold;
				text-align: center;
				color: #003366;
			}
			#eventsCal td {
				text-align: center;
				border: 1px solid #CCC;
			}
			td.eventsTD:hover {
				background: #CCC;
				cursor: pointer;
			}
			.Xtoday { /*Today is disabled becauze*/
				background-color: #336699;
				text-decoration: underline;
				color: #fff;
			}
				a.eventsTTL:link, a.eventsTTL:active, a.eventsTTL:visited {
					text-decoration: none;
					color: #FF3300;
				}
				a.eventsTTL:hover {
					text-decoration: none;
				}
				
				a.events:link, a.events:active, a.events:visited {
					text-decoration: none;
				}
				a.events:hover {
					text-decoration: underline;
				}
			p.bibleQuestion {
				margin: 0px;
				padding: 0px;
				color: #000;
				line-height: 150%;
				font-size: 9px;
			}
			a.bibleQuestionAnswer:link, a.bibleQuestionAnswer:visited, a.bibleQuestionAnswer:active {
				text-decoration: none;
				color: #FF6600;
				float: right;
				background: #fff;
				border-left: 1px solid #CCC;
				border-right: 1px solid #CCC;
				border-bottom: 1px solid #CCC;
				padding: 0px 5px 5px 5px;
				position: relative;
				top: -5px;
				left: 6px;
			}
			a.bibleQuestionAnswer:hover {
				text-decoration: underline;
				color: #003366;
				float: right;
			}
	#news {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 150%;
		color: #333;
		width: 360px;
		margin-left: 10px;
		padding-top: 5px;
		float: left;
	}
		.newsTitle {
			font-size: 14px;
			font-weight: bold;
			color: #336699;
			margin: 0px 0px 5px 0px;
			text-align: left;
			padding: 0px;
		}
		.newsDate {
			font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #000;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
	.questionsTitle {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #003366;
		margin: 10px 0px -5px 0px;
		padding: 0px;
	}
	#newslettersTable {
		border-collapse: collapse;
		border: 1px solid #CCC;
		margin: 10px;
		width: 570px;
	}
		#newslettersTable td {
			padding: 3px 5px 3px 5px;
			border: 1px solid #CCC;
			font-family: verdana;
			font-size: 11px;
		}
			a.nltr:link, a.nltr:visited, a.nltr:active {
				text-decoration: none;
				border-bottom: 0px dotted #666;
				color: #0066CC;
			}
			a.nltr:hover {
				border-bottom: 1px dotted #666;
				color: #FF3300;
			}
	#sermonsSpec {
		width: 570px;
		margin: 20px 10px 0px 10px;
		border-collapse: collapse;
		border-width: 1px;
		border-style: solid;
		border-color: #ccc;
		background: #f1f1f1;
	}
		#sermonsSpec td {
			padding: 5px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			vertical-align: top;
		}
	#sermonsTable {
		width: 570px;
		margin: 20px 10px 10px 10px;
		border-collapse: collapse;
		border-width: 1px;
		border-style: solid;
		border-color: #CCC;
	}
		#sermonsTable td {
			padding: 5px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
		.tblTitle {
			font-weight: bold;
			text-align: center;
		}