* {
	margin: 0px;
}

#header1 {
	background-image: url(images/HeaderMain1.jpg);
	background-repeat: no-repeat;	
	background-color: #ffffff;
	height: 300px;
	width: 100%;
	border-bottom-style: groove;
	border-bottom-width: medium;
}

#headermap {
	background-image: url(images/HeaderTut1.jpg);
	background-repeat: no-repeat;	
	background-color: #ffffff;
	height: 300px;
	width: 100%;
	border-bottom-style: groove;
	border-bottom-width: medium;
}

body {
	background-color: #F0F8FF;
	color: #002F00
}



a:link {
	color: #00cc00;
	text-decoration: none;
}

a:visited {
	color: #00cc00;
	text-decoration: none;
}

a:hover {
	color: #007a00;
	text-decoration: underline;
}

.intro {
	margin-left: 50px;
	width: 650px;
}

.head {
	margin-left: 50px;
	width: 650px;
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}



p {
	text-indent: 25px;
}

.table {
	margin-left: 50px;
}

.cell {
	border-bottom-style: ridge;
}

#resource {
position: absolute;
left: 725px;
top: 325px;
background-color: #FFFAF0;
width: 125px;
border-style: ridge;
border-color: #D1E2EF;

	}
	
.resourcelinks  {
border-style: ridge;
border-width: medium;
border-color: #D1E2EF;
text-align: center;
}

.resourcelinks:hover  {
border-style: outset;
	border-width: medium;
	border-color: #D1E2EF;
	text-align: center;
	font-size: larger;
}

.resourcelinks:active  {
border-style: inset;
border-width: medium;
border-color: #D1E2EF;
text-align: center;
font-size: medium;
}
	
h1 {
	font-size: large;
	text-decoration: underline;
	text-align: center;
}

ul {
	list-style-type: disc;
}

hr {
	width: 650px;
	position: absolute;
	left: 50px;
}