@charset "utf-8";
/* CSS Document */

/* Outer */
td.title {
	background-color: #c76c65;
	border: solid #c76c65 1px;
}
/* Inner */
div.title {
	border: solid #ffffff 4px; 
	height: 24px;
}

/* the above is reversed for everything else */
div.navigation {
	background-color: #48984e;
	border: solid #48984e 1px;
}
table.navigation {
	border: solid #ffffff 4px; 
}
td.navigation {	
	text-align: left;
	padding: 4px;
	background-color: #48984e;
	border-bottom: solid #FFFFFF 1px;
}
td.navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #FFFFFF;
}
.nav-over {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: left;
	padding: 4px;
	background-color: #7bed83;
	border-bottom: solid #FFFFFF 1px;
}
.nav-over a{
	text-decoration: none;
	color: #FFFFFF;
}

/* Meeting Times */
div.meeting_times {
	background-color: #fdff67;
	border: solid #fdff67 1px;
}
table.meeting_times {
	border: solid #ffffff 4px; 
}
div.mt_hding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	border-bottom: solid #FFFFFF 1px;
}
div.mt_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: right;
	color: #000000;
	padding-bottom: 3px;
}

/* Current Meeting Topic */
div.current_mtg {
	background-color: #ffd189;
	border: solid #ffd189 1px;
}
table.current_mtg {
	border: solid #ffffff 4px; 
}

/* Upcoming Events */
div.upcoming {
	background-color: #a076c7;
	border: solid #a076c7 1px;
}
table.upcoming {
	border: solid #ffffff 4px; 
}

div.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	color: #000000;
	margin-bottom: 5px;
}
.fnt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
div.pg_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align: center;
	padding-bottom: 15px;
}
.bld {
	font-weight: bold;
}

div.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 25pt; 
	margin: 25px;
	text-align: center; 
}
span.highlight {
	font-size: 16pt;
	font-weight: bold;
}

div.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	padding-top: 15px;
}