/* Style Sheet effects FRONT PAGE only */


/* determines the basic and body look and behavior */

html, body {
	height: 100%;
	background:#cccc99;
	}

body {
	margin: 0;
	padding: 0;
	color: black;
	font-size: 1em;
	font-family: Book Antiqua, Georgia, Garamond, serif;
	}

/* customized dividers */

hr.green {
	color: green;
	background-color: green;
	border: 0;
	width: 100%;
	height: 2px;
	margin: 0;
	padding: 0;
	}

/* determines the behavior of lists, including navigation */

.indexnav {
	font-size: .9em;
  	padding: .25em;
	margin: 0;
  	list-style: none;
	color: #996600;
	text-align: center;
	background-color: #cccc99;
	text-decoration: none;
  	}

li.navinline {
	display: inline;
	padding-left: 3px;
	padding-right: 5px;
	border-right: 1px solid #996633;
  	}

/* determines the look and behavior of the last item in the navigation bar */
li.navlast {
	display: inline;
	padding-left: 3px;
	padding-right: 0px;
	border-right: 0px;
  	}



/* images */

img.falls	{
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: green;
	border-style: solid;
	margin: 0;
	padding: 0;
	}

p.falls	{
	margin: 0;
	padding: 0;
	border-top-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: green;
	border-style: solid;
	text-align: center;
	}

/* for the front page only */

div.indexheader	{
	background-color: #cccc99;
	text-align: center;
	margin: 0;
	padding: 0;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 4px;
	border-bottom-width: 2px;
	border-color: green;
	border-style: solid;
	}

A:link {
	color: #960;
		}

/* formatting and behavior applicable to visited links */
A:visited {
	color: #660;
		}

/* formatting and behavior applicable to active links, i.e. links as they are being clicked on */
A:active {
	color: #990;
		}

a:hover {
	color: #600;
	}

a:link#here {
	color: #cc9;
	background: #960;
	text-decoration:none;
	padding: 0 .25em;
		}

a:visited#here {
	color: #cc9;
	background: #960;
	text-decoration:none;
	padding: 0 .25em;
		}

/* formatting and behavior applicable to active links, i.e. links as they are being clicked on */
a:active#here {
	color: #990;
	background: #960;
	text-decoration:none;
	padding: 0 .25em;
		}

a:focus#here {
	color: #cc9;
	background: #960;
	text-decoration:none;
	padding: 0 .25em;
		}

a:hover#here {
	color: #cc9;
	background: #960;
	text-decoration:none;
	padding: 0 .25em;
		}

div.indexfooter
	{
	width: 100%;
	text-align: center;
	border-color: green;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 2px;
	font-size: .9em;
	color: #996600;
	clear: both;
	}

p.footer	{
	margin: 0;
	padding: .25em;
	}

a.here	{
	color: #cc9;
	background: #960;
	text-decoration:none;
	padding: 0 .25em;
	}
div.grant	{
	text-align: center;
	margin: .3em 25% 0;
	}
div.grant p	{
	font-size: 60%;
	font-family: Tahoma, Arial, sans-serif;
	}
img.logo	{
	margin: 0 1em;
	}