/********************** List of changes
001 - 25-01-05 - tstn - added width to right content to get it displayed at the top in Firefox

*************************************/
#allContent {
	width:775px;
	float:left;
	background-color:white;
}

#mainContent {
	float:left;
	width:461px;
	background-color:white;
	border-right:1px solid #6E6F2E;
}

#mainContent #mapContent {
	margin:0px;
	padding:10px;
	border-bottom:1px solid #6E6F2E;
}

#mainContent #mapContent h4 {
	margin:0px;
	padding:0px;
}

#bottomContent {
	float:left;
	margin:10px 0px 10px 10px;
	padding:0px;
}

#rightContent {
	float:left;
	width:225px;
	margin:0px;
	padding:10px;
}
