html, body {
	background-attachment: fixed;
  	background-color: #FFF9DF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: 8px;
	margin-top: 0px;
}
/* begin general text definition */
/* a:xxx must be in this order- link, visited, hover, active */
		
a:link {
	background-color: transparent;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:visited {
	background-color: transparent;
	color: #CC9900;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #008000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h1 {
	background-color: transparent;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	background-color: transparent;
	color: #003300;
}

h3 {
	background: transparent;
	color: #003300;
    font-style: normal;
}

td, th {

	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

p, li {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

/* end general text definition */

/* begin layout definition */
/* sets left gutter for text body on secondary pages */
.leftgutter {
	background-color: #FFFFFF;
	border-bottom-color: #336633;
	border-bottom-style: solid;
	border-bottom-width: 30px;
	left: 30px;
	margin-left: 10px;
	margin-top: 10px;
		 /* padding is top,right,bottom,left */
	padding: 10px 20px 30px 20px;
	position: relative;
	width: 75%;
}
/* content 80= 80% wide column- used for chocolate.html with featurebox on right */
.content80 {
	background-color: #FFFFFF;
	border-bottom-color: #336633; /* dark green */
	border-bottom-style: solid;
	border-bottom-width: 30px;
	left: 30px;
	margin-left: 10px;
	margin-top: 10px;
		 /* padding is top,right,bottom,left */
	padding: 10px 20px 30px 20px;
	position: relative;
	width: 80%;
}

.smleftgutter {
	left: 10px;
}

.listheading {
	font-style: italic;
	font-weight: bold;
}

#address {
	color: #336633;
	font-size: 12px;
	text-align: center;	
	margin-left: 25px;	
}

.mhvclogotext {
	padding-left: 5px;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}

.question {
	background: transparent;
	color: #FFFFFF;
	font-weight: bold;
}

.questionheading {
	background-color: #336633;
	color: #FFFFFF;
	font-weight: bold;
	 /* padding is top,right,bottom,left */
	padding: 5px 5px 3px 5px;
	margin: 0px;
 border: none;
 width: 100%;
   }

.smalltext {
	font-size: 10px;
	text-decoration: none;
}

.highlight {
	border: 1em;
	border-color: green;
	text-align: center;
	width: 80%;
	padding: 10px;
	background: #FFF9DF;
	border-top: thin;
	border-bottom: 1px;
	outline: Black solid thin;
}

.highlightbox {
 background-color: #ccffcc; 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	 /* padding is top,right,bottom,left */
	padding: 5px 10px 5px 10px;
	text-align: center;
}

p.highlightbox {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		height: 50px;
}

.center {
	text-align: center;
}

#comment {
	font-size: smaller;
	text-align: center;
}

/* on index.html left side */
.featurebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 130px;
	border: thin solid #003399;
	color: #003399;
	margin: 0;
	text-align: center;
	padding-top: 5px; /* change 2/5/08 from 10px */
	padding-left: 5px;  /* change 2/5/08 from 10px */
	padding-right: 5px;
	padding-bottom: 5px;
}

/* on secondary pages */
.featurebox2 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;	
	width: 150px;
	border: thin solid #003399;
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
}

/* on secondary pages right side*/
.featureboxright {
	padding: 5px;
	width: 200px;
	border: thin solid #336633;
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: left;
	float: right;
	clear:left;
	font-size:90%;
	font-weight: normal;
}

.featureboxrighttitle {
	color: #FFFFFF;
	background-color: #336633;
	text-align: center;
	margin-top: 100px;
	}
	
.featureboxrighttitle2 {
	color: #ffffff;
	background-color: #336633;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	}

/* top nav bar */
.navcontainer ul {
	list-style-type: none;
	/* width: 100%;  precision for Opera */	
	margin-left:0px;	
}

.navcontainer li {
	float: left;
	margin-left:0px;	
	width: auto;
}

/* a:xxx must be in this order- link, visited, hover, active */
.navcontainer a {
	margin: 0 0px;
	padding-right: 1em;
	padding-left: 1em;
	height: 20px;
	display: inline;
	text-align: center;
	border-top: 1px solid #036;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	border-left: 1px solid #036;
	text-decoration: none;
	color: #fff;
	background-color: #036;
}

.navcontainer a:visited {
	background-color: #036;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.navcontainer a:hover {
	background-color: #FFF9DF;
	border-top: 1px solid #036; 
	border-right: 1px solid #036; 
	border-bottom: 0px solid #036; 
	border-left: 1px solid #036; 
	color: #006600;
	text-decoration: none;

}

.navcontainer a:active {
	background-color: #036;
	border-top: 1px solid #036; 
	border-right: 1px solid #036; 
	border-bottom: 1px solid #060; 
	border-left: 1px solid #036; 
	color: #FFF9DF;
	text-decoration: none;
}

#breadcrumb {
	clear: both;
	margin-top: 10px;
	margin-left: 20px;
	padding: 0;
	color:#666;	
	}
	
#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}

#border {
	border-width: thin;
	border-color: #003300;
	border-style: solid;
}

.clearboth {
	clear: both;
	}
