body {
	background-color: #B28F47;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin: 0px;
}
.hide { display: none; }
.show { }

a:link		{ color: #003E2B; }
a:visited	{ color: #003E2B; }
a:hover		{ color: #003E2B; text-decoration: none; }
a:active	{ color: #003E2B; }

.question { text-decoration: underline; }

#div-container {
	width: 860px;
	background-color: white;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: left;
	position: relative;
}
#div-banner {
	background-color: white;
	padding-top: 2px;
}
#div-columnsection {
	position: relative;
	background-color: white;
}
#div-contentblock {
	top: 0px;
	padding: 2px;
	margin: 0px 2% 0px;
	background-color: white;
}
#div-homecontentblock {
	top: 0px;
	margin: 0px 20% 0px 6px;
	padding: 5px;
	background-color: white;
}
#div-rightcolumn {
	position: absolute;
	left: 80%;
	top: 5px;
	width: 158px;
	padding-left: 5px;
	z-index: 3;
	padding: 3px;
	text-align: center;
	border: 1px solid #CCA352;
	background-color: white;
}
#newsblock {
	padding: 5px;
	text-align: left;
}
p.newsdate {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}
p.newsitem {
	font-size: 12px;
	margin-top: 0;
}
#div-footer {
	clear: both;
	padding: 5px;
	text-align: center;
	color: white;
	background-color: #003E2B;
}
div#div-footer a { color: white; }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
hr.greenline {
	width: 100%;
	border: 1px solid #335C33;
}
#div-recipeblock {
	top: 0px;
	padding: 25px;
	background-color: white;
}
.recipetitle {
	font-family: Arial;
	font-size: 36px;
	padding: 10px;
}
.recipenote {
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
}
.recipeingredients {
	font-family: Arial;
	font-size: 18px;
	line-height: 22px;
}
.recipedirections {
	font-family: Arial;
	font-size: 18px;
	line-height: 22px;
}
.recipesource {
	font-family: Arial;
	font-size: 16px;
}
.h1color {
	font-family: Arial;
	font-size: 28px;
	margin-top: 0.05in;
	margin-bottom: 0.05in;
	padding: 10px;
	color: #003E2B;
	background-color: #CCA352;
}
.h1color a:link { text-decoration: none; }
.h1color a:visited { text-decoration: none; }
.h1color a:hover { text-decoration: underline; }

.h2color {
	font-family: Arial;
	font-size: 20px;
	margin-top: 0.05in;
	margin-bottom: 0.05in;
	padding: 10px;
	color: #003E2B;
	background-color: #CCA352;
}
.h2color a:link { text-decoration: none; }
.h2color a:visited { text-decoration: none; }
.h2color a:hover { text-decoration: underline; }

.inlinehdrgreen {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #003E2B;
	margin-right: 8px;
}
.breadcrumb {
	font-size: small;
	font-family: Verdana, Arial, sans-serif;
	margin: 4px 10% 6px;  /* should match navbar */
}
div.breadcrumb a:link, a:visited, a:hover {
	color: black;
}
#navbar {
	background-color: #003E2B;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: white;
	line-height: 28px;
	height: 28px;
	margin: 6px 10% 2px;
}
div#navbar a:link {
	text-decoration: none;
	color: white;
	padding: 4px;
}
div#navbar a:visited {
	text-decoration: none;
	color: white;
	padding: 4px;
}
div#navbar a:hover {
	text-decoration: underline;
	color: white;
	padding: 4px;
}

