body {
	background: #2b2c2e url(images/patt_6.jpg) top left repeat;
	margin: 0px;
	padding: 0px;
	font-family: 'Times New Roman', Serif;
	font-size: 1.0em;
}

p { text-align: justify; }
h2 {
	text-align: center;
}
h3 { text-align: left; border-bottom: 1px solid gray; }
h4{ text-align: left; margin: 8px 0px 0px 0px; }

.menu {
	width: 90%; 
	margin: 0px auto;
	}
	
.r { text-align: right; }
.c { text-align: center; }
em {
	font-size: 0.9em;
	font-weight: bold;
	}
.sml_txt { font-size: 0.8em; }
#page {
	padding: 0px;
	margin: 0px auto;
	width: 576px;
	background-color: #fff;

}

.header {

	height: 175px;
	padding: 20px 10px 0px 35px;
	margin: 0px;
	border: 2px solid gray;
}
#h1{ background: #fff url(images/banner_bell.jpg) top right no-repeat; }
#h2{ background: #fff url(images/banner_island.jpg) top left no-repeat; }
#h3{ background: #fff url(images/banner_trees.jpg) top left no-repeat; }
	

#menubar {
	width: 100%;
	background-color: green;	
	margin: 0px;
	
}

#menubar a { 
	display: block;  
	float: left; 
	text-align: center; 
	border: 1px solid gray;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	width: 190px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	font-size: 0.82em;
}
#menubar a:hover {
	text-decoration: underline;
}

#m1 { background-color: #01345c; }
#m1:hover, #m1_on {background-color: #1a78c1; }

#m2 { background-color: #8c4e3b; }
#m2:hover, #m2_on { background-color: #b7411d; }

#m3 { background-color: #48803d; }
#m3:hover, #m3_on {background-color: #239d0b; }

#content {
	min-height: 400px;
	padding: 10px;
	margin: 15px 0px 15px 0px;
}
*html #content { height: 400px; }

#slides {
	float:right;
	width: 300px;
	height: 200px;
	margin: 20px 0px 10px 10px; 
	border: 2px solid gray;
}
#slides img { display: none; visibility: hidden; }
#slides #img1 { display: block; visibility: visible; }

#dirs {
	margin-left: 50px;
}

#awards_tbl {
	width: 100%;
	font-size: 0.9em;
}
#awards_tbl td { width: 50%; }
#awards_tbl th { border-bottom: 1px solid gray; }

.footer {
	border-top: 1px solid gray;
	color: #494848;
	width: 100%;
	text-align: center;
	font-size: 0.75em;
	padding: 15px 0px 15px 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	height: 80px;
}


