@charset "utf-8";




div#container {
	width: 950px;
	}

div#content {
	float: right;
	}

ul.globalNavigation {
	float: left;
	width: 200px;
	}


div.column {
	margin-right: 20px;
	float: left;
	width: 350px;
	}

div.column div.section {
	margin-bottom: 15px;
	}

div.column div.section h2 {
	margin-bottom: 5px;
	padding: 3px;
	background: #ccc;
	}

div.column div.section ul {
	}

div.column div.section ul li {
	margin-left: 1.5em;
	list-style: disc;
	}

div.column div.section div#whiteMap {
	height: 200px;
	background: #eee;
	}



