<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* retarded stuff to make base CSS for IE and FF the same */

td {
	vertical-align: top;
	text-align: left;
}

p {
	margin: 0px;
	padding: 0px;
}

.thumbout {
	border : 2px solid #FFFFFF;
}

.thumbover {
	border : 2px solid #EE0000;
}

.thumbout2 {
	border : 1px solid #000000;
}

.thumbover2 {
	border : 1px solid #EE0000;
}

.cellHoverOn {
	background-color: #EDEDED;
}

.cellHoverOff {
	background-color: #FFFFFF;
}

/* content stuff */
.mainContent {
/*
	background-image: url(images/leaves_pattern.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
*/
}

.contentTable {
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}

.featuredBG {
    background-image: url(images/featured_bg.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
	/*background-color: #F1F4F6;*/
	background-color: #FFFFFF;
}

.featuredNameTag {
	font-size: 16px;
	font-family: Arial;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: none;
}


td.eventText {
	padding: 0px 10px 0px 0px;
}

.eventText, .featuredText, .camDesc {
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
}

span.featuredtext {
	color: #f3f3f3;
	font-weight: 700;
}

.navBarBG {
	background-image: url(images/navbar_bg.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
}

/* for the menu up top */
#navcontainer ul {
	padding-left: 0;
	margin: 0px 0px 0px 0px;
	/*background-color: #EE0000;*/
	font-weight: 700;
	color: #FFFFFF;
	float: left;
	width: 100%;
	font-family: Arial; /*, helvetica, sans-serif; */
	font-size: 15px;
	text-align: left;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	/*
	.25 = the top and bottom padding
	.50 = the left and right padding
	*/
	padding: 0.25em 1em;
	/*background-color: #A22217;*/
	color: #000000;
	text-decoration: none;
	float: left;
	/*border-right: 1px solid #FFFFF;*/
}

#navcontainer ul li a:hover {
	background-color: #23407C;
	color: #FFFFFF;
}
/* ************************************ */


/* Footer */
.footer {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight : 700;
	color: #FFFFFF;
	text-align: center;
}

.footerText {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.footerTextSlogan  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : 900;
	letter-spacing : 3px;
	color: #FFFFFF;
	text-align: center;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active, a.footerlink:hover { color: #FFFFFF; text-decoration: underline; }

a.footerlink:hover {
	color: #E7D720;
}

a.stateLink:link, a.stateLink:visited, a.stateLink:active, a.stateLink:hover { 
	font-size:14px;
	color: #60008d;
	text-decoration: underline;
	font-weight: 700;
}
a.stateLink:hover {
	color: #0265CB;
	font-weight: 700;
}


a.stateLinkRight:link, a.stateLinkRight:visited, a.stateLinkRight:active, a.stateLinkRight:hover { 
	font-size:14px;
	color: #000000;
	text-decoration: underline;
	font-weight: 700;
}

a.stateLinkRight:hover {
	color: #0265CB;
	font-weight: 700;
}


a.featuredLink:link, a.featuredLink:visited, a.featuredLink:active { 
	font-weight: 700; font-size: 18px; color: #f3f3f3; text-decoration: none;
}

a.featuredLink:hover {
	font-weight: 700; font-size: 18px; color: #FF9C00; text-decoration: underline;
}
	
a.camLink:link, a.camLink:visited, a.camLink:active, a.camLink:hover { 
	font-weight: 700; font-size: 15px; color: #AF2626; text-decoration: underline; }

a.camLink:hover {
	color: #FF9C00;
	font-size: 15px;
	font-weight: 700;
}



a.detailsLink:link,a.detailsLink:visited,a.detailsLink:active {
	color: #016A17;
	text-decoration: none;
}

a.detailsLink:hover {
	color: #000000;
	text-decoration: none;
}

/*  regular links  */
a:link {
	color: #60008d;
	text-decoration: underline;
}

a:visited {
	color: #60008d;
	text-decoration: underline;
}

a:active {
	color: #60008d;
	text-decoration: underline;
}

a:hover {
	color: #3C3C3C;
	text-decoration: none;
}
</pre></body></html>