/* Main Template */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #9fb8d0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #c2a23a;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 150%;
	padding-bottom: 5px;
	padding-top: 10px;
}
h2 {
	color: #2e2768;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 125%;
	padding-top: 7px;
	padding-bottom: 3px;
}
h3 {
	color: #000000;
	font-size: 1.15em;
	line-height: 110%;
	padding-top: 5px;
	padding-bottom: 3px;
}
p {
	line-height: 150%;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-left: 10px;
}
hr {
	color: #9fb8d0;
	background: #9fb8d0;
	border: 0;
	height: 1px;
	margin: .5em 0;
}
table {
	border-collapse: collapse;
}
a,  a:link {
	color: navy;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: navy;
	text-decoration: underline;
}
a:hover {
	color: #940000;
	text-decoration: underline;
}
.imgAlignRight {
	float: right;
	margin-left: 15px;
	border: 1px solid #0b0081;
}
.imgAlignLeft {
	float: left;
	margin-right: 15px;
	border: 1px solid #0b0081;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 5px;
	text-align: left;
	width: 900px;
	border: 1px solid white;
	overflow: hidden;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 143px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	margin-left: -2px;
	margin-top: -1px;
}
#printHeader {
	display: none;
}
#greyBar {
	background: url(images/greyBar.jpg) no-repeat;
	margin: 0;
	padding: 0;
	height: 56px;
}
#contentWrapper {
	overflow: hidden;
	background: url(images/contentBackground.jpg) repeat-y;
	margin: 0;
	padding: 0;
}
#nav {
	float: left;
	padding: 0;
	width: 200px;
	min-height: 521px;
	background: transparent url(images/navBackground.jpg) no-repeat;
}
/*nav styles */
.menu {
	float: left;
	width: 180px;
	margin: 10px;
	padding-left: 10px;
	padding-top: 0;
}
.menu ul, .menu li {
	margin: 0 0 3px;
	padding: 0;
	list-style: none;
}
.menu ul ul {
	padding-left: 8px;
}
.menu ul ul li {
	margin: 0 0 2px;
}
.menu ul ul ul li a:link, .menu ul ul ul li a:visited {
	font-weight: normal;
	font-style: normal;
	padding: 0 0 2px;
	font-size: .99em;
}
.menu a:link, .menu a:visited {
	color: #2e2768;
	display: block;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	color: #940000;
	display: block;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
 
}
.menu_default a:hover {
 
}
.menu_current {
	color: #940000!important;
	font-weight: bold;
}
/* end nav styles */
#content {
	min-height: 517px;
	font-size: 1em;
	line-height: 105%;
	background: transparent url(images/contentRight.jpg) no-repeat right top;
	margin: 0 0 0 200px;
	padding: 0 140px 0 25px;
	min-height: 517px;
}
#content ol{
	padding-left: 20px;
}
#content img {
	border: 1px solid navy!important;
}
#content li {
	line-height: 150%;
	padding-bottom: 3px;
}
/*special styles */
#recipes table {
 
}
#recipes a,  #recipes a:link {
	font-size: 1.1em;
	font-weight: bold;
	color: navy;
	text-decoration: none;
}
#recipes td {
	width: 30%;
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
#recipes img {
	border: 1px solid navy;
	padding: 0;
	margin: 0 15px 5px 0;
}
.recipeImg {
	float: right;
	margin-left: 15px;
	border: 1px solid #0b0081;
}
.imgCaption {
	padding: 0;
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	background-color: #f3f3f3;
	border: 1px solid #006;
	text-align: center;
	font-size: .8em;
	width: 200px;
	overflow: hidden;
}
.imgCaption p {
	margin: 0;
	padding: 2px 1px;
}
.programGuide {
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px solid #900;
	padding-top: 20px;
}
.programGuide p {
	padding-top: 0px;
	padding-left: 0px;
}
.programGuide ul {
	margin-left: 0;
	padding-left: 0;
}
.programGuide li {
	list-style: none;
	padding-bottom: 2px;
}
.programDate {
	font-weight: bold;
	padding-right: 10px;
}
.formTable {
	margin: 0;
	padding: 0.5em;
	border: solid thin #940000;
}
.formTableHeader {
	margin: 0;
	padding: 0.5em;
	border: solid thin #940000
}
.formSubheading {
	color: #2e2768;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	text-indent: 10pt
}
/* end special */
/* List pages */
#recipeList {
 
}
.recipeListItem, .featureList {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0 0 0 5px;
}
/* download lists */
.dlgallery {
	padding-bottom: 25px;
	margin-top: 0;
	padding-top: 0;
}
.line, .line_rightalign {
 
}
.line_rightalign {
	text-align: right;
	white-space: nowrap;
	font-size: 10px;
}
.line_text {
	padding: 0px 0px 0px 0px;
}
.dgheader {
	font-weight: bold;
	padding: 5px 0px 10px 0px;
	font-size: 1.15em;
}
/* end download lists */
/* links */
.BMmain {
	width: 100%;
}
.BMheader {
	vertical-align: middle;
	font-weight: bold;
	padding-top: 10px;
	color: #2e2768;
	font-size: 1.1em;
	line-height: 115%;
}
.BMlink {
	width: auto;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 110%;
}
.BMlink img {
	border: none;
}
/* end links */
#footer {
	color: #b3b3b3;
	font-size: .8em;
	padding: 10px 120px 10px 225px;
	background: url(images/contentBackground.jpg) repeat-y;
}
#footer  a:link, #footer  a:visited {
	color: #b3b3b3;
	text-decoration: none;
}
#footer  a:hover {
	color: #b3b3b3;
	text-decoration: underline;
}
#printFooter {
	display: none;
}
.credit {
	float: right;
}