@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2 soli	d #845625;
	text-align: justify; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
	background-color: #FFF;
} 
.mainTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #006633;
}
.subtitle {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}


.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #006633;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
} 

	
.twoColFixRtHdr #footer {
	background-color: #FFF;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	float: none;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #845625;
	color: #FFF;
}
.twoColFixRtHdr #footer a {
	 margin:0;
	 color:#FFF;
}

.twoColFixRtHdr a.linkText:link{
	color:#845625;
}
.twoColFixRtHdr a.linkText:visited{
	color: #066;
}
.twoColFixRtHdr a.linkText:hover{
	color:#000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.barTitle {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.bodyStart {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006655;
}
.twoColFixRtHdr #container #mainContent table tr {
	color: #000;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.schedule_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #845625;
}
.mainFooter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #FFF;
}
.mainLink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #930;
}
.schedule_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0000;
}

.schedule_body a{
	color:#000;
}
.schedule_body a.linkText:link{
	color:#845625;
}
.schedule_body a.linkText:visited{
	color: #066;
}
.schedule_body a.linkText:hover{
	color:#000;
}



.twoColFixRtHdr #container #mainContent table tr td #schedule .schedule_header td {
	color: #0000;
}
.recipe_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
}
.recipe_subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #845625;
	font-weight: bold;
	font-style: normal;
}
.ingredient_method {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #845625;
}
.BigLetter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #006655;
	margin-right:0px;
	float:left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.RecipeName {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006655;
	font-weight: 500;
}
.RecipeDescription {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	color: #000;
	text-align: justify;
}
.RecipeSubtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	color:#845625;
}
.RecipeAmount {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	color: #000;
	text-align: right;
	vertical-align: top;
}
.RecipeIngredient {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	color: #000;
	text-align: left;
}
.RecipeMethod {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	color: #000;
	text-align: justify;
}
