/* Style sheet used for main site */

body {
	font-family: Arial, Helvetica, sans-serif ; 
	color: #006600; 
	font-size: 100% ; 
	padding: 0; 
	margin: 0; 
	width: 100%; 
}

a:link, a:visited, a:active {
	color: #006600;
	text-decoration: underline;
}

a:hover {
	color: #339933;
}

.main_body {
/* just in case some of the old notation is still in the script... */
	color: #006600; 
	font-size: small; 
}

.main_title1 {
	font-family: Arial Narrow, Helvetica Condensed, sans-serif ; 
	color: #006600; 
	font-size: xx-large ;
	font-weight: bold ;
	line-height: 150% ;
	padding: 5 ;
	text-align: center ;
}

.main_title2 {
	font-family: Arial Narrow, Helvetica Condensed, sans-serif ; 
	color: #006600; 
	font-size: x-large ;
	font-weight: bold ;
	line-height: 120% ;
	padding: 2 ;
	text-align: center ;
}

.main_title3 {
	font-family: Arial Narrow, Helvetica Condensed, sans-serif ; 
	color: #006600; 
	font-size: large ;
	font-weight: bold ;
	text-align: center ;
}

.main_heading1 {
	font-family: Arial, Helvetica, sans-serif ; 
	color: #006600; 
	font-size: large ;
	font-weight: bold ;
}

.main_heading2 {
	font-family: Arial, Helvetica, sans-serif ; 
	color: #006600; 
	font-size: small ;
	font-weight: bold ;
}

.main_heading3 {
	font-family: Arial, Helvetica, sans-serif ; 
	color: #006600; 
	font-size: small; 
	font-weight: bold ;
}

.form_error {
/*	used in the contact and subscription forms */
	font-family: Arial Narrow, Helvetica Condensed, sans-serif ; 
	color: red; 
	font-size: small; 
	font-weight: bold ;
}
