  /* Name: HerbSearchStyles.css
	Author: Matthew Williamson (matthew.williamson@murraystate.edu)
	Description: Styles for the Herbarium search page
	Created: 04/24/2006
*/
body {text-align:center; background-color: #A7A581}

#container
{
	width:780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #A4D4B0;
	vertical-align: center;
	border-style:double;
}
.header
{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	border-style:double;
	font-size:24px;
	font-style:oblique;
	font-weight:bold;
}
	
.head
{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	border-style:none;
	background-color:#A4D4B0;
	
}

td
{
	text-align:center;
}
.footer
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #A7A581;
	text-align: center;
	border-style: double;	
	font-size:14px;
}
#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

a.HBSHerb:link{color:#000000; font-size:15px; text-decoration:none;}
a.HBSHerb:visited{color:#000000; font-size:15px; text-decoration:none;}
a.HBSHerb:hover{color:#000000; font-size:16px; text-decoration:none;}