.body {
	background-color: #0D4371;
	margin: 0px;
}
.header_container {
	height: 621px;
}
.input_border {
	border-width:3px;
	border-top-color: #449E92;
	border-right-color: #449E92;
	border-bottom-color: #449E92;
	border-left-color: #449E92;
	/*border-bottom-color:#80FF00; border-right-color:#00CCCC; border-top-color:#009900; border-left-color:#006600;*/
}
.horiz_nav_container {
	text-align: center;
	background-color: #07678F;
	color: #07678F;
}
.horiz_nav {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 40px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}
.horiz_nav:hover {
	color: #8FC3BF;
}
.content_container {
	height: 500px;
	background-image: url(slices/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #07678F;
	font-style: italic;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
	margin: 0px;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #07678F;
	font-style: italic;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #000000;
	margin: 0px;
}
.middle_column {
	padding-right: 30px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 554px;
}
.events_container {
	background-image: url(slices/events_bg.jpg);
	height: 313px;
	background-repeat: no-repeat;
}
.link_color {
	color: #07678F;
	text-decoration: none;
}
.link_color:hover {
	text-decoration: underline;
}
.regtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bottom_nav_container {
	text-align: center;
	height: 52px;
	color: #FFFFFF;
}
.bottom_nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #07678F;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
.bottom_nav:hover {
	text-decoration:underline;
}
.footer_container {
	text-align: center;
	height: 119px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1A8AE6;
}
.member_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
}
.member_table a {
	font-size:10px;
	color: #07678F;
	text-decoration: none;
}
.member_table a:hover {
	text-decoration:underline;
}
.historic_building {
	position:absolute;
	left:0px;
	right:0px;
	display:none;
	z-index:1;
	text-align:center;
}
hr {
	color:#0099FF;
	height:1px;
	border-top:#FFFFFF;
	border-bottom:#07678F;
	border-bottom-style:solid;
	border-bottom-width:thin;
}