/* This css file is different from the regular one ioofbc.org in that 
BODY and TD font-sizes are 10px instead of 11px, and the .menu class 
has extra line of code font-size: 11px in order to conform to the other pages. */


BODY {
	background-color: #2C874F; /* was #2C874F, then #247A31 */
	margin-top: 8px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001111;
}

TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001111;
}

A:Link {
	text-decoration: underline;
	color: #4169E1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: transparent;
}

A:Hover {
	text-decoration: underline;
	color: #3366CC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFF33;
	font-weight: normal;
}

A:Visited {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4169E1;
	font-weight: normal;
	text-decoration: underline;
}

H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #001111;
	font-weight: bold;
	margin-bottom: -2px;
}

li {
	list-style-type: disc;
}

.menu {
	font-size: 11px;
	background-color: #85CEFA;	
	line-height: 1.5em;
	border: 1px solid;
	border-color: #778899;	/* note this border won't show until it's defined as solid */
}

.menu_spotlight {
	color: #4169E1; /*background-color: #87CEFA;*/
	font-weight: normal;
}

.menu-right {
	background-color: #85CEFA;	/* was #ADD8E6 */
	font-size: 11px;
	line-height: 1.35; /*border: 1px solid;*/
	border: 1px solid #86CEEB; /* was #4169E1 */
	border-top: 1px solid #86CEEB; /* was 87CEFA, then #ADD8E6 */
}

.topborder {  /* used for top & bottom borders of middle & 3rd columns of lodge pages */
	border-top: 1px solid #85CEFA; /* was 87CEFA, #ADD8E6 */
	border-bottom: 1px solid #85CEFA;	
}
.rightborder {
	border-right: 1px solid #85CEFA;  /* was #87CEEB */
}

.subheading {		/* used for downloads */
	/*font-family: Times New Roman;*/
	font-size: 13px;
	color: #001111;
	line-height: 1.5em;
}

table.moreopen {
	line-height: 1.35;
}

ul,li {
	line-height: 1.2;
}

.yellow_back {
	background-color: #FFFF33;
}


/* following css is for rounded containers */
.rounded-container {
	background-color: #F0E68C; /* was #F0E6B3 & FFFFE1 */
	width: 202px;	/* was 212px */
	color: #101001;
}
.rtop, .rbottom{
	display: block;
	background: #FFFFFF;
}
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #F0E68C; /* was #F0E6B3 & #FFFFE2 */
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
/* b.rtop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 2px;
} */

/* following css is for rounded index on Historical page */
#history-rounded-index {
	background-color: #F0E68C;	/* was #FFE4C4 */
	width: 240px;
}
.hrtop, .hrbottom{
	display: block;
	background: #FFFFFF;
}
.hrtop *, .hrbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #BDB76B;	/* was #d9d9de, then #FOE68C */ 
}
.hr1{margin: 0 5px}
.hr2{margin: 0 3px}
.hr3{margin: 0 2px}
.hr4{margin: 0 1px; height: 2px}
