/* page layout */

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E9EDD1;
	margin: 0px 10px 10px 10px;
	/* the following scrollbar properties are for ie 5.5 only and are 
not a w3c xhtml standard */
         scrollbar-3d-light-color:#000000;
         scrollbar-arrow-color: #ffffff;
         scrollbar-dark-shadow-color: #bdda8d;
         scrollbar-face-color: #669933;
         scrollbar-highlight-color: #669933;
         scrollbar-shadow-color: #669933;
         scrollbar-track-color:#bdda8d;
         scrollbar-base-color: #669933;
		}

#banner {
	width: 100%;
	height: 59px;
	margin:0;
	text-align: left;
}

#navbar {
	font-size: 12px;
	color: white;
	background-color: #669933;
	padding: 2px 5px 2px 5px;
	margin-top: -10px;
	margin-bottom: 0px;	
}
#navbar a:link, #navbar a:visited, #navbar a:active{
	color: White;
	text-decoration: none;}
#navbar a:hover{
	color: Black;
}	

#content {
	padding: 0px;
	width:auto;
}

/* text styles */

h1{
	color: #000066;
	font-weight: bold;
	font-size: 28px;
	margin-top: 10px;
}
h2{
	color: #6B1439;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 22px;}
h3{
	font-size: 11px;
	font-weight: normal;
	margin: -10px 10px 0px 15px;
}
/* H4 used for Common Name title */
h4{
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	margin-top: -5px;
	margin-bottom: -5px;
}
/* H5 references style */
h5{
	color: Black;
	font-weight: normal;
	font-size: 11px;
	margin-top: 0px;
	font-style: normal;
}
h6{
	color: #6B1439;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;}
p{
	font-size: 12px;
	margin-bottom: 6px;
	margin-top: 5px;
	text-align: justify;}

tr, td {
	font-size: 12px;
}
.top{
	font-size: 10px;
	font-weight: bold;
	margin: 6px 0px 5px 0px;
	text-align: left;
}
.bannertitle {
	position: absolute;
	top: 0px;
	display: block;
	color: #000066;
	font-weight: bold;
	font-size: 26px;
	margin-top: 10px;
	font-style: italic;
	text-transform: uppercase;
}
.navbar {
	font-size: 12px;
	color: white;
	background-color: #669933;
	padding: 2px 5px 2px 5px;
	line-height: 15px;	
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
.navbar a:link, .navbar a:visited, .navbar a:active{
	color: White;
	text-decoration: none;}
.navbar a:hover{
	color: Black;
}	
.alphabet {
	font-size: 12px;
	color: white;
	background-color: #669933;
	padding: 2px 5px 2px 5px;
	line-height: 15px;	
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: bold;
	letter-spacing: 8px;}
.alphabet a:link, .alphabet a:visited, .alphabet a:active{
	color: White;
	text-decoration: none;}
.alphabet a:hover{
	color: Black;
}	

/* link styles */

a:link, a:visited, a:active{
	color: Black;
	text-decoration: none;}
a:hover{
	color: #669933;}
.top a:link, .top a:visited, .top a:active{
	color: #000066;
	text-decoration: none;}
.top a:hover{
	color: #6B1439;}

a.glossaryitem:link, a.glossaryitem:visited, a.glossaryitem:active {
	color: Black;
	text-decoration:none;	
}
a.glossaryitem:hover {
	color: #669933;
	text-decoration:none;
}

/* for the glossary*/

#LetterLayer {
	position:absolute; 
	height:20px auto; 
	z-index:1; 
	left: 2px;
	padding:10px; 
	width:98%;
	letter-spacing: 0px;
}

.menudisabled
{
	color: #88C350;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	text-decoration: none;
}

.glossarytext {
    font-weight: normal;
    font-size: 12px;
    color: Black;
}

.glossaryitemtitle {
	font-weight:bold;
	font-size: 12px;
	color: #6B1439;
	word-spacing: 1px;
}

.glossarygap{
	margin-bottom: 10px;
}
.glossarythm {
	border: solid #000000 1;
	margin: 0px 10px 0px 10px;
}
/* sets styles for printing */

@media print {

#LetterLayer {
/* turns off the moving glossary layer for printing */
	display:none; 
}
#alphabet {
/* turns off the alphabet for printing */
	display:none; 
}

#menu {
/* turns off the mmenu for printing */
	display:none; 
}
}

