body {
  	font-family: verdana, geneva, arial, helvetica, sans-serif;
  	font-size: 80%;
  	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #000;
	background: #ddc; }
	
/* form highlighting */
input.required {border-color:red}

label {font-weight: bold;}
label.required {color: red;}	

#pagetitle {
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 210%;
	color: #fff; }


a:link {  color	: #00008B;
Font-family : "verdana", Arial, sans-serif;
   font-size: 1.3em;
}

a:visited {color: #aa0000; padding: 1px; font-size: 1.3em; }

a:hover {color: #00008B; background: #fff; text-decoration: underline; padding: 1px; font-weight:bold;}

#leftbox a:link, #leftbox a:visited {color: #233622;   }

.right a:link strong, .right a:visited strong, .right a:link, .right a:visited {
	color: #000;  background: #eef7e2; padding: 1px; }
/*** redundancy in this selector and the one below allows op6 to display links properly ***/

.right a:hover strong, .right a:hover {color: #00008B; background: #fff; padding: 1px; }

#contents a:link, #contents a:visited {
	color: #00008B; ; background: #fff; padding-top: 0; }

#contents a:hover {color: #00008B; background: #233622; padding-top: 0; }

#footer a:link, #footer a:visited {color: #771464; }



strong {font-weight: bold; color: #233622; }
	
pre strong {color: #000; }

#contents strong {color:  #fff; }

#announcement strong {color:  #fff; }

#contents pre.altcolor2 strong {color: #cde7a8; }

.alignright  {margin: 0; padding: 1em 10px 2.5em 0; text-align: right; }

.small {font-size: .9em; color: #771464; }

.alignright strong {color: #771464; font-weight: bold; }

.decoration {float: right; margin: 2em 2em 3px 3px; position: relative; } /*** for IE6 ***/

.producepix {float: left; margin: 0.5em 1em 3px 3px; position: relative; } /*** for IE6 ***/

html[xmlns] .decoration {margin: 0 1em 0 0; } /*** moz put the image too low ***/

 
#bottom {font-size: 1px; line-height:0 margin:0; padding:0;}

 
/*** the #header div has a static position and a background image ***/

#header {
	position : center;
	margin: 0;
	padding: 0; 
	background: url("Images/NewBIGHVFBanner.gif")   no-repeat; /*** this is a shorthand 
								   property for the various 
								   background properties ***/
	height: 120px; } /*** must be set so the following absolutely positioned divs are 
			    placed correctly on initial load of the page***/ 
#filledcenter{
	width :98%;
 	height: 350px;
	padding : 2px;

}
#leftbox {
	position: absolute;
	left: 0px;
	width: 150px;
	border-top: 2px solid #ddc;
	background-color: #ddc;
	color: #000; 
	padding: 5px 0px 5px 0px; 
	margin-left: 2px;}

#container {
	margin-left: 155px;
	background: #dec    ;
	border-left: 1px solid #000; }

#navmenu {
	background-color: #ddd;
	border-right: 2px solid #000;
	border-width: 0px 0px;
	padding: 3px   0px  ;
	position: relative; } /*** ie6 needs this to display the div ***/  

#navmenu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: verdana, sans-serif;
	text-align: center;
	line-height: 1.2em; } 

#navmenu ul li {
  	/* font-weight: bold;*/
  	display: block;
  	float: left;
  	position: relative; /*** IE6 needs this to display the links ***/
	padding: 1px 0;
	margin:  5px 0;
	width: 10em;  
	border-right: 0px solid #000; }

#navmenu ul li.first {
	margin-left: 0; 
	list-style: none; }

#navmenu ul li.last {
	border-right: none; }

#navmenu a {
	padding: 3px 0;
	color: 	font-color :#00008b; } 

#navmenu a:hover {
 	color: #00008b; 
	background: #ddd; 
	font-weight: bold;}
	
#signup_container {
	background-color: #fff;
	border-width: 0px 0;
	padding: 20px 20px 20px 20px ;
	position: relative; } /*** ie6 needs this to display the div ***/ 

#navmenu_container {
	background-color: #fff;
	border-width: 0px 0;
	padding: 3px 0;
	position: relative; } /*** ie6 needs this to display the div ***/  

#navmenu_container ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: verdana, sans-serif;
	text-align: center;
	line-height: 1.2em; } 

#navmenu_container ul li {
  	/*font-weight: bold;*/
  	display: block;
  	float: left;
  	position: relative; /*** IE6 needs this to display the links ***/
	padding: 1px 0;
	margin:  5px 0;
	width: 10em;  
	border-right: 0px solid #000; }

#navmenu_container ul li.first {
	margin-left: 0; 
	list-style: none; }

#navmenu_container ul li.last {
	border-right: none; }

#navmenu_container a {
	padding: 3px 0;
	color: 	font-color :#00008b; } 

#navmenu_container a:hover {
 	color: #00008b; 
	background: #fff; 
	font-weight: bold}
	
#wrapper {
	padding-top: 5px; }
	
.leftbox_container{
	float:left;
	width:33%;
	padding: 0px 0px 0px 0 ;
	position: relative; } /*** ie6 needs this to display the div ***/  
	
