html, body { height: 100%; margin: 0; padding: 0; }
#header {
	background: #FFFFFF;
	height: 77px;
}
#menu {
	background-image: url(awmdata/main-button-tile.gif);
	background-repeat: repeat-x;
	height: 33px;
}
#contentfront {
	padding: 5px;
	background: #000000;
	position: absolute;
	margin-top: 77px; /* header height */
	top: 33px; /* menu height */
	bottom: 56px; /* footer height */
	left: 0;
	right: 0; /* right not read by IE6 and below so width needs set */
	overflow: auto;
	text-align: center;
}
#content {
	padding: 5px;
	background: #FFFFFF;
	position: absolute;
	margin-top: 77px; /* header height */
	top: 33px; /* menu height */
	bottom: 56px; /* footer height */
	left: 0;
	right: 0; /* right not read by IE6 and below so width needs set */
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
#contentnewmach {
	padding: 5px;
	background: #FFFFFF;
	position: absolute;
	margin-top: 77px; /* header height */
	top: 33px; /* menu height */
	bottom: 15px; /* footer height */
	left: 0;
	right: 0; /* right not read by IE6 and below so width needs set */
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
#logos {
	background: #FFFFFF;
	height: 41px;
	position: absolute;
	bottom: 15px;
	width: 100%;
}
#footer {
	height: 15px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #AB0F14;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
	padding: 3px 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #AB0F14;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
li {
	list-style-type: square;
}
iframe {
	width: 100%;
	height: 370px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}