.container_outer {
	position: relative;
	border-bottom: 20px solid black;
}

.maincontent {
	position: relative;
	padding: 0px;
}

.covertable {
	width: 655px;
	margin-left: 25px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
}

TD.imagecell {
	padding-right: 20px;
	text-align: center;
	font-size: 12pt;
	color: #666666;
}

IMG {
	border: none;
}

.diags {
	position: absolute;
	top: 315px;
	right: 0;
}
/********** MENU CONTAINER ***********************/
.headermenu {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 25px;
	background-color: #d08e11;    /* was OFFICIAL OCHRE d79828; */
}

.dropdown {
	position: absolute;
	top: 0px;
	left: 25px;
	width: 720px;
	height: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
