body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-image: url(images/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td,th {
	font-size: 120%;
}

a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006633;
}
a:visited {
	color: #006633;
}
a:hover {
	color: #009933;
}
a:active {
	color: #006633;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 220%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006633;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}
h2 {
	font-size: 130%;
	font-weight: normal;
	color: #178700;
}

#outta_container {
position: relative;
	width: 100%;
	margin: 0;
	padding-top: 20px;
	text-align:center;
}

#center_container {
	width: 785px;
	background-image:url(images/top.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
	margin-left:auto;
	margin-right: auto;
}

#top {
	width: 700px;
	height: 130px;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
	background-image:url(images/top_right_banner1.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#top a { font-size: 100%; font-weight: bold; }

#main_nav {
	width: 785px;
	text-align: center;
	background-color: #006633;
	height: 2em;
}
#main_nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#main_nav li { float: left; height: 2em; line-height: 2em; text-align: center; width: 85px;}
#main_nav li a {
	color: #fff;
	font-weight: bold;
	padding: 5px;
	height: 2em;
}
#main_nav li a:hover {color: #006633; background-color: #fff; font-weight: bold; }

#main_nav li.extra { width: 180px; height: 2em;}

.img_border {
border: 8px solid #BCD0A7;
margin-bottom: 15px;
}

.img_border_left {
border: 8px solid #BCD0A7;
margin-bottom: 25px;
float: left;
margin-right: 20px;
}

.img_border_right {
border: 8px solid #BCD0A7;
margin-bottom: 25px;
float: right;
margin-left: 20px;
}

#main_content {
	position: relative;
	float: left;
	width: 785px;
background-color: #fff;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}


#left_content_inner {
	float: left;
	width: 710px;
	text-align: left;
	margin-right: 20px;
	padding-left: 20px;
}

#left_content_inner p {
font-size: 110%;
line-height: 150%;
}

#left_content_inner a {
font-size: 110%;
font-weight: bold;
}

#left_content {
	float: left;
	width: 380px;
	text-align: left;
	margin-right: 15px;
	padding-left: 20px;
	position: relative;
}

#left_content p {
font-size: 110%;
line-height: 150%;
}

#left_content a {
font-size: 110%;
font-weight: bold;
}

.big {
font-size: 180%;
font-weight: bold;
}

#bullet_content {
	margin-left: 0;
	height: auto;
	clear: right;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	width: 350px;
}

#bullet_content ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 350px;

}

#bullet_content li {
	float: left;
	width: 150px;
	height: 2em;
	margin: 0;
	font-size: 100%;
	background-image:url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-left: 20px;
}

#facilities {
	width: 500px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#facilities ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 500px;

}

#facilities li {
width: 500px;
height: 2em;
margin: 0;
font-size: 130%;
background-image:url(images/tick.gif);
background-repeat: no-repeat;
background-position: left;
padding-top: 10px;
padding-left: 40px;
}


#bottom {
	width: 785px;
	height: 30px;
	text-align: center;
	background-image:url(images/bottom.gif);
	background-position: center;
	background-repeat: no-repeat;
	clear: both;
	padding-top: 10px;
}
#bottom a { font-size: 100%; font-weight: bold; }


#right_content {
	text-align: center;
	width: 280px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.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 */  

	.clearboth {
	clear:left;
	clearn:right;
	clear:both;
	}
