/* BODY */

body{
	width: 750px;
	background-color: #ffffff;
	color: #000;
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	border-top: 1px dotted white;
	border-right: 1px dotted white;
	border-bottom: 1px dotted white;
	border-left: 1px dotted white;
}

/* CONTAINERS */

.networkbar {
	width: 750px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border-bottom: 1px solid grey;
}

.leftcol{
	float: left;
	background-color: #ffffff;
	width: 142px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 12px 4px 8px 4px;
	border-right: 1px dotted white;
	border-bottom: 1px dotted white;
}

.rightcol{
	background-color: #ffffff;
	width: 584px;
	color: #000;
	margin: 8px 8px 8px 158px;
	padding: 0px 0px 0px 0px;
}

.footer{
	background-color: #ffffff;
	width: 750px;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 16px 0px;
}

.infobox{
	width: 192px;
	float: right;
	border: solid 1px #B0B0B0;
	padding: 4px;
	margin-left: 8px;
}

.tandebox{
	width: 146px;
	float: right;
	border: solid 1px #FFFFFF;
	padding: 4px;
	margin-left: 8px;
}

.hspacing{
	padding: 0px 4px 0px 4px;
}

/* TEXT FORMATS */

h3 {
	color: #003300;
	font-size: 100%;
	margin: 16px 0px 6px 0px;
	}

ul{
	margin: 0px 0px 0px 0px;
}

li{
	text-align: left;
	font-size: 90%;
	margin: 6px 0px 6px 0px;
}

sup,sub {
    font-size: 0.6em;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

p{
	font-size: 90%;
	margin: 6px 0px 6px 0px;
}

.author{
	font-weight: bold;
	font-size: 90%;
	margin-top: 8px;
}

.caption{
	font-size: 80%;
}

.foto{
	text-align: center;
	font-size: 80%;
}

.ftrtext{
	text-align: center;
	font-size: 90%;
}

.indent{
	margin-left: 24px;
}

.pgtime{
	text-align: center;
	font-size: 80%;
}

.taxon{
	color: #003300;
	font-size: 125%;
	font-weight: bold;
}

.url{
	text-align: center;
	font-size: 80%;
}

.w3c{
	text-align: center;
	font-size: 80%;
}

/* IMAGE FORMATS */

img{
	border-top: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
	border-left: 2px solid;
}

.ui{
	border-width: 0px;
}

/* TABLE FORMATS */

/* this should be same as p tag */
td{
	font-size: 90%;
	margin: 6px 0px 6px 0px;
}

.blubox{
	background-color: #eeeeee;
	font-size: 84%;
}

.hedbox{
	background-color: #ffffdd;
	font-size: 90%;
}

/* LINKS */

a:link{
	font-weight: bold;
	font-size: 90%;
	color: #993333;
	text-decoration: none;
}

a:visited{
	font-weight: bold;
	font-size: 90%;
	color: #003300;
	text-decoration: none;
}

a:hover{
	font-weight: bold;
	font-size: 90%;
	color: #ff0000;
	text-decoration: underline;
}

/* divider replaces hr */
.divider{
	margin: 7px 0px 7px 0px;
	border-bottom: solid #B4B4B4 1px;
	clear: both;
}

/* don't need this but it may be useful */
.dottedline{
	margin: 7px 0px 7px 0px;
	border-bottom: dotted #B4B4B4 1px;
	clear: both;
}

