body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(images/bgBody.jpg);
}

A:link, A:visited, A:active  {
	text-decoration: underline;
	color: #808081;
}

A:hover {
	text-decoration: underline;
	color: #ebb650;
}

.container{
	text-align: center;
}

/* stuff for front page */
#front {
	display: block;
	background: url(images/frontBody.jpg) center no-repeat;
	position: relative;
	width: 901px;
	height: 593px;
	margin-left: auto;
	margin-right:auto;
	top: 25px;
}

#front .body {
	position: relative;
	top: 245px;
	left: 478px;
	color: #000000;
	width: 390px;
	line-height: 14px;
	text-align: left;
}

.front_links A:link {
	text-decoration: none;
	color: #FFFFFF;
}

.front_links A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.front_links A:active  {
	text-decoration: none;
	color: #FFFFFF;
}
.front_links A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#linktable{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 553px;
	left: 101px;
	color: #FFFFFF;
}


th {
	width: 185px;
	font: 13px "Century Gothic", Verdana,  Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1px;
}

/* stuff for interior pages */

#interior {
	width: 619px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	top: 25px;
}

#interior .header {
	position: relative;
	height: 413px;
	background: url(images/interiorHeader.jpg) center no-repeat;
}

#interior .h1 {
	font: 20px "Century Gothic", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-family: strong;
	color: #ebb650;
	vertical-align: top;
}

#interior .h2 {
	font: 12px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
}

#interior .body {
	position: relative;
	top: 0px;
	background: url(images/interiorBody.jpg) center repeat;
}

#interior .bodytext{
	position: relative;
	top: 0px;
	width: 400px;
	top: 0px;
	left: 126px;
	border-left:thin dotted #ebb650;
	padding-left:20px;
}

#interior .footertext{
	position: relative;
}

.interior_links{
	font: 12px "Century Gothic", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	width: 75px;
	position: absolute;
	top: 0px;
	padding-left:35px;
	color: #000000;
	text-align:right;
}

.interior_links A:link  {
	text-decoration: none;
	color: #4f4f4f
}

.interior_links A:visited {
	text-decoration: none;
	color: #4f4f4f;
}

.interior_links A:active  {
	text-decoration: none;
	color: #4f4f4f;
}

.interior_links A:hover {
	text-decoration: underline;
	color: #ebb650;
}

#interior .footer {
	position: relative;
	height: 46px;
	top: -11px;
	background: url(images/interiorFooter.jpg) center no-repeat;
}

/* for schedule/dates */
.dates dt {
  font-style: italic;
}

.dates dd {
  margin: 0 0 0 105px;
  position: relative;
  top: -1.25em;
}







