body {
	color:#333;
	background-color:white;
	margin:10px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position:top left;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:2px;
	font-size:16px;
	font-weight:700;
	color:#000000;
	}
	
.blue {color:#0000CC}
	

h2 {
	font:bold 14px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	
h3 {
	margin:0px 0px 12px 0px;
	padding:2px;
	font-size:14px;
	font-weight:700;
	color:#000000;
	}
	
	
h5 {
	margin:3px 0px 3px 0px;
	padding:0px;
	font-size:12px;
	font-weight:700;
	color:#000000;
	}
	
h5.HeaderBars {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFCC00;
	line-height: 15px;
	background-color:#000000;
	padding: 3px;
	}
	
p {
	font:13px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 14px 0px;
	padding:0px;
	}
	
ul li {
	display: list-item;
	padding: 10px 0px 10px -25px;
	margin: 10px 0px 10px -25px;
	}
	
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#993300;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#993300;}
a:visited {color:#993300;}
a:hover {
	text-decoration: underline;
}

a.bluelink:link {color:#0000CC;}
a.bluelink:visited {color:#0000CC;}
a.bluelink:hover {
	text-decoration: underline;
}

a.greenlink:link {color:#006600;}
a.greenlink:visited {color:#006600;}
a.greenlink:hover {
	text-decoration: underline;
}
  
a.purplelink:link {color:#660099;}
a.purplelink:visited {color:#660099;}
a.purplelink:hover {
	text-decoration: underline;
}

a.whitelink:link {color:#FFFFFF;}
a.whitelink:visited {color:#FFFFFF;}
a.whitelink:hover {
	text-decoration: underline;
}

.NavLinks {
	color:#993300;
	font-size:11px;
	font-weight:400;
	padding-left:5px;
	line-height:15px;
	font-family:arial, helvetica, sans-serif;
	text-decoration:none;
	}
	
	
.NewsLinks {
	color:#993300;
	font-size:10px;
	font-weight:200;
	padding-left:0px;
	line-height:15px;
	font-family:arial, helvetica, sans-serif;
	text-decoration:none;
	}
	
.Logo {
	position:absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:110px;
	margin:10px 0px 10px 10px;
	border:none;
	padding:0px;
	z-index:0; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	top: 0px;
	left: 0px;
	height: 127px;
	}	
	

.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:600px;
	min-width:110px;
	margin:214px 200px 10px 162px;
	border:none;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	
	
.content a {color: #993300;
	font-weight: 300;
	font-size:13px
}

.content li {
	margin: 0;
	padding: 0;
	font-size:13px;
	}


	
	
.content2 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:600px;
	margin:40px 200px 0px 162px;
	padding:10px;
	z-index:3;
	border: 1px solid #CC0000;
	background-color: #CCCCFF;
	}
	
.content3 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:600px;
	min-width:110px;
	margin:30px 200px 20px 162px;
	border:none;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
	
.SubscribedYet {
	position:relative;
	margin:40px 200px 0px 162px;
	border: 1px solid #0000CC;
	background-color:#FFFFCC;
	padding:10px;
	z-index:3;
	width: 600px;
	}

#navAlpha {
	padding: 3px;
	position: absolute;
	width: 150px;
	left: 10px;
	top: 224px;
	border: 1px solid #000000;
	background-color: #F9F9F9;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {
	width:150px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
		
#navBeta {
	padding: 3px;
	position: absolute;
	width: 150px;
	top: 224px;
	border: 1px solid #000000;
	right: 3px;
	left: 800px;
	background-color: #F8F8F9;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {
	width:160px;
	background-color: #F8F8F9;
	overflow: visible;
}

#Header {
	margin:0px 0px 10px;
	padding:5px 10px 0px 10px;
	height:14px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px;
	line-height:11px;
	background-color:#FFCC00;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px;
	position: absolute;
	top: 169px;
	width: 100%;
	left: 0px;
	z-index: 0;
	}

#Date {
	margin:0px 0px 10px;
	padding:5px 0px 0px 20px;
	height:auto;
	line-height:11px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px;
	position: absolute;
	top: 194px;
	width: 100%;
	left: 0px;
	}

#ad1 {
	margin: 0px;
	padding: 0px;
	width: 301px;
	float:left;
	position: relative;
	top: 0px;
	left: 0px;
}

#ad2 {
	float: none
	position: relative;
}

#ad3 {
	margin: 0px;
	padding: 0px;
	width: 185px;
	float:left;
	position: relative;
	top: 0px;
	left: 0px;
}

#ad4 {
	margin: 0px;
	padding: 0px;
	width: 338px;
	float:left;
	position: relative;
	top: 0px;
	left: 0px;
}

.sidebar ul li {
	background:transparent url("image-files/bullet.gif") 0px 11px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	display: block;
	padding: 4px 0px 4px 10px;
	margin: 0px;
	}
	
#wrapper {text-align: left; width: 980px; margin: 0 auto; position:
relative;} 


.style7 {
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}

.bold {font-weight: bold}
.red {color: #CC0000}

.recipes p {
	font:11px verdana, arial, helvetica, sans-serif;
	margin:4px 5px 4px 5px;
	padding:2px;
	color:#000000;
	font-weight:400;
	}
	
.recipes {
	background-color:#FFFFFF;
	}


#wrap { width:980px; margin:0 auto; } /* "auto" makes the left and right margins center the wrapper */
