/* Style sheet for css compliant browsers. */
/* Tested in Opera 7 and Gecko (Mozilla) */
html {
	padding: 0px;
	background-color: #FBF1D1;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
div.nav {
	position: fixed;
	width: 145px;
	left: 0px;
	top: 0px;
	background: #003399;
	padding-top: 0px;
	padding-left: 0px;
	/* This value controls the vertical bar */
	height: 100%;
	z-index: 2;
}
div.navpad {
	padding-top: 10px;
}
div.nonav {
	position: absolute;
	width: 145px;
	left: -150px;
	top: 0px;
	background: #003399;
	padding-top: 0px;
	padding-left: 0px;
	/* This value controls the vertical bar */
	height: 100%;
	z-index: 2;
}
div.content {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
div.contentpad {
	margin-left: 145px;
}
div.nocontent {
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
div.nocontentpad {
	margin-left: 25px;
}
div.btnbar {
	position: fixed;
	width: 9px;
	left: 0px;
	top: 0px;
	background: #003399;
	padding-top: 0px;
	padding-left: 0px;
	/* This value controls the vertical bar */
	height: 100%;
	z-index: 1;
}
div.btnpad {
	padding-top: 94px;	
}
