.header {
	background-color: #5a663d;
	height: 77px;
	width: 880px;
}
.nav {
	float: left;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 77px;
	height: auto;
}
#mainContentAWI {
	width: 680px;
	margin-left: 200px;
	background: #F6F5E6;
}
table.awi{
	font-size: 0.6em;
	color: #333333;
	width: 680px;
}
tr.center {
	text-align: center;
}
td.systems {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}
.footer {
	height: 25px;
	width: 880px;
	background-color: #5a663d;
}
em {
	color: #990000;
}
td#title {
	color: #0066CC;
	font: bold 1.4em "Lucida Grande", Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	padding: 3px;
	border-bottom: 1px solid #999999;
}
