div#header {
	top: 0;
	left: 0;
	height: 104px;
	width: 100%;
	min-width: 850px;
	background-color: #99ccff;
	padding: 10px;
	position: fixed;
	z-index: 1;
	box-sizing: border-box;
}

div#menu {
	overflow: hidden;
	position: fixed;
	top: 104px;
	left: 0;
	padding-bottom: 60px;
	height: 100vh;
	width: 180px;
	overflow: visible;
	border-right: 2px solid #aaa;
	height: 100vh;
	z-index: 1;
}

div#body {
	width: 100%;
	word-break: break-all;
}

div#body .bodyDiv {
	padding-top: 104px;
	padding-bottom: 70px;
	padding-left: 180px;
	display: block;
	box-shadow: none;
}

div#footer {
	height: 70px;
	background: #99ccff;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 2;
}

div#footer.nolink {
	height: 70px;
	background: #99ccff;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 2;
}

div#footer ul {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

div#footer ul li {
	display: inline-block;
}

div#footer ul li a {
	display: block;
	height: 30px;
	width: 100px;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	border-color: #41719c;
	padding: 5px;
	width: 100px;
	text-decoration: none;
	color: #222222;
}

div#body .errorContainer {
	padding-top: 104px;
	padding-bottom: 70px;
	display: block;
	box-shadow: none;
}

table#errorTable {
	margin: 30px auto 0 auto;
	min-width: 70%;
}

td.titleCell {
	font-weight: bold;
}

.messageCell .messageText {
	font-weight: bold;
}

.error.messageText ul {
	list-style: none;
}
@media print , screen and (max-width: 960px) {
	div.wrapper {
		width: auto;
		margin: 0;
	}
	header, section, footer {
		float: none;
		position: static;
		width: auto;
	}
	header {
		padding-right: 320px;
	}
	section {
		border: 1px solid #e5e5e5;
		border-width: 1px 0;
		padding: 20px 0;
		margin: 0 0 20px;
	}
	header a small {
		display: inline;
	}
	header ul {
		position: absolute;
		right: 50px;
		top: 52px;
	}
}

@media print , screen and (max-width: 720px) {
	body {
		word-wrap: break-word;
	}
	header {
		padding: 0;
	}
	header ul, header p.view {
		position: static;
	}
	pre, code {
		word-wrap: normal;
	}
}

@media print , screen and (max-width: 480px) {
	body {
		padding: 15px;
	}
	header ul {
		display: none;
	}
}

@media print {
	body {
		padding: 0.4in;
		font-size: 12pt;
		color: #444;
	}
}

:-ms-lang(x)::-ms-backdrop, .bEditBlock input {
	line-height: 1;
}

table.urlTable {
	margin-left: auto;
    margin-right: auto;
}

.urlTable td {
	font-size: 20pt;
}