body {
	margin:0;
	padding:0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background-color: #F5BA5C; 
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
    }
/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
    }
#header {
	background-color: #fff;
	border: 2px solid #339933;
	margin-bottom: 10px;
	}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
    margin:0;
	}
#header a, a:visited {
    color:#339933;
    font-weight: bold;
	}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style: none;
	margin: 10px 0 0 0;
	padding:0;
	}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background-color: #fffccc;
	color:#339933;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	font-weight: bold;
	border-top: 1px solid #339933;
	border-left: 1px solid #339933;
	border-right: 1px solid #339933;
	border-bottom: 0
	}
#header ul li a:hover {
	background:#339933;
	color:#fff;
	}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#339933;
	font-weight:bold;
	}
#header ul li a span {
	display:block;
	}
/* Content frame styles */
#frame {
	width:780px;
	margin: 10px auto;
	padding: 0px;
	text-align: left;
	}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	}	
#content img {
	border: 1px #339933 solid;
	}	
/* Home page left column styles */
#contentleft {
	width: 210px;
	padding: 10px 0 10px;
	margin: 0 5px 10px 0;
	float: left;
	background:#fff;
	border: 2px solid #339933;
	}
#contentleft h2 {
	font-family: 'Lucida Console', 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
    border-bottom: 2px dotted #339933;
    margin: 0 0 10px 0;
    color: #7A0067;
    }
#contentleft p {
	margin-bottom: 5px;
	}
.highlight-ul {
	margin: 0 0 0 1.5em; 
	padding: 0
	}
.highlight ul {
	margin: 0 0 5px 1.5em;
	padding: 0
	}
.highlight li {
	list-style-type: circle;
	color: #339933;
	margin: 0 0 5px 0;
	padding: 0
	}
#contentleft a, a:visited {
    color:#339933;
    font-weight: bold;
	}
#contentleft a:hover {
	color: #cc3300;
	text-decoration: underline;
	font-weight: bold;
	}
.image-caption-home {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
	height: 113px;
	width: 165px;
	}
.image-caption-home cite {
	background: #ffffcc;
	filter:alpha(opacity=75);
	opacity:.55;
	color: #990000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 1px;
	width: 159px;
	padding: 3px;
	border-top: 1px solid #990000;
	margin: 0;
	}
/* Home page center column styles */
#contentcenter {
	width:314px;
	padding: 10px 5px 10px;
	float:left;
	background-color: #F5F8EC;
	border: 2px solid #339933;
	}
#contentcenter h2 {
	font-family: 'Lucida Console', 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
    border-bottom: 2px dotted #339933;
    margin: 0 0 10px 0;
    color: #7A0067;
    }
#contentcenter h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #cc0033;
	font-weight: bold;
	}
#contentcenter a, a:visited {
    color:#339933;
    font-weight: bold;
	}
#contentcenter a:hover {
	color: #cc3300;
	text-decoration: underline;
	font-weight: bold;
	}
#contentcenter p {
	line-height: 1.5em;
	}
/* Other pages left column styles*/
#contentleft-pages {
	width: 535px;
	padding: 10px;
	margin-bottom: 10px;
	float:left;
	text-align: left;
	background:#fff;
	border: 2px #339933 solid;
	vertical-align: top;
	color: #663300
	}
#contentleft-pages p {
	line-height: 1.5em;
	}
#contentleft-pages hr{
	width: 80%;
	color: #ff3300;
	height: 1px;
	}		
#contentleft-pages li {
	margin-bottom: 10px;
	list-style-type: circle;
	}
#contentleft-pages img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	}
.image-caption {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
	height: 113px;
	width: 165px;
	}
.image-caption cite {
	background: #ffffcc;
	filter:alpha(opacity=75);
	opacity:.55;
	color: #990000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 1px;
	width: 159px;
	padding: 3px;
	border-top: 1px solid #990000;
	margin: 0
	}
#contentleft-pages a, a:visited {
    color:#339933;
    font-weight: bold;
	}
#contentleft-pages a:hover {
	color: #cc3300;
	text-decoration: underline;
	font-weight: bold;
	}
