@charset "utf-8";
/* CSS Document */
body{
	background:#FEF3B7 url(../images/sugar-chef-logo-header.gif) center top no-repeat;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	}

a:link, a:visited{
	color:#AD0E86;
	}
a:hover{
	color:#EE2DBE;
	}

#contentArea{
	width:1000px;
	}
#pageHeader{
	height:192px;
	}
#topMenu{
	margin:0;
	padding:12px 0 0 0;
	list-style:none;
	}
#topMenu li{
	float:left;
	display:block;
	}
#pageContent{
	text-align:left;
	padding:10px 25px 0 25px;
	}

#pageFooter{
	text-align:center;
	font-size:12pt;
	color:#95886C;
	font-weight:bold;
	height:60px;
	padding:12px 0 0;
	background-color:#FAC1D4;
	}
#bottomMenu{
	padding:0;
	list-style:none;
	width:995px;
	font-weight:bold;
	font-size:8pt;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	}

#bottomMenu li{
	display:block;
	float:left;
	padding:6px 5px 10px 10px;
	}

#leftCol{
	width:680px;
	float:left;
	}

#rightAds{
	width:245px;
	padding:0 0 20px 15px;
	float:right;
	text-align:center;
	}

.pageTitle{
	color:#710F4B;
	font-size:14pt;
	}
	
.lightPageTitle{
	color:#95886C;
	font-size:14pt;
	}
.lightPageSubTitle{
	color:#000000;
	font-size:13pt;
	}
.pageSubTitle{
	color:#710F4B;
	font-size:13pt;
	}
.textBlock{
	font-size:9pt;
	color:#000000;
	font-weight:normal;
	}
.redTxt{
	color:#FF0000;
	}
.smallCopy{
	font-size:7pt;
	}
.imgBorder{
	border:4px groove #333333;
	padding:3px;
	}
.blkTxt{
	color:#000000;
	}
