@charset "utf-8";
/* CSS Document */


.date {
	font-weight: bold;
	color: #900;
	padding-right: 10px;
}

.label {
	font-weight: bold;
	color: #900;
	padding-right: 10px;
}

/* Past Presidents */
table.pastPres {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	padding: 0;
}
table.pastPres td {
	padding: 5px 0px 5px 5px;
	border-style: none;
	width: 33%;
}

table.pastPres tr.alt {
	background: #f1f1f1;
}

.president {
	display: none;
	width: 100px;
	height: 130px;
	position:absolute;
	border-style: solid;
	border-width: thin;
	padding: 8px;
	background: #fff;
}


/* Past Executives */
table.pastExec {
	width: 60%;
	border-style: none;
	border-collapse: collapse;
	padding: 0;
}
table.pastExec td {
	padding: 6px 0px 6px 5px;
	border-style: none;
}

table.pastExec tr.alt {
	background: #f1f1f1;
}
