body,td,th {
	color: #000000;
	/* background-color: #FFFFFF; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h4 {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-weight: bold;
}
#h4 { /* for divs */
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	font-weight: bold;
}
h3 {
	color: #005596;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}
h2 {
	color: #005596;
}
ul {
	margin-top: 1px;
	margin-bottom: 1px;
}
.content_table {
	width: 820px;
}
.style2 {
	font-size: xx-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.top_banner {
	background-color: #FFFFFF;
}
.bottom_banner {
	/* background-image: url('images/footer_bg1.gif'); 
	background-repeat:repeat-x;
	background-position:center */
	background-color: #005596; /* habitat blue */
	font-weight:  bold;
	font-size:  10px;
}
.nav {
	background-color: #005596;
}
.index_button {
	/* background-image: url('images/button.gif'); background-repeat:repeat-x; background-position:center; */
	background-color: #005596;  /* 54ba4b; <-green*/
	font-size:11px; font-weight:bold; font-family: Verdana, Arial, sans-serif;
	color:#FFFFFF;
}
.index_button:hover {
	/* background-image: url('images/button_ovr.gif'); */
	background-color: #2277b8;
	color:#FFFFFF;
	font-size:11px; font-weight:bold;
}
#event-list {
	font-size:11px;
}

/* pushes the page to the full capacity of the viewing area */
html {
	height:100%;
}
body {
	background-color:#DDDDDD;  /* 075E94 - blue */
	margin:0;
	padding:0;
} /* removed: height:100%;  so google map would work */
	/* prepares the background image to full capacity of the viewing area, position was "fixed"*/
#bg {
	position:absolute; 
	top:0; left:0; 
	width:100%; 
	height:100%;
}

/* places the content ontop of the background image */
#content {
	position:relative;
	z-index:1;
}
#normlink {
	text-decoration:none;
	font-style:normal;
	color: #FFFFFF;
}
a:link {
	color: #1166A7;
	text-decoration: none;
	/* font-style: italic; */
}
a:visited {
	color: #1166A7;
	text-decoration: none;
}
a:hover {
	
	text-decoration: underline;
}
a:active {
	color: #DDDDDD;
	text-decoration: none;
}
a {
	
}

/* Begin Images - added for wordpress blog image alignment */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

a img {
	border: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
