html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
}
ol {
	margin-top: 0px;
}
body {
	background: #f5f5f5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #684e30;
}
img {
	border: 0px;
}
a {
	color: #e66217;
	text-decoration: none;
}
sup {
	font-size: 8px;
	line-height: 9px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #e66217;
	text-decoration: underline;
}
#Wrapper {
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 11px;
}
#InnerWrapper {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/imgBgWrapper.jpg) repeat-y;
}
#Header {
	position: relative;
	width: 778px;
	height: 70px;
}
#Logo {
	position: relative;
	float: left;
}
.LogoPad {
	margin-right: 28px;
	float: right;
	margin-top: 22px;
}
#Navigation {
	position: relative;
	float: left;
	width: 633px;
	height: 76px;
	background: url(../images/imgBgHeaderNav.jpg) no-repeat;
	text-align: right;
}
#NavBlock {
	height: 88px;
}
#NavItems {
	position: relative;
	float: right;
	color: #fedc88;
	font-size: 11px;
	margin-top: 7px;
	margin-right: 20px;
}
#NavItems a {
	color: #934e12;
	text-decoration: none;
}
#NavItems a:hover {
	color: #652f00;
	text-decoration: underline;
}
#NavItems .NavLine1 {
	display: block;
	margin-bottom: 11px;
}
#NavItems .NavLine1 a {
	color: #e66217;
}
.NavLine2 {
	display: block;
	margin-bottom: 8px;
}
.NavLine3 {
}
.Divider {
	margin-right: 18px;
	margin-left: 18px;
}
#MainHome {
	position: relative;
	clear: both;
	width: 768px;
	height: 350px;
	background: url(../images/imgBgMainHome.jpg) no-repeat;
}
#MainHome #Logos, #MainHost #Logos, #MainBuy #Logos, #MainRecipes #Logos {
	position: relative;
	float: right;
	margin-top: 26px;
	margin-right: 16px;
}
#MainHome #Copy {
	position: relative;
	float: left;
	width: 330px;
	margin-top: 60px;
	padding-left: 380px;
	font-size: 15px;
	font-weight: bold;
}
#MainHome #Copy img {
	margin-bottom: 10px;
}
#MainHome #Copy sup {
	font-size: 10px;
}
#MainHost {
	position: relative;
	clear: both;
	width: 768px;
	height: 603px;
	background: url(../images/imgBgMainHost.jpg) no-repeat;
}
#MainHost #CopyHeader {
	position: relative;
	float: left;
	width: 339px;
	margin-top: 36px;
	margin-left: 24px;
}
#MainHost #CopyHeader img {
	margin-bottom: 30px;
}
#MainHost #Copy {
	position: relative;
	float: left;
	width: 415px;
	padding-left: 24px;
	padding-top: 96px;
}
#MainCode {
	position: relative;
	clear: both;
	width: 768px;
	background-color: #FFF8DA;
	background-image: url(../images/imgBgMainCode.jpg);
	background-repeat: no-repeat;
}
#MainCode #Copy {
	position: relative;
	float: left;
	width: 400px;
	padding-left: 80px;
	padding-top: 100px;
}
#MainCodeBot {
	background-image: url(../images/imgBgMainRecipesBot.jpg);
	height: 140px;
	width: 733px;
	background-repeat: no-repeat;
	clear: both;
	position: relative;
	padding-left: 35px;
	background-color: #FEF9DF;
}
#MainCodeSignin {
	position: relative;
	clear: both;
	width: 768px;
	background-color: #FFF8DA;
	background-image: url(../images/imgBgMainCode.jpg);
	background-repeat: no-repeat;
}
#MainCodeSignin #Copy {
	position: relative;
	float: left;
	width: 650px;
	padding-left: 80px;
	padding-top: 30px;
}
#MainContest {
	clear: both;
	width: 768px;
	height: 553px;
	background-image: url(../images/imgBgMainContest.jpg);
	background-repeat: no-repeat;
	z-index: 99;
	position: relative;
}
#MainContest #Copy {
	position: relative;
	float: left;
	width: 480px;
	padding-left: 33px;
	padding-top: 10px;
}
#MainContest td {
	vertical-align: top;
}
#MainContest #ContestRight {
	padding-top: 500px;
	position: relative;
	float: right;
	margin-right: 20px;
}
#MainContestBot {
	background-image: url(../images/imgBgMainContestBot.jpg);
	height: 173px;
	width: 733px;
	background-repeat: no-repeat;
	clear: both;
	position: relative;
	padding-left: 35px;
	background-position: bottom;
	padding-top: 90px;
}
#MainBuy {
	position: relative;
	clear: both;
	width: 768px;
	height: 487px;
	background: url(../images/imgBgMainBuy.jpg) no-repeat;
}
#MainBuy #Copy {
	position: relative;
	float: left;
	width: 390px;
	margin-top: 96px;
	padding-left: 24px;
}
#MainRecipes {
	position: relative;
	width: 768px;
	clear: both;
	display: block;
	height: 100%;
	background-color: #FEF9DF;
	background-image: url(../images/imgBgMainRecipes.jpg);
	background-repeat: no-repeat;
}
#MainRecipes #CopyHeader {
	position: relative;
	float: left;
	width: 339px;
	margin-top: 36px;
	margin-left: 24px;
}
#MainRecipes #CopyHeader img {
	margin-bottom: 30px;
}
#MainRecipes #Copy {
	position: relative;
	float: left;
	width: 718px;
	padding-left: 24px;
}
#MainRecipes #Copy img {
	margin-bottom: 5px;
}
#RecipeMenuWrapper {
	float: right;
	width: 240px;
	margin-right: 30px;
	margin-top: 25px;
}
#MainRecipesMenu {
	width: 240px;
	line-height: 13px;
	margin-bottom: 5px;
}
.ulRecipe {
	list-style-image: url(../images/imgStar.gif);
	font-weight: bold;
	margin-left: -5px;
	list-style-type: none;
}
#RecipeWrapper {
	width: 461px;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
}
#MainRecipesCardTop {
	width: 431px;
	background-image: url(../images/imgRecipeTop.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	height: 45px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #e66217;
}
#MainRecipesCardBody {
	background-image: url(../images/imgRecipeMiddle.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 431px;
}
a.RecipesFooter {
	display: block;
	height: 45px;
	text-decoration: none;
	background-image: url(../images/imgRecipeCardFooter.png);
	width: 461px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#RecipesFooter {
	height: 45px;
	width: 461px;
}
a.RecipesFooter:hover {
	background-position: 0px 45px;
}
#MainRecipesBot {
	background-image: url(../images/imgBgMainRecipesBot.jpg);
	height: 160px;
	width: 733px;
	background-repeat: no-repeat;
	clear: both;
	position: relative;
	padding-left: 35px;
	background-color: #FEF9DF;
	background-position: bottom;
	display: block;
}
#MainKids {
	position: relative;
	clear: both;
	width: 768px;
	height: 503px;
	background: url(../images/imgBgMainKids.jpg) no-repeat;
}
#MainKids #Copy {
	position: relative;
	float: left;
	width: 348px;
	margin-top: 96px;
	padding-left: 24px;
}
#MainKids #Copy img {
	margin-bottom: 30px;
}
#MainFamily {
	position: relative;
	clear: both;
	width: 768px;
	height: 503px;
	background: url(../images/imgBgMainFamily.jpg) no-repeat;
}
#MainFamily #Copy {
	position: relative;
	float: left;
	width: 348px;
	margin-top: 130px;
	padding-left: 24px;
}
#MainFAmily #Copy img {
	margin-bottom: 30px;
}
#FlagStarterKit {
	position: absolute;
	width: 422px;
	height: 71px;
	left: 346px;
	bottom: 8px;
}
#FlagStarterKit a {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background: url(../images/imgFlagStarterKit.png);
}
#FlagStarterKit a:hover {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background: url(../images/imgFlagStarterKit.png);
	background-position: 0px -71px;
}
#HostContent {
	position: relative;
	clear: both;
	width: 720px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 23px;
	background: #ffffff url(../images/imgBgHostContent.jpg) no-repeat bottom left;
}
#HostContent img {
	margin-bottom: 10px;
}
#HostContent hr {
	border: 0px;
	border-top: 1px dotted #c3a87d;
	margin-top: 20px;
	margin-bottom: 20px;
}
#HostContent ul {
	margin: 0px;
	padding: 0px;
	padding-left: 23px;
	list-style-image: url(../images/imgOrangeBullet.gif);
	list-style-type: none;
}
#HostContent .step4 {
	position: relative;
	float: left;
	width: 298px;
	padding: 26px 30px 26px 30px;
	left: 15px;
	top: 11px;
}
#HostContent .step4 .copy {
	position: relative;
	float: left;
	padding-left: 7px;
}
#HostContent .borderRight {
	position: relative;
	float: left;
	width: 1px;
	height: 150px;
	margin-top: 26px;
	margin-bottom: 26px;
	border-right: 1px dotted #c3a87d;
}
#HostContent .borderBottom {
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
	border-top: 1px dotted #c3a87d;
}
#HostContent .header {
	color: #f05416;
	font-size: 40px;
	margin-bottom: 25px;
}
#BoxesHome {
	height: 202px;
	background: url(../images/imgBgBoxes.jpg) no-repeat;
}
#BoxesHost {
	height: 199px;
	background: url(../images/imgBgBoxesHost.jpg) no-repeat;
}
#BoxesBuy {
	height: 197px;
	background: url(../images/imgBgBoxesBuy.jpg) no-repeat;
}
#BoxesRecipes {
	height: 196px;
	background: url(../images/imgBgBoxesBuy.jpg) no-repeat;
}
#BoxesHome, #BoxesHost, #BoxesBuy, #BoxesRecipes {
	position: relative;
	clear: both;
	width: 768px;
}
#EnterCode {
	position: relative;
	float: left;
	width: 256px;
	height: 282px;
	background-image: url(../images/imgCardEnterCode.jpg);
	background-repeat: no-repeat;
}
#EnterCode a {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-image: url(../images/imgCardEnterCode.jpg);
	background-position: 0px 0px;
}
#EnterCode a:hover {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -282px;
}
#ShareContest {
	position: relative;
	float: left;
	width: 256px;
	height: 282px;
	background-image: url(../images/imgCardShareContest.jpg);
	background-repeat: no-repeat;
}
#ShareContest a {
	height: 100%;
	width: 100%;
	display: block;
	background-image: url(../images/imgCardShareContest.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#ShareContest a:hover {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -282px;
}
#BakeSale {
	position: relative;
	float: left;
	width: 256px;
	height: 282px;
	background-image: url(../images/imgCardBakeSale.jpg);
	background-repeat: no-repeat;
}
#BakeSale a {
	height: 100%;
	width: 100%;
	display: block;
	background-image: url(../images/imgCardBakeSale.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#BakeSale a:hover {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -282px;
}
#SubBoxes {
	background-image: url(../images/imgSubBoxesBG.jpg);
	height: 53px;
	width: 748px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 15px;
	display: block;
	clear: both;
}
#CookieRecipes {
	float: left;
	width: 181px;
	height: 31px;
	background: url(../images/imgSubBoxes_01.jpg) no-repeat;
}
#CookieRecipes a {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background: url(../images/imgSubBoxes_01.jpg) no-repeat;
	background-position: 0px 0px;
}
#CookieRecipes a:hover {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -31px;
}
#FamilyGiving {
	position: relative;
	float: left;
	width: 182px;
	height: 31px;
	background: url(../images/imgSubBoxes_02.jpg) no-repeat;
}
#FamilyGiving a {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background: url(../images/imgSubBoxes_02.jpg) no-repeat;
	background-position: 0px 0px;
}
#FamilyGiving a:hover {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -31px;
}
#BuyCookies {
	position: relative;
	float: left;
	width: 180px;
	height: 31px;
	background: url(../images/imgSubBoxes_03.jpg) no-repeat;
}
#BuyCookies a {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background: url(../images/imgSubBoxes_03.jpg) no-repeat;
}
#BuyCookies a:hover {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -31px;
}
#CookiesForKids {
	position: relative;
	float: left;
	width: 182px;
	height: 31px;
	background: url(../images/imgSubBoxes_04.jpg) no-repeat;
}
#CookiesForKids a {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background: url(../images/imgSubBoxes_04.jpg) no-repeat;
}
#CookiesForKids a:hover {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -31px;
}
.learnMore {
	position: absolute;
	width: 80px;
	height: 17px;
	bottom: 6px;
	right: 5px;
}
.learnMore a {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background: url(../images/imgBtnLearnMore.png);
}
.learnMore a:hover {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background: url(../images/imgBtnLearnMore.png);
	background-position: 0px -17px;
}
#Footer {
	position: relative;
	clear: both;
	width: 768px;
	background: #ffffff;
}
#FooterLeft {
	position: relative;
	float: left;
	width: 335px;
	padding-top: 22px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 22px;
	border-right: 1px dotted #c3a87d;
	color: #424242;
	font-size: 11px;
}
#FooterLeft img {
	margin-bottom: 10px;
}
#FooterLeft ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#FooterLeft ul li {
	margin-bottom: 5px;
}
#FooterLeft a {
	color: #e66217;
	text-decoration: none;
}
#FooterLeft a:hover {
	color: #e66217;
	text-decoration: underline;
}
#FooterRight {
	position: relative;
	float: left;
	width: 381px;
	padding-left: 3px;
	padding-top: 22px;
}
#FooterRight img.padBottom {
	margin-bottom: 18px;
}
#FooterNav {
	position: relative;
	clear: both;
	width: 732px;
	margin-left: 18px;
	margin-right: 18px;
	border-top: 1px dotted #c3a87d;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}
