/* COLORS:                                               */
/* Light yellow: #FEE679; Pantone 7403; R254 G230 B121   */
/* Gold/orange: #D09143; Pantone 729; R208 G145 B67      */
/* Dark brown: #4A1E03                                   */
/* "Hot apple spice": #8C493A; R140 G73 B58              */


body {
	background-color: Black;
	vertical-align: middle;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	text-decoration: none;
	line-height: 160%;
}
a:link, a:visited { color: inherit; }
a:hover { color: Gainsboro; }
hr { height: 1px; border-color: #FEE679; width: 30%; margin: 15px auto; }
h1 { font-size: 1.25em; margin: 0px 0px 10px 0px; }
h2 { font-size: 1.15em; margin: 0px 0px 7px 0px; }
p { margin: 0px 0px 10px 0px; }











#outerFrame {
	background-color: #4A1E03;
	border: 0px;
	padding: 0px;
	max-width: 800px;
	margin-top: 30px;
	border-collapse: collapse;
	empty-cells: show;
}
#headerCell { background-image: url(graphics/header.jpg); width: 709px; height: 96px; }
#mainMenuCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #FEE679;
	vertical-align: middle;
	width: 709px;
	height: 30px;
	border-bottom: 1px solid #D09143;
}
#subMenuCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	color: #FEE679;
	vertical-align: middle;
	height: 30px;
	/* border-bottom: 1px solid #D09143; */
	margin-bottom: 10px;
}
#mainMenuCell a, #subMenuCell a, #footerCell a { text-decoration: none; color: #FEE679; margin: 0px 4px; padding: 0px 6px; }
#footerCell a { color: #D09143; }
#mainMenuCell a:hover, #subMenuCell a:hover { color: #4A1E03; background-color: #D09143; }
#imageCell {
	background-color: #4A1E03;
	width: 280px;
	height: 385px;
	vertical-align: top;
	padding-top: 10px;
	text-align: center;
	border-left: 1px solid #D09143;
}
#imageCell img { border: 5px double Black; }
#contentCell {
	background-image: url(graphics/leafBG.jpg);
	background-repeat: no-repeat;
	color: #FEE679;
	background-color: #4A1E03;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 422px;
	height: 345px;
}
#contentCell a { color: #D09143; }
#contentCell a:hover { color: Gainsboro; }
#textBlock {
	border: 0px;
	width: 422px;	
	height: 355px;
	margin-top: 10px;
	margin-bottom: 10px;
	scrollbar-arrow-color: #FEE679;
	scrollbar-face-color: #4A1E03;
  scrollbar-shadow-color: #4A1E03;
	scrollbar-darkshadow-color: Black;
  scrollbar-highlight-color: #D09143;
	scrollbar-3dlight-color: Black;
	overflow: auto;
}
#textBlock  li { text-indent: 0; padding-left: 0; }
#menuBlock { margin-top: 20px; text-align: center; }
#footerCell {
	background-image: url(graphics/footer.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	color: #D09143;
	vertical-align: middle;
	height: 49px;
	padding: 3px;
}

.emphasis { font-weight: bold; font-style: italic; }
