html, body {
    margin:0;
    padding:0;
    min-width:100%;	
	font:normal normal 100.1%/1.2em verdana, arial, helvetica sans-serif;
	background: url(/cicada/newborder.gif) repeat-y 31%;
}
html, body, #wrap {
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%; 
	min-height:100%;
}
html>body, html>body #wrap {
	height:auto;
}
div#wrap {
	position:absolute;
	top:0;
	left:0;
}
#header {
    background-color:#ffffff;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #99c;
}
#tagline {
	background-color: #000066;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;

}
#tagline h1{
	font-size: 0.75em;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding: 0px;

}
/* MAIN COLUMN FORMATTING */
#main {
	float:right;
	width:69%;
	min-height:100%;

}
#main h5, #main p {
	padding:0 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.75em;
	line-height: normal;

}
#main h3{
	padding:0 10px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 0.75em;
	background: #000068;
	color: #FFFFFF;
	width: 215px;
	line-height: 20px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
}
#main h1 {
	padding:0 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 0.75em;
	background: #000068;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #FFFF00;
	margin-left: 3px;
}
#main ol {
	font-size:0.75em;
}
#main ul {
	font-size:0.75em;
}
#main a:link {
	color: #000000;
	
}
#main a:visited {
	color: #000000;
	text-decoration: underline;
}
#main a:hover{
	color: #ff9900;
	text-decoration: underline;
}

/* END MAIN COLUMN FORMATTING */

/* LEFT COLUMN FORMATTING */
#sidebar {
	float: left;
	width: 30%;
}

#sidebar ul {
	font-size: 0.75em;
	line-height: normal;

}
#sidebar h5 {
	padding:0 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 0.75em;
	background: #000068;
	color: #FFFFFF;
	line-height: 20px;
	width: 215px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
}
#sidebar p {
	padding:0 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.75em;
}

#sidebar a:link{
	color: #000000;
}
#sidebar a:visited{
	color: #000000;
	text-decoration: underline;
}
#sidebar a:hover{
	color: #FF9900;
}
/* END LEFT COLUMN FORMATTING */

/* FOOTER FORMATTING */
#footer {
	left:0;
	font-size: 0.75em;
	text-align: center;
	bottom: 0;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000068;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFF00;

}
#footer p{
	margin:0;
	padding:0;
}
#footer a:link, a:visited{
	text-decoration: underline;
	color: #FFFFFF;

}
#footer a:hover {
	color: #ff9900;
	text-decoration: underline;
}
/* END FOOTER FORMATTING*/
/*CONTAINER DIVS FOR THUMBNAILS*/
div.float {
  	float: left;
  	margin: 2px;
	padding: 5px;
}
div.float p {
   text-align: center;
}
/*CONTAINER DIVS FOR TEXT COLUMNS*/
div.specimens {
  	float: left;
  	width: 170px;
  	margin: 5px;
	padding: 5px;
}
div.specimens p, br{
   	text-align: left;
	padding-top: 2px;
}
div.date{
	float: left;
  	width: 150px;
  	margin: 5px;
	padding: 5px;
}
div.date p{
	text-align: center;
	padding-top: 2px;
}
div.time{
	float: left;
  	width: 150px;
  	margin: 5px;
	padding: 5px;
}
div.time p{
	text-align: center;
	padding-top: 2px;
}
/*END TEXT COLUMNS DIVS*/

/*CONTAINER DIVS FOR ARCHIVE THUMBNAILS IN 2004*/

div.archives {
  	float: left;
  	width: 81px;
  	margin-left: 5px;
	padding: 5px;
}
.cl																																					{clear:left; height:0; font-size:0.1em;}
.cr																																					{clear:right; height:0; font-size:0.1em;}
.cb																																					{clear:both; height:0; font-size:0.1em;}
form {
	margin: 5px;
	padding: 5px;
}
div.row span.left {
	float: left;
	font-size: 0.75em;
	text-align: left;
	font-weight: bold;
	width: 49%;
	line-height: 20px;
	padding-left: 5px;
}
div.row span.right {
	float: right;
	font-size: 0.75em;
	text-align: right;
	font-weight: bold;
	width: 49%;
	line-height: 20px;
	padding-right: 5px;
}
.row a:link{
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.row a:visited{
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.row a:hover{
	color: #ff9900;
	text-decoration: underline;
	background-color: #FFFFFF;
}
div.spacer {
  	clear: both;
}
.top {
	color: #000000;
	background-color: #FFFFFF;
}
th {
	font-size: 0.75em;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000068;
}
td {
	line-height: normal;
	font-size: 0.75em;
	font-weight: normal;
}
div#row2 span.left {
	float: left;
	font-size: 0.75em;
	text-align: left;
	font-weight: bold;
	width: 48%;
	line-height: 20px;
	padding-left: 5px;
	background-color: #000068;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #FFFF00;
	margin-left: 5px;
	color: #FFFFFF;
	border-left-width: thin;
	border-left-style: ridge;
	border-left-color: #FFFF00;
}
div#row2 span.right {
	float: right;
	font-size: 0.75em;
	text-align: right;
	font-weight: bold;
	width: 48%;
	line-height: 20px;
	padding-right: 5px;
	background-color: #000068;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
}
#row2 a:link{
	text-decoration: underline;
	color: #FFFFFF;
}
#row2 a:visited{
	color: #FFFFFF;
	text-decoration: underline;
	
}
#row2 a:hover{
	color: #ff9900;
	text-decoration: underline;
	
}
