body {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bracken-lf-grn.jpg);
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h1 { /*same as headerTox*/
	color: #ffff33;
	font-size: 24px;
	font-weight: bold;
	background-color: rgba(0,75,0,0.2);
	*background-color:#690;
	text-indent: 5px;
	text-shadow: rgb(0,0,0) 2px 2px 2px;
	line-height: 1.5;
}
h2 { /*same as titleTox and header*/
	color: navy;
	font-size: 18px;
	font-weight:normal;
}
h2:target {
	color: yellow;
	background: red
}
h3 {
	font-weight: bold:
}
h4 {/*same as .Latinname*/
	color: teal;
	font-style: italic;
	font-size: 14px;
}
a {
	outline: none;
}
a:link {
	color: blue;
	text-decoration: none
}
a:visited {
	color: blue;
	text-decoration: none
}
a:hover {
	color: red;
	text-decoration: none;
}
td {
	background-color: rgba(173,255,47,0.3);
	padding-left: 5px;
	}
/*id elements*/
#bannerTox {
	top: 0;
	left: 0;
	background-image: url(../images/green-mush-v-sm1.jpg), url(../images/MassyLogo.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
	background-color: rgba(143, 188, 143,0.5);
	height: 80px;
	padding-left: 120px;
}
#text {
	margin: 0 50px 0 120px;
	padding: 10px;
}
#photos {
	float: right;
	width:300px;
	padding: 20px;
	margin-right: 30px;
	margin-top: 20px;
}
#photos img {
	border: 0;
}
#photosLeft, .photosLeft {
	width: 144px;
	float: left;
	text-align: center;
}
#photosRight, .photosRight {
	width: 144px;
	float: right;
	text-align: center;
}
#bigPhoto {
	padding: 20px;
	text-align: center;
}
#logo {
/* 	background: white url(../images/mulogo.gif)center left no-repeat; */
	height: 25px;
	margin-left: 120px;
	clear: both;
}
#gototop {
	position: fixed;
	left: 40px;
	top: 30px;
}
#topMenuA {
	position: absolute;
	top: 80px;
	left: 120px;
	background-color: #00e400;
	padding: 0 0 0 5px;
	font-size: 1em;
}
#topMenuA ul {
	margin: 0px;
}
#topMenuA ul li {
	list-style: none;
	margin: 0px;
	display: inline;
	padding: 0 0 0 23px;
	text-align: center;
}
#topMenuA ul li a:hover {
	background-color: #c8fe92;
	color: red;
}
#topMenuA ul li a#current {
	background: white;
}
#columns {
	-webkit-column-count: 3;
	-webkit-column-gap: 25px;
	-moz-column-count: 3;
	-moz-column-gap: 25px;
	column-count: 3;
	column-gap: 25px;
	}
#colContainer {
	width:800px;
	margin-left: 200px;
}
#colL {
	width:400px;
	border-right:400px;
	/* The width and color of colR */
  margin-right:-400px;
	float:left;
}
#colR {
	width:400px;
	float:right;
}
/*class elements*/
.Latinname {
	color: teal;
	font-style: italic;
	font-size: 14px;
}
.tableTitle {
	background-color: #FFFF00;
	font-weight:bold;
}
.titleTox /*use H2 instead*/{
	color: #003333;
	font-size: 18px;
	background-color: #8f5;
	padding-left: 12px
}
.header /*use H2 instead*/{
	color: navy;
	font-weight: bold;
	font-size: 17px;
}
.header:target {
	color: yellow;
	background: red
}
.headerTox /*use H1 instead*/{
	color: #ffff33;
	font-size: 20px;
	background-color: #690
}
.subHead {
	font-size: 12pt;
	font-weight: bold;
}
.commonname {
	color: yellow;
	font-weight: bold;
	font-size: 24px;
	padding-left:5px;
}
.caption {
	font-size: 12px;
	text-align: left;
	font-style: italic;
}
.references {
	font-size: 10px;
}
.indent120 {
	margin-left: 120px;
}
.small {
	font-size:10px;
	}
.warning {
	background-image: url(../skb3.gif);
	color: fuchsia;
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 5px;
	font-size:18px;
	font-weight:bold;
	background-color: white;
	}
/*vertical menu - Son of Suckerfish - htmldog.com*/
#suckerfish {
	position: fixed;
	top: 80px;
	left: 0;
}
#linkstp {
    position: fixed;
    top: 260px;
	left: 0;
	}
#nav, #nav ul, .nav, .nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 9em;
}
#nav a.daddy, .nav a.daddy {
	background: rgba(152, 251, 152,0.4) url(tri1.gif) center right no-repeat;
}
#nav li, .nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.5em;
	margin-bottom : -1px;
	width: 9em;
}
#nav li ul, .nav li ul { /* second-level lists*/
	position : absolute;
	left: -999em;
	margin-left : 9.5em;
	margin-top : -1em;
	background-color : rgba(152, 251, 152,1);
}
#nav li ul ul, .nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav li a, .nav li a {
	width: 9em;
	w\idth : 9em;
	display : block;
	color : blue;
	font-weight : normal;
	text-decoration : none;
	background-color : rgba(152, 251, 152,0.6);
	border : 0;
	padding : 0 0.5em;
}
#nav li a:hover, .nav li a:hover {
	color : teal;
	background-color : #9c6;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, .nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
