body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	height: 100%;
}
.head {
	position: relative;
	background-image: url(/graphics/header.jpg);
	width: 700px;
	height: 189px;
	text-align: center;
	margin: auto;
	margin-bottom:40px;
	color:#000000;
}

a:link {
	color:97A902;
	text-decoration:none;
}
a:hover {
	color:E3DE4F;
	test-decoration:none;
}
a:visited {
	color:97A902;
	test-decoration:none;
}
a:active {
	color:97A902;
	test-decoration:none;
}
.nav-bar ul {
	width: 80%;
	top: 157px;
	list-style-type: none;
	padding:0;
	white-space:nowrap;
	height: .2em;
	position: relative;
	margin: auto auto auto auto;
}
.nav-bar li {
	list-style-type: none;
	display: inline;
	padding-top: 0;
	padding-right: 4em;
	padding-bottom: 0;
	padding-left: 0;
}
.nav-bar a {
	color:666666 !important;
	text-decoration:none;
	font-size:22px;
}
.nav-bar a:hover {
	color:CCCCCC;
	text-decoration:none;
}
.dyn-head {
	text-align:right;
	position: absolute;
	top: 3px;
	right: 10px;
}
.content {
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	background-color:000000;
	color: #C6C255;
	width: 60%;
}
.content h1 {
	color:FFFFFF;
	font-size: 14px;
}

.content-head {
	font-size: 15px;
	text-align: left;
	position: inherit;
	vertical-align:top;
}

.content .contact {
	margin-left: 0px;
	margin-right:auto;
	text-align:left;
}

.content .contact ul {
	margin-left: 0px;
	margin-right:auto;
	text-align:left;
	list-style-type: none;
}
.content .contact .position {
	font-style: italic;	
}

.content .calendar {
	width:95%;
	color:C6C255;
}
.content .calendar .cal-head {
	text-align:center;
	width:100%;
	color: ffffff;
	font-weight: bolder;
}
.content .calendar .col1 {
	text-align:left;
}

.content .calendar .col2 {
	text-align:center;
}

.content .calendar .col3 {
	text-align:center;
}
.content .calendar .col4 {
	text-align:right;
}

.content .calendar .cal-row1 {
	width:100%;
	color:C6C255;
}
.content .calendar .cal-row2 {
	width:100%;
	color:C6C255;
}
.footer {
	width: 60%;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: auto;
	margin-top: auto;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.footer ul {
	list-style-type: none;
	white-space:nowrap;
	height: .5em;
}
.footer li{
	list-style-type: none;
	display: inline;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 15px;
}
.footer a {
	color:666666 !important;
	text-decoration:none;
}
.footer a:hover{
	color:CCCCCC;
	text-decoration:none;
}
.copyright {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:FFFFFF;
}
