﻿* {
	padding: 0;
	margin: 0;
}
html, body {
}
body {
	font: 76% arial, sans-serif;
	background-color: #8826BE /* violet */;
}
h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #003399; /* blue */
	font-weight: normal;
	margin-bottom: 20px;
}
h2 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #8826BE; /* violet */
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#container1 {
	position: relative;
	width: 780px; /*height: auto; min-height: 100%;*/;
	margin: 0 auto;
	background-image: url('../images/bg_borders.jpg');
	background-repeat: repeat-y;
	z-index: 1;
}
div#masthead {
	position: relative;
	width: 780px;
	height: 208px;
	z-index: 90;
	background: url("../images/masthead5b.jpg") no-repeat 0% 0px;
}
div#container2 {
	position: relative;
	left: 84px;
	top: 45px;
	width: 620px;
	padding: 0 80px 0 80px;
	margin-left: -80px;
}
div#content {
	position: relative;
	left: 8px;
	top: 0px;
	width: 604px;
	margin: 0px;
}
div.top_nav {
	position: absolute;
	left: 90px;
	top: 213px;
	width: 604px;
	height: 29px;
	background: white;
}
div#footer {
	position: relative; /*float: left;*/;
	width: 780px;
	height: 134px;
	margin-left: -85px;
	z-index: 70;
	background: url("../images/footerb.jpg") no-repeat 0% 0px;
}
img#footer {
	z-index: 1;
}
img#top_nav_horiz_rule_1, img#top_nav_horiz_rule_2 {
	position: absolute;
	left: 0px;
}
img#top_nav_horiz_rule_1 {
	top: 1px;
}
img#top_nav_horiz_rule_2 {
	top: 28px;
}
div.top_nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #8724bf;
	text-decoration: none;
}
div.top_nav a:hover {
	font-style: italic;
}
a#top_nav_home_btn {
	position: absolute;
	top: 5px;
	left: 2px;
}
a#top_nav_why_btn {
	position: absolute;
	top: 5px;
	left: 80px;
}
a#top_nav_hist_btn {
	position: absolute;
	top: 5px;
	right: 295px;
}
a#top_nav_who_btn {
	position: absolute;
	top: 5px;
	left: 341px;
	right: 161px;
}
a#top_nav_events_btn {
	position: absolute;
	top: 4px;
	left: 474px;
}
a#top_nav_links_btn {
	position: absolute;
	top: 4px;
	left: 556px;
}
div.btm_nav {
	position: absolute;
	z-index: 80;
	top: 29px;
	left: 190px;
	width: 389px;
	height: 29px;
}
div.btm_nav a {
	position: absolute;
	font-style: Normal;
	display: block;
	text-align: center;
	width: 100%;
	text-decoration: none;
	color: #000000;
	z-index: 92;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 28px;
	font-family: Arial;
}
div.btm_nav a:hover {
	font-style: italic;
}
a#btm_nav_home_btn {
	top: 0px;
	width: 35px;
	height: 28px;
	left: 2px;
}
a#btm_nav_why_btn {
	top: 0px;
	width: 97px;
	height: 28px;
	left: 48px;
}
a#btm_nav_hist_btn {
	top: 0px;
	width: 45px;
	height: 28px;
	left: 153px;
}
a#btm_nav_who_btn {
	top: 0px;
	width: 75px;
	height: 28px;
	left: 207px;
}
a#btm_nav_events_btn {
	top: 0px;
	width: 45px;
	height: 28px;
	left: 291px;
}
a#btm_nav_links_btn {
	top: 0px;
	width: 45px;
	height: 28px;
	left: 343px;
}
div#btm_nav_vert_bar_1, div#btm_nav_vert_bar_2, div#btm_nav_vert_bar_3, div#btm_nav_vert_bar_4, div#btm_nav_vert_bar_5 {
	position: absolute;
	width: 1px;
	height: 16px;
	background-color: #8F33BF;
}
div#btm_nav_vert_bar_1 {
	top: 6px;
	left: 43px;
	z-index: 91;
}
div#btm_nav_vert_bar_2 {
	top: 6px;
	left: 148px;
}
div#btm_nav_vert_bar_3 {
	top: 6px;
	left: 202px;
}
div#btm_nav_vert_bar_4 {
	top: 6px;
	left: 286px;
}
div#btm_nav_vert_bar_5 {
	top: 6px;
	left: 340px;
}
div#div_copyright {
	position: absolute;
	left: 219px;
	top: 51px;
	z-index: 70;
	width: 349px;
	height: 30px;
}
p#copyright {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 342px;
	font: 11px/28px Arial;
}


