body, html  {
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
	font-size: small;
	background-color: #ffffff;
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 0px;
	    }	
	
#container {
width: 700px;
margin-left: 30px;
}

/* consider using  auto indent to center data tables in Mozilla, which does not center tables using text-align:

	margin-left: auto;
	margin-right: auto;
*/

p, pre, caption, p  {
  font-family: "Times New Roman", Times, serif;
	font-size: small;
 	font-style: normal;
	background-color: transparent;
	}	

ol, ul, li  {
  font-family: "Times New Roman", Times, serif;
	font-size: small;
 	font-style: normal;
	background-color: transparent;
	}	

th, td  {
  font-family: "Times New Roman", Times, serif;
 	font-size: small;
 	color: #000000;
	background-attachment: fixed;
	}

b	{
  font-family: "Times New Roman", Times, serif;
	font-size: small;
 	font-style: normal;
	font-weight: bold;
	background-color: transparent;
	}	
	
/* links must be in order of link, visited, hover, active */

a:link { 
 	color: #009900;
  text-decoration : none;	
	font-family: "Times New Roman", Times, serif;
   	}
   
a:visited { color: #990099; 
	text-decoration : none;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
 	}
 
a:hover { color : #FF0000;
 	text-decoration : underline;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	}
	
a:active {
	color : #FF0000;
	background-color: transparent;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	}	

/* a: links for specific classes are defined as a.classname:link */

td.mainnav   {
	color: #ffffff;
	background-color: #009900;
	}

a.mainnav:link {
	color: #FFFFFF;
	background-color: #009900;
}
a.mainnav:visited {color: #FFFFFF; background-color: #009900;}
a.mainnav:hover {color: #FFFFFF; background-color: #009900; text-decoration:underline;}
a.mainnav:active {color: #FFFFFF; background-color: #009900; text-decoration:underline;}
	
a.subnav:link {
	color: #FFFFFF;
	background-color: #009900;
	padding-right: 16px;
	padding-left: 16px;
	border-right: 1px;
	border-right-style: solid;	
	border-right-color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	}
	
a.subnav:visited {
	color: #FFFFFF;
	background-color: #009900;
  	padding-right: 16px;
	padding-left: 16px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	text-decoration:none;
	margin-left: 0px;
	margin-right: 0px;
	}
	
a.subnav:hover {
	color: #FFFFFF;
	background-color: #009900;
	padding-right: 16px;
	padding-left: 16px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	text-decoration: underline;
	margin-left: 0px;
	margin-right: 0px;
	}
	
a.subnav:active {color: #FFFFFF; 
	background-color: #009900;
 	padding-right: 16px;
	padding-left: 16px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	text-decoration:none;
	}
	
h1 { font-family: "Lucida Casual", Verdana, Geneva, Arial, Helvetica, sans-serif;
  	color: #006600;
	font-size: x-large;
	font-style: italic;
	background-color: transparent;
	margin-top: 15px;
	}
  
h2 {
	font-family: "Lucida Casual", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #990099;
	font-size: large;
	font-style: italic;
	background-color: transparent;
	padding-top: 1em;
	padding-bottom: 1em;
	}   
   
h3  {
  font-family: "Lucida Casual", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #990099;
  font-size: medium;
  font-weight: bold;
  font-style: normal;
	background-color: transparent;
	padding-bottom: 1em;
    }

h4  {
  font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: medium;
	font-weight: bold;
	background-color: transparent;
   }
/* leftguttermainpage for main pages research,records,reslinks */
.leftguttermainpage {
	position: relative;
	width: 80%;
	padding-top: 10px;	
	margin-left: 10%;
	text-align: left;
	}
	
/* leftgutter for secondary pages */
.leftgutter {
	position: relative;
	width: 80%;
	padding-top: 10px;	
	margin-left: 90px;
	text-align: left;
	}

h2.center {
text-align: center;
margin-left: 30px;
}

h3.center {
text-align: center;
margin-left: 30px;
}

p.center {
text-align: center;
margin-left: 30px;
}

/* Center tables: The first style is applied to the <div> that contains the <table>; this will allow MSIE5 and NS4 to center the table. The next style applies to a <table> that is contained within that <div>; the margin settings will allow centering in CSS-compliant browsers and the text alignment will reset the default alignment for table cells to “left” for browsers in which the text alignment of the <div> is inherited. */

.center {
	text-align: center;
	width:  80%;
	margin: 0px 90px 0px auto;
	}

/*  sample to center just tables.  definition needs work.
.center table {
margin-left: 40px;
margin-right: auto;
text-align: left;
}
*/
.center table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}

.waterlilys {
	font-family: "Times New Roman", Times, serif;
	color: #990099;
	font-weight: bold;
  font-style: normal;
	background-color: transparent;
	}

.datalink {
	background-color: #ffffcc;
	text-align: center;
	}

.white {
	color: #FFFFFF;
	}
	
.tabletr {
	background-color: #ffffcc;
	}

.tabletr1 {
	background-color: #ccffcc;
}

.thcolor {
	background-color: #ffffcc;
}

.indexcontrast {
	font-style: normal;
	font-weight: bold;
	color: #993399;
}

.contrastitalic {
	font-style: italic;
	font-weight: bold;
	color: #990099;
}

.indexstronggreen {
	font-weight: bold;
	color: #009900;
}

.greenbolditalic {
	font-style: italic;
	font-weight: bold;
	color: #009900;
}
.indexcolor2 {
	color: #009900;
}
.smallertext {
	font-size: smaller;
}
.indexmainlink {
	font-size: larger;
}
.underline {
	text-decoration: underline;
}

