/* CSS Document */

/************** Overall HTML Tags ****************/
body{
	background:white;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}
h1 {
	font-weight: lighter;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
}
p{
	background:white;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;

}
a:link, a:visited {
	color:#003366;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

/************** Overall Class Tags ****************/
.topthird {
	font-size: 24pt;
	font-weight: lighter;
}
.printheader{
	font-size:18pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-bottom:24pt;
}
.hometext {
	font-weight: bold;
}
.recipetitle {
	font-style: oblique;
	font-size:14pt;
	font-weight: bolder;
}
.recipedesc {
	font-weight: bold;
}
.recipetext {
}
.paragraphmn {
	font-size: 13pt;
}
.floatphoto {
	float: none;
	margin-right: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.photocaption {
	font-weight: lighter;
}
.linklefttext {
	font-weight: lighter;
}
.paragraph_wide {
	font-weight: lighter;
	font-style: italic;
}
.floatphotoCentre2col {
	float: none;
}
.productphoto{
}

/************** Overall ID Tags ****************/
#wrapper{
	margin:0;
	padding:0;
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none;
	color: black; 
	background: transparent;
	}
#print_header{
	margin:0;
	padding:0;
	text-align:center;
	display:block;
}
#header{
	display:none;
}
#navigation_bar{
	display:none;
}
#main_text{
	float:none;
	width:6.5in;
}
#main_text a:link:after, #main_text a:visited:after {   /* provides the URL for printed links (in CSS-2 compliant browsers only)*/
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#photo1{
	display:none;
}
#navigation{
	display:none;
}