body {
	font-size: 12px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	margin: 0px;
	}
div.header {
	height:80px;
	background-color: #FF9900;
	vertical-align:top;
	padding: 10px;
}
div.map {
	width: 700px;
	height: 500px;
	float:left;
}
div.sidebar {
	width: 200px;
	float: left;
	padding: 10px;
}
div.footer {
	height: 20px;
	background-color: #FF9900;
	clear:both;
}
div.content {
	clear: both;
}
div.help {
	border: 2px solid Red;
	width: 500px;
	background-color: White;
	}
div.help#help1 {
	position: absolute;
	top: 110px;
	right: 110px;
}
div.help#help2 {
	position: absolute;
	top: 110px;
	right: 65px;
}
div.help#help3 {
	position: absolute;
	top: 110px;
	right: 20px;
}
div.titleDiv {
	width:100%;
}
div.helplinksDiv {
	text-align: right;
}
span.helpButton {
	height:30px;
	margin-right: 5px;
	background-color:#666666;
	color: white;
	padding:5px;
}
span.helpButton:hover {
	background-color:red;
}
span.helpButton a {
	text-decoration:none;
	color: white;
}
span.closeButton {
 margin 10px;
	width: 20px;
	text-align:right;
	background-color:#FF9900;
	position: absolute;
	right: 10px;
	top:10px;
	text-align:center;
}
span.closeButton a {
	text-decoration:none;
}
span.closeButton:hover {
	background-color:#FFFFFF;
}

