body {
	background-color: #FFFFFF;
}
#all {
	width:900px;
	z-index:2000;
	overflow:hidden;
}
#header {
	width:900px;
	height:198px;
	z-index:10000;
}
#middle {
	background: URL('images/middle.PNG');
	width:900px;
	position:relative;
}
#middleText {
	width:754px;
	text-align:justify;
	padding:0px 20px 0px 0px;
}
#footer {
	background: URL('images/footer.PNG');
	width:900px;
	height:149px;
	z-index:10000;
}
#image {
	float:left;
	width: 300px;
	margin:0px 20px 0px 0px;
}
#content {
	font: 13px/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
}
#calendarContent {
	text-align:justify;
	position:relative;
	left: 0px;
	font: 13px/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
	width: 565px;
	padding: 10px 0px 250px 0px;
}
#big {
	padding: 20px 0px 0px 0px;
	font-family: Charlemagne Std;
	font-size: 24px;
}
#biglittle {
	padding: 20px 0px 0px 0px;
	font-family: Charlemagne Std;
	font-size: 16px;
}

table {
	border-width:1px;
	border-spacing:5px;
	border-style:outset;
}
td,th {
	padding: 0px 5px 0px 5px;
	text-align:center;
}
ul {
	list-style:none;
	margin:10px 15px;
	padding:0;
	width:300px;
}
ul li {
	margin-bottom:1px;
	border: 0px solid #f2f2f2;
}
ul a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	min-height: 18px;	
}

* html body ul a { height: 18px; }

ul a:hover {
	padding:2px 5px 2px 10px;
	color: #339900;
}
#topBackground {
	height:198px;
	top:0px;
	position:absolute;
	width:100%;
	z-index:0;
}
#bottomBackground {
	height:149px;
	top:-149px;
	position:relative;
	width:100%;
	z-index:0;
}
#footerInfo {
	position:relative;
	top:-70px;
	left:-140px;
	z-index:5;
	font-family: Century Gothic;
	font-size: 7pt;
}
.contactTable {
	background-color:#315a70;
}
.contactTable td {
	text-align:left;
	font-size:12px;
	color:white;
}
#contactUs {
	font-size:12px;
}