*
{
	margin: 0;
	padding: 0;
}

acronym
{
	cursor: help;
	border-bottom: #FFF;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
	font-variant: normal;
}

body
{
	margin: 2em 1em 1em;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 140%;
	background-color: #000;
}

div#overlay
{
	position: absolute;
	visibility: hidden;
	width: 240px;
	height: 350px;
}

div#box
{
	width: 550px;
	margin: 0 auto;
	padding: 0;
}

div#box div#printTitle
{
	display: none;
}

div#box div#top
{
	width: 550px;
	height: 70px;
	background-image: url( ../img/header.jpg );
	background-repeat: no-repeat;
}

div#box p
{
	margin: 1em 0;
	text-align: left;
}

div#box p.divider img
{
	width: 550px;
	height: 1px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

div#box p img#spacer
{
	width: 120px;
	height: 350px;
	float: right;
}

div#box p img#spacer_ie
{
	width: 240px;
	height: 350px;
	float: right;
}

div#box p a.note
{
	color: #CCC;
	background-color: inherit;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	vertical-align: 4px;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

div#box p a.note:hover
{
	color: #333;
	background-color: #CCC;
	text-decoration: none;
	font-weight: bold;
}

div#box p.recipe
{
	margin-left: 140px;
}

div#box p.recipe a
{
	color: #CCC;
	background-color: inherit;
	font-style: italic;
	border: none;
	text-decoration: none;
}

div#box p.recipe a:hover
{
	color: #333;
	background-color: #CCC;
	font-style: italic;
	border: none;
	text-decoration: none;
}

div#box div#button
{
	padding: 0;
	margin: 0;
	text-align: center;
}

div#box div#button a#anchor,
div#box div#button a#anchor:hover
{
	color: inherit;
	background-color: inherit;
	border-width: 0;
	border-style: none;
	text-decoration: none;
}

div#box div#button a img
{
	border-width: 0;
	border-style: none;
}

div#box div.footnote,
p#credit
{
	font-size: 13px;
	line-height: 1.2em;
	margin: 0.5em 0 0 0;
	padding: 0;
	clear: left;
}

div#box div.footnote div.footnoteNumber
{
	float: left;
	text-align: right;
	width: 1.5em;
	padding-right: 0.5em;
	font-weight: bold;
}

div#box div.footnote a.noteNumber
{
	color: #CCC;
	background-color: inherit;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

div#box div.footnote a.noteNumber:hover
{
	color: #333;
	background-color: #CCC;
	text-decoration: none;
	font-weight: bold;
}

div#box div.footnote div.footnoteText
{
	padding-left: 2em;
}

div#copy
{
	color: #666;
	background-color: inherit;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
}

div#qTip {
  display: none;
  position: absolute;
  padding: 0.25em;
  color: #000;
  background-color: #CCC;
  border: 1px solid #333;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  z-index: 1000;
}