.rightbox_container {
	width:33%;
	float: right;
	padding: 0px 0px 0px 0; 
	position: relative; }
	
.centerbox_container {
	width:33%;
	float: center;
	padding: 0px 0px 0px 0; 
	position: relative; }	


#navclear {
  	display: block;
	clear: both; }

/*** ie5/mac has trouble with right positioned boxes due to a secret margin. see  
     - http://www.l-c-n.com/ie5tests/right_pos/index.shtml - philippe wittenbergh's page 
     for an explanation of this problem and sam foster's page for an explanation of the 
     hack used  - http://www.sam-i-am.com/testsuite/css/mac_ie5_hack.html - ***/
 
#rightbox {
	position: absolute;
	right: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 145px;
	background: #dec  ;
	padding-left: 10px;
	padding-top: 5px; }

/* hide the following from ie5-mac \*/
#rightbox {
	right: 0;
	margin-right: 0; }
/* IE5-Mac can see the rest */

#wrapper {
	margin-left:0px;
	margin-right: 155px;
	padding-top: 5px; 
	padding-right:  7px;
	padding-left: 6px;
	background-color: #fff; 
	border-right : 1px solid #000;}

/*** tan hack for ie. only IE browsers see this selector.
     This replaces the old tantek hack. please see edwardson tan's page.
     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* html #wrapper {
	width: 100%; /*** ie5.5 needs this value to eliminate a horizontal scrollbar ***/
	width: auto; } /*** resets the value for IE6 and IE5-Mac ***/

.left {
	float: left;
	margin-left: 10px;
	width: 43%;
	padding: 5px 5px 5px 0;
	background: #fff; }

html>body .left {margin-left: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.right {
	float: right;
	margin-right: 0px;
	width: 216;
	padding: 0px 0px 0px 0px;
	background: #fff; }

html>body .right {margin-right: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

.clear {
	clear: both;
	margin: 0;
	padding: 0; }

#contents {
	background-color: #233622;
	margin: 0px 0px 0px 0px;
	/*margin-right: 0px;
	margin-left: 0px;*/
	color: #eef7e2;
	padding: 1px 3px 3px 1px;
	position: relative; } /*** IE6 needs this to display the div ***/
	
#announcement{
	background-color: #DD0000;
	margin: 0px 0px 0px 0px;
	/*margin-right: 0px;
	margin-left: 0px;*/
	color: #eef7e2;
	position: relative; } /*** IE6 needs this to display the div ***/	

#footer {
	background: #fff;
	margin-top: 1.5em;
	margin-right: 3 px;
	border-top: 1px solid #888; }
/** These below are for compatibility with the older HVF css file **/	
 span.M1txt

  {
  Font-family : "verdana", Arial, sans-serif;
  font-size: 1.0em;
  }

 span.bigtxt

  {
  Font-family : "verdana", Arial, sans-serif;
  font-size: 1.3em;
  font-weight : bold;
  }

  span.ittxt

  {
  	Font-family : "Times New Roman", Times, serif;
  	font-size: 1.2em;
  	font-style : italic;
  	font-weight : bold;
  }

  span.foottxt

  {

  Font-family : "verdana", Arial, sans-serif;

  font-size: 1em;

  }
  TD.navbar

  {

  text-align :right;

  padding-right :3px;

  }

  A.navlink
  { color : #00008B; Font-family : "verdana", Arial, sans-serif;font-size: 1.1em;  }

  A.footlink

  {

  color : #00008B;

  Font-family : "verdana", Arial, sans-serif;

  font-size:1em;

  text-decoration : none;

  }
  A.biglink
  {
  color : #00008B;
  Font-family : "verdana", Arial, sans-serif;
  font-size:large; 
  font-weight:bold;
  text-decoration : none;

  }

  A.biglink2
  {
  color : #00008B;
  Font-family : "verdana", Arial, sans-serif;
  font-size:xx-large; 
  font-weight:bold;
  text-decoration : none;

  }
  
  H1

  {

  Font-family : "verdana", Arial, sans-serif;

  FONT-SIZE:2em;

  FONT-STYLE: italic;

  width: 100%;

  }

  H2

  {

  Font-family : "verdana", Arial, sans-serif;

  font-size: 1.2em;

  width: 100%;

  }
.boldtxt {  font-size: 9px; font-style: normal; font-weight: bolder}
  div.fruit
  {
  color : brown;
  Font-family : "verdana", Arial, sans-serif;
  font-size: 1.3em; 
  }

  div.coffee
  {
  color : green;
  Font-family : "verdana", Arial, sans-serif;
  font-size: 1.3em; 
  }
  div.cheese
  {
  color : blue;
  Font-family : "verdana", Arial, sans-serif;
  font-size: 1.3em; 
  }
  div.csa
  {
  Font-family : "verdana", Arial, sans-serif;
  font-size: 1.3em; 
  font-style:italic;
  }
  div.green
  {
  color : green;
  Font-family : "verdana", Arial, sans-serif;
  font-size: 1.3em; 
  font-style:italic;
  }
  div.brown
  {
  color : brown;
  Font-family : "verdana", Arial, sans-serif;
  font-size: 1.3em; 
  font-style:italic;
  }

