body {
	margin: 0px;
	margin-right: 90px; 
	margin-left: 90px; 
	margin-top: 131px;
	padding: 0px;
	background-color: white;
	background-image: url(./images/repeat.gif);
	background-repeat: repeat-x;
	font-family: serif;
	text-align: justify;
}	

#topLeft {
	width: 39px;
	height: 257px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(./images/topLeft.gif);
}
#topRight {
	position: absolute;
	top: 0px;
	left: 39px;
}
#bottomRight {
	width: 177px;
	height: 185px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-image: url(./images/bottomRight.gif);
}
#navBar {
	margin-left: 60px;
	margin-bottom: 30px;
}
#navBar a {
	font-size: normal;
	text-decoration: none;
	font-weight: bold;
}

.RDRtitle {
	font-family: sans-serif;
	font-weight: bold;
	font-size: large;
	font-style: italic;
	color: #008FE3;
	text-align: left;
}

#map {
	border: 1px solid black;
	margin: 30px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
}

.indented {
	margin-left: 15px;
}
