body     {margin-left: 0px;
              margin-top: 0px;
             }

p.outdent { 
	text-indent: -1.5em;  /* Sets outdent as in Privacy policy page */
	margin-left: 5em; 
	margin-right: 3em; 
}

p.outdent03 { 
	text-indent: 0em;  /* Sets outdent as in Privacy policy page */
	margin-left: 3em; 
	margin-right: 0em; 
}

p.indent { 
	text-indent: 1.3em;  /* Sets indent for glossary page */
	margin-left: 3em; 
	margin-right: 3em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.25em;
}

p.glossary {
	color:#004000;
	line-height:20px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	width: 945px; /* Width of Menu Items */
	border-bottom: 1px solid #004000;
	}




/**************** menu coding *****************/
#menu {
            width: 100%;
            background: #75A86D;
            float: left;
}

#menu ul {
            list-style: none;
            margin: 0;
            padding: 0;
            width: 127px;
            float: left;
            position: relative; /* new declaration */
}

#menu a, #menu h2 {
            font: 13px/16px verdana, arial, helvetica, sans-serif;
            display: block;
            border-width: 1px;
            border-style: solid;
            border-color: #000 #979395 #555 #000;
            margin: 0;
            padding: 5px 4px;
}

#menu h2 {
            color: #000;
            background: #B3C95C;
}

#menu a {
            color: #000;
            background: #B3C95C;
            text-decoration: none;
}

#menu a:hover {
            color: #FFF;
            background: #639732;
}



#menu li {position: relative;}

#menu ul ul {
            position: absolute;
            z-index: 500;
            left: 0; /* new declaration */
}

#menu ul ul ul {
            position: absolute;
            top: 0;
            left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

body {                                       /* makes hover work in IE */
            behavior: url(../csshover.htc);
}

/* End CSS Drop Down Menu */

/* Style for mouse over images */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000;
padding: 1px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: 60px; /*position where enlarged image should offset horizontally */

}

/* end Style for mouse over images */

/* text mouse over coding */


a:link {
          text-decoration: none; 
          color: #000000;}

a:visited {
          text-decoration: none; 
          color: #000000;}

a:hover {
          background-color: #629632;
          text-decoration: none;
          color: #FFFFFF;
		  padding: 0px;}

a:active {
          text-decoration: none;
          color: #FFFFFF;}

/* end text mouse over coding */