@charset "UTF-8";

body {
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color: #333;

	}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.blog a:link,
.blog a:active,
.blog a:visited,
.mainlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color: #498931;
}


.pageContainer {
	width: 955px;
	text-align: center;
	margin: 0 auto;
}

#header {
	margin: 12px auto 3px auto;
	background: #fff url(images/header_bg.gif) bottom left repeat-x;
	float:left;
	width: 100%;
}

#header .logo {
	float: left;
	border: none;
	}

#header .right {
	text-align: right;
	float: right
	}

#header img {
	border:none;
}

.footer,
.footer a:link,
.footer a:active,
.footer a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #666;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	color: #333;
}
.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color: #333;
}
.promo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333;
}
.promo_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #498931;
}
.subheadline_green {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	font-variant: normal;
	color: #559b3f;
}
.headline_green, 
h2,
.blog h2 a:link,
.blog h2 a:active,
.blog h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	line-height: 23px;
	font-weight: bold;
	font-variant: normal;
	color: #559b3f;
}

h2 {
	margin-bottom: 0;
}

.mini_headline_gray {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	color: #333;
}
.dish {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 21px;
	color: #333;
}

.disclaimer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #333;
}

.style29 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.style11 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #333333; }
.style19 {color: #333333}
.style27 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; color: #333333; }

.postmetadata {
	color:#666;
	font-size: 90%;
}

.postmetadata a:link,
.postmetadata a:active,
.postmetadata a:visited {
	color: #498931;
	font-size: 90%;
}

ul#sideBar  {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#sideBar li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul#sideBar h3 {
	color:#333;
	font-size: 110%;
}

.error {
	color:#f00;
}