#FooterNavItems {
	width: 732px;
	padding-top: 17px;
	color: #bfbfbf;
}
#FooterNavItems a {
	color: #bfbfbf;
	text-decoration: none;
}
#FooterNavItems a:hover {
	color: #bfbfbf;
	text-decoration: underline;
}
.clear {
	position: relative;
	clear: both;
}
.left {
	position: relative;
	float: left;
}
.right {
	position: relative;
	float: right;
}
img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.padRight3 {
	padding-right: 3px;
}
.text8 {
	font-family: Verdana, sans-serif;
	font-size: 8px;
	line-height: 8px;
	display: block;
	padding-top: 8px;
}
.text9 {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: 11px;
}
.text11 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.text15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
.HeaderOrg {
	font-size: 38px;
	color: #e66217;
	padding-bottom: 20px;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 37px;
}
.SubHeadOrgCode {
	font-size: 25px;
	color: #e66217;
	padding-bottom: 20px;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 35px;
}
.SubHeadOrg {
	font-size: 25px;
	color: #e66217;
	padding-bottom: 20px;
	display: block;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
}
.OrgCallout {
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	color: #e66217;
	line-height: 28px;
}
.tablePad {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#news {
	height: 45px;
}
.RecipeCallout {
	font-weight: bold;
	color: #e66217;
	text-decoration: underline;
}
.newsticker {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 15px;
}
#accordion h3.borderTop {
	padding-top: 18px;
	border-top: 1px dotted #c3a87d;
	font-size: 25px;
	color: #e66217;
	padding-bottom: 20px;
	display: block;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-weight: normal;
}
.floatBox {
	visibility: hidden;
	display: none;
	font-size: 9px;
	width: 400px;
	border: 1px solid #999999;
	background: #ffffff;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.floatBox ol {
	margin: 0px;
	padding: 0px;
}
.pointer {
	cursor: pointer;
}
#FacebookBadge {
	position: relative;
	float: left;
	width: 189px;
	height: 117px;
}
#FacebookBadge a {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background: url(../images/imgBtnFacebook.jpg) no-repeat;
}
#FacebookBadge a:hover {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background: url(../images/imgBtnFacebook.jpg) no-repeat;
	background-position: 0px -117px;
}
#TwitterBadge {
	position: relative;
	float: left;
	width: 189px;
	height: 117px;
}
#TwitterBadge a {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background: url(../images/imgBtnTwitter.jpg) no-repeat;
}
#TwitterBadge a:hover {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background: url(../images/imgBtnTwitter.jpg) no-repeat;
	background-position: 0px -117px;
}
#TellaFriend {
	position: relative;
	float: left;
	width: 379px;
	height: 83px;
	margin-top: 1px;
}
#TellaFriend a {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/imgSendToFriend.jpg);
}
#TellaFriend a:hover {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -83px;
}
#YouTube {
	position: relative;
	float: left;
	width: 379px;
	height: 83px;
	margin-bottom: 8px;
}
#YouTube a {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/imgYouTube.jpg);
}
#YouTube a:hover {
	height: 100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -83px;
}
#WrapperRules {
	background-color: #FFFFFF;
	padding: 15px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	position: relative;
	clear: both;
	height: 0px;
}
.pad {
	margin-left: 30px;
	margin-right: 10px;
}
.formLabel {
	font-weight: bold;
}
.formTextbox {
	width: 300px;
}
