@charset "utf-8";/* CSS Document */ ul id="nav" {	margin: 0px;	padding: 0px;	list-style: none;	width: 120px;	}ul li {	position: relative;	}li ul {	position: absolute;	left: 119px;	top: 0;	display: none;	}	ul li a {	display: block;	text-decoration: none;	color: #300bb7;	background: #fedab6;	padding: 5px;	border: 1px solid #9fa7e4;	border-bottom: 0;	}/* Fix IE. Hide from IE Mac \*/* html ul li { float: left; }* html ul li a { height: 1%; }/* End */ul {	margin: 0px;	padding: 0px;	list-style: none;	width: 119px;	border-bottom: 1px solid #9fa7e4;	}li:hover ul { display: block; }startList = function() {if (document.all&&document.getElementById) {navRoot = document.getElementById("nav");for (i=0; i<navRoot.childNodes.length; i++) {node = navRoot.childNodes[i];if (node.nodeName=="LI") {node.onmouseover=function() {this.className+=" over";  }  node.onmouseout=function() {  this.className=this.className.replace»	(" over", "");   }   }  } }}window.onload=startList;li:hover ul, li.over ul { 	display: block; }/* Fix IE. Hide from IE Mac \*/* html ul li { float: left; height: 1%; }* html ul li a { height: 1%; }/* End */					.nav {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #300bb7;	font-weight: bold;}.head1 {	font-family: Arial, Helvetica, sans-serif;	font-size: 22px;	font-weight: bold;	color: #006600;}.body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 18px;	font-style: normal;	font-weight: normal;} .body a:link, .body a:visited {font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12px; font-weight : none;text-decoration : underline; line-height: 18px;color : #300bb7;  }.subhead {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;	font-style: normal;	line-height: 24px;	font-weight: bold;} .subhead a:link, .subhead a:visited {font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 14px; font-weight : bold;text-decoration : underline; line-height: 24px;color : #300bb7;  }.body2 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	line-height: 16px;	font-weight: normal;} .body2 a:link, .body2 a:visited {font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; font-weight : none;text-decoration : underline; line-height: 16px;color : #300bb7;  }.bottomnav {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 15px;	font-weight: normal;} .bottomnav a:link, .bottomnav a:visited {font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; font-weight : normal;text-decoration : underline; line-height: 15px;color : #300bb7;  }.smallbold {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 15px;	font-weight: bold;} .smallbold a:link, .smallbold a:visited {font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; font-weight : bold;text-decoration : underline; line-height: 15px;color : #300bb7;  }.toc {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	line-height: 15px;	font-weight: normal;} .toc a:link, .toc a:visited {font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; font-weight : normal;text-decoration : underline; line-height: 15px;color : #300bb7;  }.recipelinks {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: normal;	line-height: 22px;	font-weight: bold;} .recipelinks a:link, .recipelinks a:visited {font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; font-weight : bold;text-decoration : underline; line-height: 22px;color : #006600;  }.smallboldwhite {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	line-height: 15px;	font-weight: bold;	color: #FFFFFF;}.newsletterbox {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	line-height: 14px;	font-weight: normal;}.PosterCaption {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	font-style: normal;	line-height: 14px;	font-weight: normal;} .PosterCaption a:link, .PosterCaption a:visited {font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; font-weight : bold;text-decoration : underline; line-height: 14px;color : #300bb7;  }.bullet {list-style-type: decimal;font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12px; font-weight : bold; color : #000000;  }