 html, body {
	height:100%;}

html, body {
	margin:0;
	padding:0;
	}


 html, body {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	line-height: 1.2;
	color: black;
    	background: white }
  

h1 {
	font-size: 150%; 
	font-weight: bold; 
	text-align: center;
	padding-top: 0.5ex;
	padding-bottom: 1ex;
	background: aqua}

h2 {
	font-size: 125%; 
	font-weight: bold;
	padding-left: 1em}


a:link {
	text-decoration: underline;
	font-size: 110%;
	line-height: 2;
	color: blue;}
a:visited {
	color: purple;
	font-size: 110%}

a:hover {
	color: purple;
	background: aqua;
	font-size: 200%}


div.box { border: solid; border-width: thin; width: 70% }



div.linksbar {
	position: absolute;
	top: 140px;
	left: 0px;
	line-height: 2;
	padding-top: 2em;
	padding-bottom: 10ex;
	background: silver;
	width: 200px;
	}



div.headerbox {
	position: absolute;
	top: 0px;
	left: 200px;
	padding-top: 1ex;
	height: 130px;
	min-width: 75%;
	width: 75%;
	font-size: 150%;
	font-weight: bold;
	color: navy;	
	background: silver;
	}

div.maintext {
	display: inline;
	position: absolute;
	top: 140px;
	left: 200px;
	width: 75%;
	min-width: 75%;
	padding-left: 1em;
	padding-right: 5em;
	overflow: auto;
	background: white;
	}




div.signoff {
	position: relative;
	bottom: 0;
	clear: both;
	font-size: 75%;
 	width: auto;
	min-width: 75%;
	height: 50px;
	text-align: center;
	padding-top: 1ex;
	border-top: thin dotted;
	background: white;}







	
div.box { border: solid; border-width: thin; width: 100% }

