H1 {
	color: #800000;
	font-family: Courier New,Courier,monospace; font-size: 130%; font-weight: bold; line-height: 1.25; /* comments */
   } 
	
H2 {
	color: #800000;
	font-family: Arial,Helvetica,sans serif; font-size: 120%; font-weight: bold; line-height: 1.25; /* comments */
   } 
	
H3 {
	color: #669900;
	font-family: Arial,Helvetica,sans serif; font-size: 100%; font-weight: bold; line-height: 1.25; /* comments */
   } 


H4 {
	color: #800000;
	font-family: Arial,Helvetica,sans serif; font-size: 110%; font-weight: bold; line-height: 1.25; /* comments */
   } 

H5 {
	color: #669900;
	font-family: Arial,Helvetica,sans serif; font-size: 90%; font-weight: bold; line-height: 1.25; /* comments */
   } 
   
span.logo1
  {
	color: #800000;
	font-family: Courier New,Courier,monospace; font-size: 150%; font-weight: bold; line-height: 1.25; /* comments */
   }
   
span.logo2
  {
	color: #669900;
	font-family: Courier New,Courier,monospace; font-size: 150%; font-weight: bold; line-height: 1.25; /* comments */
   }

span.crumb {
	color: #F97231; /* Sets the color of the font */
	font-size:80%; /* Points (such as 8pt) is possible, but always use % */
	line-height: 1.25; /* Sets line height (leading) */
	padding: 0pt; /* Controls space around the paragraph */
	text-align: left; /* alignment left, right, center, justify */
	text-indent: 0px; /* Allows indents. px=pixels */
	font-weight: bold; /* normal, bold */
	font-style: normal; /* normal, italic */
	font-family: Arial,Helvetica,sans serif; /* Fonts in quotes */
   }
   
a.crumb {
	color: #F97231; /* Sets the color of the font */
	font-size:80%; /* Points (such as 8pt) is possible, but always use % */
	line-height: 1.25; /* Sets line height (leading) */
	padding: 0pt; /* Controls space around the paragraph */
	text-align: left; /* alignment left, right, center, justify */
	text-indent: 0px; /* Allows indents. px=pixels */
	font-weight: bold; /* normal, bold */
	font-style: normal; /* normal, italic */
	font-family: Arial,Helvetica,sans serif; /* Fonts in quotes */
	text-decoration: none;
   }

table.nav {
  border-right-color: #669900;
  border-right-style: dotted;
  border-right-width: thin;
}

table.rightnav {
  border-left-color: #669900;
  border-left-style: dotted;
  border-left-width: thin;
}

table.banner {
  background-image: url(bannerstripes.jpg)
}
	    
a {
	color: #003300; /* Sets the color of the font */
	font-size:90%; /* Points (such as 8pt) is possible, but always use % */
	line-height: 1.25; /* Sets line height (leading) */
	padding: 0pt; /* Controls space around the paragraph */
	text-align: left; /* alignment left, right, center, justify */
	text-indent: 0px; /* Allows indents. px=pixels */
	font-weight: bold; /* normal, bold */
	font-style: normal; /* normal, italic */
	font-family: Arial,Helvetica,sans serif; /* Fonts in quotes */
  text-decoration: none;

    }
		
p {
	color: #003300; /* Sets the color of the font */ 
	font-size:80%; /* Points (such as 8pt) is possible, but always use % */
	line-height: 1.25; /* Sets line height (leading) */
	padding: 0pt; /* Controls space around the paragraph */
	text-align: left; /* alignment left, right, center, justify */
	text-indent: 0px; /* Allows indents. px=pixels */ 
	font-weight: normal; /* normal, bold */
	font-style: normal; /* normal, italic */ 
	font-family: Arial,Helvetica,sans serif; /* Fonts in quotes */

   }
hr {
	color: #669900; /* Sets the color */
   }

p.home {       /*p.home controls the paragraph text on homepage*/
	color: #003300; /* Sets the color of the font */
	font-size: 90%; /* Points (such as 8pt) is possible, but always use % */
	line-height: 1.25; /* Sets line height (leading) */
	padding: 0pt; /* Controls space around the paragraph */
	text-align: center; /* alignment left, right, center, justify */
	text-indent: 0px; /* Allows indents. px=pixels */
	font-weight: bold; /* normal, bold */
	font-style: normal; /* normal, italic */
	font-family: Arial,Helvetica,sans serif; /* Fonts in quotes */

   }
   
hr {
  width: 50%;
  size: 1;
  color: #800000;

}

a.para {			/* a.para controls paragraph navigation links */
  color: #800000; /* Sets the color of the font */
	font-size:90%; /* Points (such as 8pt) is possible, but always use % */
	line-height: 1.25; /* Sets line height (leading) */
	padding: 0pt; /* Controls space around the paragraph */
	text-align: left; /* alignment left, right, center, justify */
	text-indent: 0px; /* Allows indents. px=pixels */
	font-weight: normal; /* normal, bold */
	font-style: normal; /* normal, italic */
	font-family: Arial,Helvetica,sans serif; /* Fonts in quotes */
	text-decoration: underline;
   } 


