.contBg {
	background-attachment: fixed;
	background-image: url(../img/infobg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
    scrollbar-face-color: #A0885A;
    scrollbar-highlight-color: #A0885A;
    scrollbar-3dlight-color: #A0885A;
    scrollbar-darkshadow-color: #A0885A;
    scrollbar-shadow-color: #A0885A;
    scrollbar-arrow-color: #A0885A;
    scrollbar-track-color: #CFB889;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
a:link {
	color: #FDFAF3;
	text-decoration: underline;
}
a:visited {
	color: #FDFAF3;
	text-decoration: underline;
}
a:hover {
	color: #FDFAF3;	
	background: #A0885A;
	text-decoration: none;
}
a:active {
	color: #FDFAF3;
	text-decoration: underline;
}
a.redLink {
	color: #8F1B0A;
	font-weight: bold;
	text-decoration: underline;
}
a.redLink:active {
	color: #8F1B0A;
	font-weight: bold;
    text-decoration: underline;
}
a.redLink:hover {
	color: #FFFFFF;	
	background: #8F1B0A;
	font-weight: bold;
    text-decoration: none;
}
a.redLink:link {
	color: #8F1B0A;
	font-weight: bold;
    text-decoration: underline;
}
a.redLink:visited {
	color: #8F1B0A;
	font-weight: bold;
    text-decoration: underline;
}
a.redLink:visited:hover {
	color: #FFFFFF;	
	background: #8F1B0A;
	font-weight: bold;
    text-decoration: none;
}
.copy,
.calendar_main,
.calendar,
.calendar_event_1,
.calendar_venue_text,
.calendar_venue_name,
.calendar_notes_text,
.calendar_event_2,
.calendar_date_table,
.calendar_event_title_text {
    font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: normal;
	color: #683F1E;
	}
.calendar_date_text,
.news_date {
    font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	}
.messagecopy {
    font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #683F1E;
	}
.boldCopy {
    font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	}
.emailField {
	width: 135px;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #683F1E;
	background: #CDBEA0;
}
.submit {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #FFFFF6;
	background: #A0885A;
}
.messageField {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #683F1E;
	background: #F1EEDE;
}
.bg {
	background-attachment: scroll;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
