html, body {
	padding:0;
	margin:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:21px;
}
h1 {
	font-size:14px;
	border-bottom:solid 1px #34886c;
	color:#34886c;
	padding:0px;
	margin:0px;
}
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
a {
	color:#34886c;
	text-decoration:none;
}
.error {
	padding: 7px;
	border-left: solid 3px #333333;
	background-color:#cccccc;
}
.newsBox {
	width:155px;
	border:solid 1px #338b96;
	margin:0px 0px 20px 0px;
	list-style-type:none;
	float:left;
	height:250px;
}
.newsBoxClearer {
	float:left;
	list-style-type:none;
	margin-left:5px;
}
.newsBoxEndClearer {
	float:left;
	list-style-type:none;
}
.news {
	padding:0px;
	margin:0px;
}
.newsBox p {
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}
.facilityTable td {
	border: solid 0.25px black;
	padding:7px;
}
#page {
	width:790px;
	margin:auto auto auto auto;
	background-color:#66CC99;
	background-image:url("../siteImg/mainBg.jpg");
	background-repeat:repeat-y;
	background-position:center;
	min-height:96%;
}
#header {
	padding:0px 0px 0px 1px;
	margin:0px auto 0px auto;
	width:760px;
	height:160px;
}
#mainContainer { 
	padding:0;
	margin:0px auto 0px auto;
	width:790px;
	min-height:500px;
}
* html #mainContainer {
	height:500px;
}
#leftNav {
	float:left;
	margin:0px 0px 0px 15px;
	border-right: solid 1px #338b96;
	border-left: solid 1px #338b96;
	width:169px;
}
*html #leftNav {
	margin-left: 7px;
}
#content {
	float:left;
	width:505px;
	margin:30px 10px 10px 35px;
	padding:0px;
}
#footer {
	position:relative;
	padding:0;
	margin:0px auto 0px auto;
	width:790px;
	height:28px;
	background-image:url("../siteImg/footerBg.jpg");
	background-repeat:no-repeat;
	bottom:0;
}


/* the menu */

#leftNav ul {
	padding:0;
	margin:0;
	color:#fff;
}
#leftNav ul li {
	list-style-type:none;
	background-color:#4fac88;
	height:25px;
	line-height:25px;
	border-bottom: solid 1px #338b96;
	border-top: solid 1px #338b96;
	background-image:url("../siteImg/linkBg.jpg");
	text-align:right;
	padding:0px 10px 0px 0px;
}
#leftNav ul li a {
	color:#fff;
}

#leftNav ul .child { /* inherits all other link properties from the ul li class */
	background-image:url("../siteImg/childLinkBg.jpg");
	color:#0073b6;
}
#leftNav ul .child a {
	color:#0073b6;
}

/* end the menu */