p.sidenav { 			/* p.sidenav controls side navigation bar topics */
	font-size: 85%;
	font-weight: bold; /* normal, bold */
	color: #800000;
	font-family: Arial,Helvetica,sans serif;
	line-height: 1.25%;
	text-align: left; /* alignment left, right, center, justify */
	text-indent: 0px;
   }

p.sidenavhead { 			/* p.sidenavhead controls side navigation headings */
	text-align: left; /* alignment left, right, center, justify */
	font-size: 80%;
	font-weight: bold;
	color: #669900;
	font-family: Arial,Helvetica,sans serif;
	line-height: 1.25;
	text-indent: 0px;
   }
   
 p.sidenavsubhead { 			/* p.navsubhead controls subheadings on side nav bar */
	color: #800000; /*  */
	font-size: 85%;
	font-weight: bold;
	line-height: 1;
	text-align: left; /* alignment left, right, center, justify */
	font-family: Arial,Helvetica,sans serif; /* fonts in quotes */
	text-indent: 0px;
   }

a.sidelink {			/* a.sitemap controls main sitemap topics */
	text-decoration: none;
	color: #800000; /*  */
	font-size: 90%;
	font-weight: bold;
	line-height: 1.15;
	text-align: left; /* alignment left, right, center, justify */
	font-family: Arial,Helvetica,sans serif; /* fonts in quotes */
   }

a.sitemap {			/* a.sitemap controls main sitemap topics */
	text-decoration: underline;
	color: #669900; /*  */
	font-size: 90%;
	font-weight: bold;
	line-height: 1.15;
	text-align: left; /* alignment left, right, center, justify */
	font-family: Arial,Helvetica,sans serif; /* fonts in quotes */
   }

a.sitemapsub {			/* a.sitemap controls sitemap subtopics */
	text-decoration: underline;
	color: #003300; /*  */
	font-size: 80%;
	font-weight: normal;
	line-height: 1.15;
	text-align: left; /* alignment left, right, center, justify */
	font-family: Arial,Helvetica,sans serif; /* fonts in quotes */
   }
a.sitemapsubsub {			/* a.sitemap controls sitemap subsubtopics */
	text-decoration: none;
	color: #800000; /*  */
	font-size: 75%;
	font-weight: bold;
	line-height: 1.15;
	text-align: left; /* alignment left, right, center, justify */
	font-family: Arial,Helvetica,sans serif; /* fonts in quotes */
   }

p.topnav { 			/* p.topnav controls subheadings on top nav bar */
	color: #ffffff; /*  */
	font-size: 70%;
	font-weight: bold;
	text-align: left; /* alignment left, right, center, justify */
	font-family: Arial,Helvetica,sans serif; /* fonts in quotes */
	
   } 

a.toplink {			/* a.toplink controls top nav bar links */
	color: #ffffff;
	text-decoration: none;
   }

p.sponsor { 			/* p.sponsor controls sponsor link headings */
	color: #800000; /*  */
	font-size: 80%pt;
	font-weight: bold;
	text-align: left; /* alignment left, right, center, justify */
	font-family: "Arial,Helvetica,sans-serif"; /* fonts in quotes */
   } 

p.footer { 			/* p.footer controls footer text */
	color: #800000; /*  */
	font-size: 50%;
	font-weight: bold;
	text-align: center; /* alignment left, right, center, justify */
	font-family: "Arial,Helvetica,sans-serif"; /* fonts in quotes */
   } 

p.recipehead {       /*p.home controls the recipe roundup headings ie fruit and vegetables*/
	color: #669900; /* Sets the color of the font */
	font-size: 90%; /* Points (such as 8pt) is possible, but always use % */
	line-height: 1.25; /* Sets line height (leading) */
	padding: 0pt; /* Controls space around the paragraph */
	text-align: left; /* alignment left, right, center, justify */
	text-indent: 0px; /* Allows indents. px=pixels */
	font-weight: bold; /* normal, bold */
	font-style: normal; /* normal, italic */
	font-family: "Arial,Helvetica,sans-serif"; /* Fonts in quotes */

   }

p.recipe {       /*p.home controls the recipe roundup topics ie apples and oranges*/
	color: #003300; /* Sets the color of the font */
	font-size: 80%; /* Points (such as 8pt) is possible, but always use % */
	line-height: 1.25; /* Sets line height (leading) */
	padding: 0pt; /* Controls space around the paragraph */
	text-align: left; /* alignment left, right, center, justify */
	text-indent: 0px; /* Allows indents. px=pixels */
	font-weight: bold; /* normal, bold */
	font-style: normal; /* normal, italic */
	font-family: "Arial,Helvetica,sans-serif"; /* Fonts in quotes */

   }

	