A:active {
	background : #FFFFFF;
	color : #99FF33;
}

A:link {
	background : #FFFFFF;
	color : #009933;
}

 A:visited {
	background : #FFFFFF;
	color : Green;
}

ADDRESS {
	clear : both;
	font-size : 80%;
}

BODY {
	background : #FFFFFF;
	color : Black;
	font-family : Times, serif;
	margin-bottom : 5%;
	margin-left : 3%;
	margin-right : 0;
	margin-top : 0;
}

DIV.content {
	/* indentation for the actual content text on each page */
	margin-left : 2%;
	margin-right : 10%;
}

H1 {
	font-size : 120%;
	margin-bottom : 2ex;
/*	margin-top : 4ex; */
/*	text-align : center; */
}

H2 {
	display : inline;
	font-size : medium;
}

HR {
	background : #FFFFFF;
	color : Black;
	text-align : center;
}

IMG.logo {
	/* for the small logos for each sponsor */
	border-color : #CC0000;
	border-width : 1px;
	clear : none;
	float : right;
}

IMG.title {
	/* for the title banners of each page */
	clear : both;
	display : block;
	float : none;
	margin-bottom : 50px;
	margin-top : 0;
/*	text-align : center; */
}

P.address {
	margin-left: 20%;
}

P.announcement {
	background : #FFFFFF;
	color : Teal;
	font-style : italic;
/*        font-variant: small-caps; */
	font-weight : bold;
	font-size : larger;
}


P.announcement:first-line {
}


P.footnote {
	font-size : 80%;
	font-style : italic;
}

P.navbar {
	/* for the text navigation bar at the bottom of each page */
	font-size : 60%;
	margin-top : 0;  /* 2ex */
	text-align : center;
}

P.question {
	font-weight : bold;
}

P.sponsorship {
	font-size : 80%;
}

PRE {
	clear : both;
	font-family : "Courier New", sans-serif;
}

SMALL {
	font-size : 80%;
}

SPAN.dropcap {
	/* for the first letter of each paragraph;
	not really a dropcap, just bigger */
	font-size : 180%;
	font-weight : bold;
	vertical-align : baseline;
}

TABLE {
	border-bottom : none;
	border-left : none;
	border-right : none;
	border-top : none;
	width : 90%;
}

TD {
	vertical-align : top;
}

UL {
	margin-bottom : 2ex;
	margin-top : 2ex;
}

.ParkRule {
	list-style-position: inside;
	list-style-image: url(../images/icons/paw5.gif);
	text-indent: -5;
}
