body {
	background-color: #104e8b;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}

#container {
	margin: 30px auto 0 auto;
	display: table;
}

#footer {
	margin: 20px auto 0 auto;
	display: table;
	text-align: center;
	color: #96cedd;
}

#container > table {
	width: 812px;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#container > table td {
	padding: 0;
}

#container > table img.content-header-map {
	width: 812px;
	height: 145px;
	display: block;
}

#container > table td.content-header {
	width: 812px;
	height: 145px;
	background-image: url(top.png);
	background-repeat: no-repeat;
}

#container > table td.content-left {
	/* Define width and min/max width to force browsers to respect the desired width */
	width: 96px;
	max-width: 96px;
	min-width: 96px;
	background-image: url(left.png);
	background-repeat: no-repeat;
	background-size: 96px 100%;
	background-position-x: left;
}

#container > table td.content-middle {
	width: 624px;
	padding: 60px 40px;
	background-color: #ffffff;
}

#container > table td.content-right {
	/* Define width and min/max width to force browsers to respect the desired width */
	width: 92px;
	max-width: 92px;
	min-width: 92px;
	background-image: url(right.png);
	background-repeat: no-repeat;
	background-size: 92px 100%;
	background-position-x: right;
}

#container > table td.content-footer {
	width: 812px;
	height: 137px;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
}
