﻿a {
	font: bold 12pt sans-serif, arial;
	text-decoration: none;
	color= "#9933FF";
}
a.subMenuItem {
	font: bold 10pt sans-serif, arial;
	color= "#8f2beb";
}
a.pageLink {
	font: bold 12pt sans-serif, arial;
	text-decoration: underline;
	color= "#9933FF";
}
a:hover {
	color: skyblue;
}
a:active {
	color: lightgreen;
}
body {
	position: absolute;
	margin: 0;
	padding: 0;
	background-image: url(../images/pageGradient1.jpg);
	background-repeat: repeat-y;
	font: bolder 14pt sans-serif;
	color: purple;
}
p.discussion {
	font: bold 9pt sans-serif;
}
td {
}
.menu {
	width: 760;
	background-color: #fffacd;
	color: purple;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 23;
	position: absolute;
	left: 0;
	z-index: 1;
}
div {
	position: absolute;
}
.navHeader {
	text-align: center;
	margin: 2;
	padding: 2;
	align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 757;
	z-index: 2;
	background-color: #fffacd;
}
.pageContents {
	height: 100%;
	width: 750;
	margin: 10;
	top: 105;
	left: 0;
	position: absolute;
	padding: 7 5 5 5;
}
.tabHolder {
	height: 100%;
	background-image: url(../images/tabsP1.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 749;
	margin: 0;
	top: 0;
	left: 0;
	padding: 7 5 5 5;
}
#tab1 {
	z-index: 4;
	top: 58;
	visibility: hidden;
}
#tab2 {
	z-index: 3;
	top: 58;
	visibility: hidden;
}
#tab3 {
	z-index: 2;
	top: 58;
	visibility: hidden;
}
#tab4 {
	z-index: 1;
	top: 58;
	visibility: hidden;
}
#tab5 {
	z-index: 0;
	top: 58;
	visibility: hidden;
}
.eventBoxHeader {
	position: absolute: top: 0;
	width: 100%;
	align: center;
	font: bold 18pt sans-serif;
	color: purple;
	z-index: 100;
}
#eBH1 {
}
#eBH2 {
}
.menuItem {
	font: bold 9pt times;
	background-color: white;
	border: solid 1 gray;
	color: purple;
	text-align: center;
	width: 107;
	height: 20;
	margin: 0;
	padding: 0;
	align: left;
	position: absolute;
	left: 0;
	top: 75;
	visibility: visible;
}
.subMenu {
	visibility: hidden;
	position: absolute;
	top: 25;
	left: 0;
	background-color: white;
	border: solid 1 gray;
	font: bold 6pt arial;

}
/*#home{left:2;}#connecting{left:125;}#files{left:249;}#calendar{left:373;}#links{left:497;}#contacts{left:619;}*/
#home {
	left: 2;
}
#connecting {
	left: 110;
}
#files {
	left: 218;
}
#calendar {
	left: 326;
}
#links {
	left: 434;
}
#contacts {
	left: 542;
}
#donations {
	left: 650;
}
#obj1 {
	z-index: 0;
}
ul {
	text-align: left;
	padding: 0;
	margin: 0;
}
li {
	margin: 1;
	list-style-type: none;
	width: 115;
	padding-left: 5;
}