@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FF9;
	background-color: #000;
	font-family: "Adobe Garamond Pro";
	font-size: 100%;
	overflow: scroll;
}
.oneColFixCtrHdr #container #mainContent table tr td {
	background-color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FF9;
	text-align: justify;
}
.link_table {
	background-color: #000;
	text-align: center;
	padding: 2px;
	border: thin groove #333;
}
.oneColFixCtrHdr #container {
	width: 790px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #FF9;
	background-color: #000;
	font-family: "Adobe Garamond Pro";
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 0px ridge #000;
	font-size: 24px;
}
.oneColFixCtrHdr #header {
	color: #FF9;
	background-color: #000;
	font-family: "Adobe Garamond Pro";
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #000;
	text-align: center;
	color: #FF9;
	font-family: "Adobe Garamond Pro";
	font-size: x-large;
	float: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent {
	font-family: "Adobe Garamond Pro";
	color: #FF9;
	background-color: #000;
	text-align: center;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding: 0;
	font-size: 24px;
	margin: 0px;
	width: auto;
	top: auto;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #CCC;
	background-color: #000;
}
#logo {
	background-color: #000;
	text-align: left;
	float: left;
}
.logo {
	background-color: #000;
	text-align: center;
	padding: 5px;
	float: none;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Adobe Garamond Pro";
	font-size: small;
	color: #CCC;
	background-color: #000;
	text-align: center;
}
body,td,th {
	font-family: "Adobe Garamond Pro";
	color: #C90;
	background-color: #000;
}
a:link {
	color: #C90;
	background-color: #000;
	text-decoration: none;
}
a:visited {
	color: #FC6;
	background-color: #000;
	text-decoration: none;
}
a:hover {
	color: #F90;
	background-color: #000;
	text-decoration: none;
}
a:active {
	color: #F90;
	background-color: #000;
	text-decoration: none;
	font-size: xx-large;
}
.Heading {
	font-family: "Adobe Garamond Pro";
	font-size: 72px;
	font-style: normal;
	line-height: normal;
	background-color: #000;
	text-align: center;
	color: #C90;
	letter-spacing: .3em;
	font-weight: bolder;
	font-variant: small-caps;
}
#description {
	font-family: "Adobe Garamond Pro";
	font-weight: lighter;
	color: #FF9;
	background-color: #000;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-size: 20px;
}
.schedule {
	font-family: "Adobe Garamond Pro";
	color: #09F;
	text-align: left;
	padding: 5px;
	float: left;
	font-size: small;
	font-weight: bold;
	border: 1px ridge #333;
	top: auto;
}
.description {
	font-family: "Adobe Garamond Pro";
	color: #FF9;
	background-color: #000;
	text-align: center;
	margin: 5px;
	padding: 5px;
}
.ContactForm {
	font-family: "Adobe Garamond Pro";
	text-align: left;
	float: none;
}
#contact {
	text-align: left;
	background-color: #333;
	padding: 10px;
	float: left;
	height: 400px;
	width: 500px;
}
.nav_header {
	font-family: "Adobe Garamond Pro";
	color: #FF9;
	background-color: #000;
	text-align: center;
	padding-top: 20px;
	font-size: x-large;
}
.nav_footer {
	font-family: "Adobe Garamond Pro";
	font-size: large;
	color: #FF9;
	background-color: #000;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 24px;
}

