/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: URL(../images/bgimg.JPG);
	background-repeat:repeat-y;
}
#topbanner {
	position: relative;
	margin: 0;
	padding: 10px 0;
	width: 953px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	background-color: #006600;
	text-align: center;
	vertical-align: middle;
	color: #CC9933;
}
#contentwrap {
	position: relative;
	margin: 0;
	padding: 0;
	width: 953px;
}
#nav {
	float: right;
	margin: 0 15px 0 0;
	padding: 0;
	width: 229px;
}
#content {
	position: relative;
	margin: 0;
	padding: 5px;
	width: 690px;
	background-color: #ECE9D8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#subbanner {
	width: 700px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #CC9900;
	background-color: #006600;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	padding: 10px 0;
}
#foot {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #006600;
	margin: 0px;
	padding: 5px 0;
	width: 953px;
	z-index: 2;
}
.floatright {
	float: right;
	margin: 5px 5px 5px 5px;
}
.floatleft {
	float: left;
	margin: 5px 5px 5px 5px;
}
.hiddenlink {
	color:#000000;
	text-decoration:none;
}
.monthlink {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}
.navlink {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
.topbannersubtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: lighter;
	color: #CC9900;
}
.topbannersmalltext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #CC9900;
	font-weight: lighter;
}
.homeheader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	color: #006600; 
	font-weight: bold; 
}
.bigheader {
	color: #006600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.greenday {
	color: #006600;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.whiteday {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.redday {
	color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.lentday {
	color: #990099;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.adventday {
	color: #9900CC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.roseday {
	color: #FF99CC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* Clear Floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
