@charset "utf-8";
/* CSS Document */

body {
	background-color: #FAB50F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a:link {
	color: #244C27;
}
a:visited {
	color: #3A7137;
}
a:hover {
	color: #77BE70;
}
a:active {
	color: #90CC8C;
}

#container {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E35C00;
	background-color: #F3A400;
	background-image:url(images/ojbg.jpg);
	width: 800px;
	height:1000;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border: thin inset #30733D;
	text-align: left;
}

#banner {
	background-image: url(images/GRACEResourcesOp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 280px;
	width: 800px;
	overflow: hidden;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #060;
}

#small {
	font-size: xx-small;
	float: right;
	padding-top: -5px;
	margin-top: -5px;
}

div.ht {
	float: right;
        width: 325px;
	margin: 2em .5em .5em 1em;
	padding: .5em;
        border: thin ridge #006400;
  }
div.ht h1 {
	font-family: "Times New Roman", serif;
	font-size: 100%;
	text-align: center;
	margin: 0em;
	padding: 0em;
	border: none;
  }

div.ht p {
	font-family: "Times New Roman", serif;
	font-size: 80%;
	text-indent: 1em;
	margin: 0em;
	padding: .5em;
  }

div.ht ul {
	font-family: "Times New Roman", serif;
	font-size: 80%;
	text-indent: 1em;
	margin: 0em;
	padding: .5em;
	font-weight: bold;
  }
div.ht img {
	float: right;
	width: 172px;
	padding: 0em 0em 0em .5em;
  }
  
#fieldtrip {
	overflow: scroll;
}


#nav {
	background-color: #E35C06;
	text-align: center;
	margin: 0px;
	width: 800px;
}
#nav li {
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-type: none;
}
#nav li a {
	font-size: 1.2em;
	line-height: 2em;
	color: #EECA1A;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
.resources #nav #resources {
	font-weight: bold;
	color: #31612F;
}
#bgpic {
	background-image: url(images/daisy.jpg);
	background-repeat: no-repeat;
	height: 1100px;
	width: 1000px;
	border: thin solid #060;
	margin-right: auto;
	margin-left: auto;
}
#otherResources {
	overflow: scroll;
	height: 500px;
}

