@charset "ISO-8859-1";
body {
font: 100% "Times New Roman", Times, serif, sans-serif;
background: transparent;
margin: 0px auto; /* 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 */
color: #000000;
background-color: #003366;
text-transform: none;
position:relative;
width:780px;
}
.oneColFixCtrHdr #container {
position: absolute;
left: 0px;
top: 0px;
width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
height: 700px;
background: #cccc99;
border: 0px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
background: #cccc99;
padding: 10px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background: #cccc99;
height: 540px;
background-image: url(images/rivermap.gif);
background-repeat: no-repeat;
background-position: center;
}
.oneColFixCtrHdr #footer {
padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#003366;
text-align:center;
}
body,td,th {
font-size: 14px;
}
h1,h2,h3,h4,h5,h6 {
font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	margin: 0px;
}
p {
	margin-top: 5px;
}
h2 {
font-size: 150%;
}
h3 {
	font-size: 125%;
	margin: 10px 0 0 0;
}
img {border-style:none
}
.footertype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	font-size: 9pt;
	font-weight: bold;
	line-height:150%;
	margin: 0;
	padding: 10px 0;
}
.photocredit {font-family: "Times New Roman", Times, serif, sans-serif; font-size:8.5pt; text-align:right; line-height:100%;
}
a:link {
color: #cccc99;
text-decoration: none;
}
a:visited {
color: #336699;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
.textblocklink a:link {
color:#666633;
text-decoration:none;
}
#nicollet {
position:absolute;
width:19px;
height:21px;
z-index:2;
left: 12px;
top: 130px;
}
#stanthony {
position:absolute;
width:20px;
height:22px;
z-index:3;
left: 30px;
top: 150px;
}
#fortsnelling {
position:absolute;
width:20px;
height:20px;
z-index:4;
left: 320px;
top: 540px;
}
#university {
position:absolute;
width:21px;
height:22px;
z-index:5;
left: 95px;
top: 215px;
}
#fordplant {
position:absolute;
width:21px;
height:24px;
z-index:6;
left: 187px;
top: 450px;
}
#daytonsbluff {
position:absolute;
width:27px;
height:25px;
z-index:7;
left: 600px;
top: 335px;
}
#pigseye {
position:absolute;
width:23px;
height:21px;
z-index:8;
left: 710px;
top: 550px;
}
#buttons {
position:absolute;
width:120px;
height:200px;
z-index:9;
left: 40px;
top: 365px;
}

