body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	border: 0;
}

#canvas {
	position: relative;
	margin: 0 7px 0 7px;
	z-index: 1;
}

#topframe {
	position: relative;
	height: 120px;
	background-color: #242e5a;
	z-index: 2;
}

#topnavi {
	position: relative;
	float: left;
	padding: 7px 0 0 6px;
	z-index: 3;
}

#logo {
	position: relative;
	float: right;
	width: 16em;
	height: 66px;
	z-index: 3;
}

#printlogo { display: none; }

#contentframe {
	position: relative;
	clear: both;
	padding-top: 10px;
	z-index: 2;
}

#leftcol {
	position: relative;
	width: 15em;
	float: left;
	z-index: 3;
}

#servicebox {
	position: relative;
	border-top: 1px solid #242e5a;
	z-index: 4;
}

#navigationbox {
	position: relative;
	padding-top: 2em;
	z-index: 4;
}

#bannerbox {
	position: relative;
	padding: 12px 0 0 6px;
	margin-bottom: 12px;
	z-index: 4;
}

#middlecol {
	position: relative;
	float: left;
	padding-left: 14px;
	width: 564px;
	font-size: 1em;
	line-height: 1.4em;
	color: #242e5a;
	z-index: 3;
}

#bannercontent {
	position: relative;
	padding-top: 18px;
	z-index: 4;
}

#copyright {
	position: relative;
	float: left;
	width: 564px;
	padding-top: 18px;
	text-align: right;
	z-index: 4;
}

#navibottom {
	position: relative;
	float: left;
	width: 564px;
	margin-bottom: 12px;
	border-top: 1px solid #242e5a;
	z-index: 4;
}

#navibottomleft {
	position: relative;
	float: left;
	width: 24px;
	padding-top: .3em;
	z-index: 5;
}

#navibottomright {
	position: relative;
	float: right;
	margin-left: 24px;
	text-align: right;
	z-index: 5;
}

#rightcol {
	position: relative;
	width: 16em;
	float: right;
	color: #242e5a;
	z-index: 3;
}
