body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #227186; /*teal*/;
	color: #000000; /*black*/
}

/* ============ margins auto center the container on the page ==========*/
#container {
	margin: 10px auto 10px auto;
	padding: 30px;
	background-color: #fffded; /*cream*/
	width: 80%;
}
/*=================== styles for top banner ========================*/
.banner {
 background-position: left;
 padding: 10px;
 background-color: #fffded;
 background-image: url("chaudierefalls.gif");
 height: 170px;
 background-repeat: no-repeat;
text-align: right;
font-size: 250%;
font-weight: bold;	
 color: #227186;
}
/*=================== styles for top menu ======================*/
.topmenu {
	background-color: #c8dbe1;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #227186;
	border-bottom: 2px solid #227186;
}
.topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}

/*============== site links==============*/

a:link {
	font-weight: bold;
	color: #004145;
	background: transparent;
	text-decoration: underline;
}
a:visited{
	font-weight: bold;
	color: #446993;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #99cccc;
	color: #000000;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #BFDFE2;
	color: #000000;
}
/*====================== styles for main content area =========================*/
.content {
	margin-left: 240px;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
/*===============indicates border around image ============*/
.content img {
	border: 2px solid #c8dbe1;
	margin: 10px;
}


/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
.leftnav {
	color: #227186;
	font-weight: bold;
	font-size: 120%;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	border: 1px solid #227186;
	float: left;
	background-color: #c8dbe1;
	width: 200px;
}
.leftnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
.leftnav li {
	list-style: none;
	padding: 2px 0;
	font-weight: bold;
	color: #696969;
}
.leftnav ul li {
	text-decoration: none;
	margin-top: 2px;
	color: #227186;
	
}
.leftnav ul ul li {
	padding: 3px 0 3px 5px;
	font-size: 100%;
	font-weight: bold;
	color: #227186;
}
/*=============image table styles=====================*/
.photo {
	table-layout: auto;
	border-collapse: collapse;
	border: 2px ridge #D0C9BC;
	padding: 10px 5px 5px 5px;
	color: #6E6952;
	font-size: 85%;
	padding: 5px;
	width: 90%;
}
.photo td {
	border: 2px ridge #D0C9BC;
	width: 30%;
	padding: 5px;
	vertical-align: top;
	text-align: center;
}


/*============== Styles for footer ===================*/
.footer {
	border-top: 2px solid #227186;
	clear: both;
	padding: 5px;
	background-color: #c8dbe1;
	text-align: center;
}
.footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}



/*================== general styles =================*/
hr {
	width: 50%;
	text-align: center;
	background-color: #c8dbe1;
	height: 5px;
}
/* =================Styles for heading tags =============== */
h1, h2, h3, h4 {
	color: #227186;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
	background: #c8dbe1;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .9em;
}
h4 {
	font-size: .9em;
}
/*================used to center anything==============*/
.center {
	text-align: center;
}
/* ============floats images to right or left ============*/
.imgrgt {
	float: right;
	padding: 7px;
	margin: 10px;
}

.imglft {
	float: left;
	padding: 7px;
}


.smtxt {
	font-size: small;
}