.biointro {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 20px;
	color: "#000000";
	text-align: center
}

.biocontainer {
	position: relative;
	width: 100%;
	left: 5px;
	top: 5px;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #006633;
} 
.biophoto {
	float: left;
	width: 180px;
	height: 180px;
	margin: 10px;
	padding: 0px;
} 
.biotext {
	left: 10px;
	top: 0px;
	margin: 10px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
} 


.mistralheader {
	font-family: Mistral, Arial, Helvetica, sans-serif; 
	color: #800000; 
	font-weight:bold; 
	font-size:32pt;
	text-align: center;
}

/* Classes for photo / picture styles */
.porth300w225 {
	margin: 5px;
	height: 300px;
	width: 225px;
	border: thin solid #333333;
	text-align: left;
	vertical-align: top;
}
.landh300w400 {
	margin: 5px;
	height: 300px;
	width: 400px;
	border: thin solid #333333;
	text-align: left;
	vertical-align: top;
}
.porth400w300 {
	margin: 5px;
	height: 400px;
	width: 300px;
	border: thin solid #333333;
	text-align: left;
	vertical-align: top;
}
.landh225w300 {
	margin: 5px;
	height: 225px;
	width: 300px;
	border: thin solid #333333;
	text-align: left;
	vertical-align: top;
}
.landh168w225 {
	margin: 5px;
	height: 168px;
	width: 225px;
	border: thin solid #333333;
	text-align: left;
	vertical-align: top;
}

.squarelarge {
	margin: 0px;
	height: 180px;
	width: 180px;
	border: 1px solid #000000;
	text-align: left;
	vertical-align: top;
}
.squaresmall {
	margin: 2px;
	height: 72px;
	width: 72px;
	border: 2px solid;
	text-align: left;
	vertical-align: top;
}
/* use rectsmall when image is not an exact square but you want the same width */
.rectsmall {
	margin: 2px;
  width: 72px;
	border: 2px solid;
	text-align: left;
	vertical-align: top;
}


/* Links */
/* wait to activate until redesign 
a:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #6600CC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
*/
