html {
  overflow-y: scroll;
	margin: 0px;
	padding: 0px;
	background-color: silver;
  background-image: url('/images/navyfade.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

body {
  margin: 0px auto;
	width: 1000px;
}
div.menu {
  display: block;
  position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	width: 230px;
}
.link { cursor: pointer; }
.noprint { } 
.noscreen { display: none; }
.topheader { color: white; }
.headerlink { color: silver; }


