html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

p.rolloverbuttons a {
	background-color: #168020;   /* brown for initial state 7fa0c0 */
	color: #FFFFFF; /* black type */
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 3px 9px 3px 9px;
	margin: 6px;
	width: 140px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid #cccccc;
	background-repeat: no-repeat;
	float: left;
}

p.rolloverbuttons a:hover, p.rolloverbuttons a:active {
	background-color: #1b9f28;  /* bluish grey */
	color: #000000; /* black */
	font-size: 13px;
	font-weight: bold;
	background-repeat: no-repeat;
}

a img {border: none;}




#anniversary li {
	border-top: 1px solid black;
	padding: .3em 0;
	
}

#anniversary ul {
	border-bottom: 1px solid black;
	font-size: 12px;
	font-style: normal;
	list-style: none;
	margin-left: 40px;
	padding-left: 0px;
	width: 45%;
}

#annivhelp ul, #golftournament ul, #qualifiedintern ul, #ifinterested ul, #internbenefits ul, #qualified ul, #customrentals ul, #rentalinfo ul, #rentalideas ul, #volcriteria ul, #volgroups ul, #registration ul, #minigolf ul, #pledgeladder ul, #forms ul, #calendaractiv ul, #camps ul, #sermons ul, #springretreats ul, #fallretreats ul, #winterretreats ul, #youthcamp ul, #familycamp ul {
	font-size: 12px;
	font-style: normal;
	list-style-type: square;
	margin-left: 0px;
	padding-left: 2em;
	width: 90%;

}

#annivhelp li, #golftournament li, #qualifiedintern li, #ifinterested li, #internbenefits li, #qualified li, #customrentals li, #rentalinfo li, #rentalideas li, #volcriteria li, #volgroups li, #registration li, #minigolf li, #pledgeladder li,  #forms li, #calendaractiv li, #camps li, #sermons li, #springretreats li, #fallretreats li, #winterretreats li, #youthcamp li, #familycamp li, #newsitems li{
	list-style-type: square;
	margin: .4em 0;
	padding-left: 1em;
}

#newsitems ul {
	font-size: 12px;
	font-style: normal;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 2em;
	width: 90%;
}

#newsitems li {
	list-style-type: none;
	margin: .4em 0;
	padding-left: 1em;
}

#giftlist ul {
	font-size: 12px;
	font-style: normal;
	list-style-type: square;
	margin-left: 0px;
	padding-left: 2em;
	width: 45%;
	/* border: 1px solid red; */

}

#giftlist li {
	list-style-type: square;
	margin: .4em 0;
	padding-left: 1em;
}

#thanks {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: center;	
}

.italics {
	font-style: italic;
}

.hoteltable, .golfcourses, .holepledges {
	border: 1px;
	border-collapse: collapse;
	width: 600px;
}

td.even {
	background-color: #FFFFFF; /* pure white */
	border: 1px solid #CCC;
	color: #000;
	font-size: 80%;
	font-weight: normal;
	padding: 0 0.5em;
	text-align: left;
}

td.odd {
	background-color: #6890d9; /* powder blue */
	border: 1px solid #CCC;
	color: #000;
	font-size: 80%;
	font-weight: normal;
	padding: 0 0.5em;
	text-align: left;
}

td.hotelname {
	background-color: #FFFFFF; /* pure white */
	border: 1px solid #CCC;
	color: #000;
	font-size: 80%;
	font-weight: bold;
	padding: 0 0.5em;
	text-align: left;
}

td.coursename {
	background-color: #FFFFFF; /* pure white */
	border: 1px solid #CCC;
	color: #000;
	font-size: 80%;
	font-weight: bold;
	padding: 0 0.5em;
	text-align: left;
}


td.hotelhed, td.golfhed {
	background-color: #6890d9; /* powder blue */
	border: 1px solid #CCC;
	color: #000;
	font-size: 80%;
	font-weight: bold;
	padding: 0 0.5em;
	text-align: left;
}
td.churchhed, td.genbusinesshed, td.room, td.capacity, td.pledgehed, td.namehed, td.speakerhed, td.dateshed {
	color: #000;
	font-size: 80%;
	font-weight: bold;
	padding: 0 0.5em;
	text-align: left;
}


td.jobtext {
	font-size: 80%;
	font-style: normal;
	text-align: left;
	font-weight: normal;
	color: #000000;
}

td.jobtitle {
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	text-align: left;	
}


.eateries, .regionalcities, .regionalchurches, .generalbus, .seatingcap, .teencamp, .jrcamp {
	border-collapse: collapse;
	width: 600px;
}

td.estab, td.city, td.distance, td.churchname, td.phone, td.roomname, td.numseats, td.holenum, td.pledgestatus, td.holesponsor, td.name, td.speaker, td.dates {
	color: #000;
	font-size: 80%;
	font-weight: normal;
	padding: 0 0.5em;
	text-align: left;
}

td.region {
	color: #000;
	font-weight: bold;
	padding: 0 0.5em;
	text-align: left;
}

#tooltips a {

	text-decoration: none;
	border-bottom: 1px solid blue;
	color: #000000;
}

#tooltips a:hover {
	color: #000000;
	background: #f2f2c0;
	text-decoration: none;
}
#tooltips a span {display: none;}
#tooltips a:hover span {
	display: block;
	position: absolute;
	left: 10%;
	width: 500px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #000000;
	background: #FFFFFF;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid #666666;
	text-decoration: none;
}
#tooltips p {position:relative;}

