h1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align:center;
}


h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align:center;
	padding:0px;
	margin:0px;
	font-size:1.0em;
	font-weight:bold;
	color: #0080C0;
}

h4 {
	color:#FF3333;
	font-size:1.1em;
	font-weight:bold;
}
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:0.8em;
	background-color:#eee;
	text-align:center;	
		}
	
#frame {
		width:95%;
		margin: 0 auto;
		margin-top:0px;
		padding:0px;
		}
	
#contentleftmain {
		width:24%;
		height:700px;
		margin-top:0px;
		margin-right:0px;
		padding:0px;
		float:left;
		background-color:#99FFCC;
		}	

#contentcenterleftmain {
		width:24%;
		height:700px;
		margin-top:0px;
		padding:0px;
		float:left;
		background-color:#FFFF99;		
		}

#contentcenterrightmain {
		width:24%;
		height:700px;
		margin-top:0px;
		padding:0px;
		float:left;
		background-color:#FFCC66;
		}

#contentrightmain {
		width:24%;
		height:700px;
		margin-top:0px;
		padding:0px;
		float:left;
		background-color:#FF6666;
		}
				
#contentleft {
		width:25%;
		height:700px;
		margin:0px;
		padding:0px;
		float:left;
/*		background-color:#99FFCC; */
		}

#contentcenter {
		width:25%;
		height:700px;
		margin:0px;
		padding:0px;
		float:left;
/*		background-color:#FFCC66; */
		}
	
#contentright {
		width:48%;
		height:700px;
		margin:0px;
		padding:0px;
		float:right;
/*		background-color:#00FFFF; */
		}


		
.imagebox {
	width:175px;
	height:250px;
	margin-bottom:0px;
	margin-right:0px;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
	color:#FF3399;
}


#contentheader {
	width:100%;
	height:50px;
}

.imageprops {
	border: solid 1px;
	color:#000000;
}



#navbox {
		width:100%;
		margin-top:3px;
		margin-bottom:0px;
		padding-bottom:10px;
		text-align:center;
		background:#eee;
		
}



/* articletext gives properties general text*/
.articletext {
	font-size:1.1em;
/*	padding-right:2px; */
	text-align:left;
}

/* planttext gives properties of Plant A etc*/
.planttext {
	font-size:1.3em;
/*	padding-right:2px; */
	text-align:left;
	font-weight:bold;
	color:#FF3399;
}

.navbar {
	margin:0 auto;
	font-size:1.0em;
	color:#FFCC66;
}
 
.navbar td {

} 

/* formatting for the table cell that contains navigation between pages */
.back {
	width:75px;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	background-color:#eee;
}


/* formatting for the table cell that contains navigation between pages */
.here{
	width:75px;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	background-color:#CC3333;
}

.navbar1 {
	margin:0 auto;
	font-size:1.0em;
}
 
.navbar1 td {
	border:1px solid #333;

} 

/* formatting for the table cell that contains navigation between pages */
.back1 {
	width:75px;
	font-weight:bold;
	text-align:center;
	font-size:0.8em;
	background-color:#FFCC33;
}


/* formatting for the table cell that contains navigation between pages */
.here1{
	width:75px;
	font-weight:bold;
	text-align:center;
	font-size:0.8em;
	background-color:#CC3333;
	color:#fff;
}

li {
	font-size:1.2em;
	line-height:130%;
}

ol {
	font-size:0.9em;
	color:#CC0066;
	line-height:100%;
}
ul {
	font-size:1.1em;
	color:#339933;
}


/* black for link exists but not yet visited second set of link colours*/
.class1 a:link {color:#000; text-decoration: none; background-color: transparent }

/* purple for link exists but not yet visited*/
.class1 a:visited { color:#c09; text-decoration: none; background-color: transparent }

/* green when mouse hovers over link*/
.class1 a:hover { color:#693; text-decoration: underline; background-color: transparent }

/* blue during click or if it stays active as in wretched IE6*/
.class1 a:active { color:#36c;  text-decoration: underline; background-color: transparent }
/* green for link exists but not yet visited*/
a:link {color:#693; text-decoration: none; background-color: transparent }



/* plum red for link exists but not yet visited*/
a:visited { color:#CC3333; text-decoration: none; background-color: transparent }

/* black when mouse hovers over link*/
a:hover { color:#000; text-decoration: underline; background-color: transparent }

/* orange during click or if it stays active */
a:active { color:#FF9900;  text-decoration: underline; background-color: transparent }