h1, h2
    margin-top: 10px;
    padding:0;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    letter-spacing: 1px;
    }
h1 {
	font-size: 14pt;
    color: #CC6633;
    font-family: Georgia;
    }
#contentleft-pages h2 {
	font-family: 'Lucida Console', 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
    border-bottom: 2px dotted #339933;
    margin: 0 0 10px 0;
    color: #7A0067
    }	
.emphasize {
	color: #990000;
	font-weight: bold;
	}
.infobox {
	float: right;
	width: 200px;
	margin: 0 0 10px 10px;
	background: #ffffcc;
	border: 1px dotted #7A0067;
	padding: 5px;
	color: #004B18;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	font-style: italic;
	}
#cooking-links {
	background-color: #fffccc;
	border: 1px dotted #7A0067;
	padding: 5px;
	margin: 0 5px 5px;
	}
#cooking-links a, a:visited {
	color: #339933;
	font-weight: bold;
	}
#cooking-links a:hover {
	color: #cc3300;
	font-weight: bold;
	}
.form-name {
  	font-family: 'Trebuchet MS',tahoma, courier new, courier, sans-serif;
  	font-size: 10pt;
  	line-height: 3mm;
  	color: #363636;
  	font-weight: bold;
  	padding: 0 0 4px 0;
	}
.form-title {
	font-family: 'Trebuchet MS',tahoma, courier new, courier, sans-serif;
	font-size: 10pt;
	line-height: 3mm;
	color: #363636;
	padding: 3px 0 2px 0;
	}
.form-textinput {
  	font-family: 'Trebuchet MS',tahoma, courier new, courier, sans-serif;	
  	font-size: 10pt;
  	background-color: #ffffff;
 	color: #363636;
  	width: 13em;
  	border-style: solid;
  	border-color: #E7573B;
  	border-width: 1px;
	}
.form-button {
  	font-size: 10pt;
  	font-family: 'Trebuchet MS',tahoma, courier new, courier, sans-serif;
  	width: 13em;
  	height: 22px;
  	margin-bottom: 10px;
  	margin-top: 4px;
	}
#thankyou {
	padding: 10px;
	text-align: center;
	line-height: inherit;
	}
#thankyou h1 {
	color: #990033;
	font-weight: bold;
	font-size: 1.3em;
	font-family: 'Trebuchet MS', Georgia, Verdana, sans-serif;
	text-decoration: none;
	letter-spacing: 1.5px;
	margin: 5px 0 0 0;
	padding: 0;
	}

	
/* Right column styles */
#contentright {
	width: 211px;
	text-align: left;
	vertical-align: top;
	padding: 0;
	margin: 0 0 0 10px;
	float: left;
	background-color: #fff;
	}
#contentright h2 {
	font-family: 'Lucida Console', 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 14px;
    border-bottom: 2px dotted #339933;
	margin: 10px 5px 10px 5px;
    color: #7A0067
    }	
#images {
	background: #fff;
	border: 1px dotted #ff3300;
	padding: 5px;
	margin: 0 5px 5px;
	}
#images img {
	margin: 0 0 5px;
	}
.highlight {
	background-color: #ffffcc;
	border: 1px dotted #7A0067;
	padding: 5px;
	margin: 5px;
	color: #990000;
	}	
.highlight p {
	font-size: 10pt;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	}
#contentright a, a:visited {
	color: #339933;
	font-weight: bold;
	}
#contentright a:hover {
	color: #cc3300;
	font-weight: bold;
	}
.quote {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	background-color: #ffffcc;
	border: 1px dotted #7A0067;
	padding: 5px;
	margin: 5px;
	color: #990000;
	font-style: normal;
	}
.quote p {
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	}
.highlight img {
	margin: 0;
	}
/* Footer styles */
#footer {
	clear:both;
    text-align: center;
    width: 535px;
    background-color: #fff;
    }
#footer p {
	padding:10px;
	margin:0;
    }
#footer a, a:visited {
	color: #cc3300;
	font-weight: normal;
	}
#footer a:hover {
	color: #339933;
	font-weight: normal;
	}