body {
	font-family: verdana, helvetica, dustismo, sans-serif;
	border-right: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

div.piping1, div.piping2, div.piping3 {
	padding-top: 	1px;
	padding-left:	1px;
	padding-bottom:	1px;
}

div.piping1 {
	border: solid 3px #000066;
	border-right: none;
	margin-left: 1em;
}
div.piping2 {
	border: solid 3px #ff9900;
	border-right: none;
}
div.piping3 {
	border: solid 3px #319621;
	border-right: none;
	padding-bottom: 10px;
	background: #FCECEC;
}

div.osmCorner {
	position: relative;
	left: -12px;
	top: -12px;
	width:11px;
	height:11px; 
	font-size:1px; 
	background: url(osm_corner.png);
}

div.menuBar {
	float:		left;
	position:	absolute;
	left:		0px;
	margin-left:	3px;
	margin-top:	30px;
	margin-right:	10px;
}

div.menuBar a {
	border: solid 3px #000066;
	display: block;
	background-color: white;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 1.4em;
	font-size: 80%;
	font-weight: bold;
}

div.menuBar a.selected {
	border-color: #319621;
}

div.menuBar a:hover {
	border-color: #ff9900;
}

div.mainText {
	padding-left: 4.7em; 
	padding-right: 1em;
}

div.mainText h1 {
	margin-top: 0px;
	font-size: 130%;
}



