BODY {
  color: black;
  background: white;
  font-family: Helvetica, Arial, Geneva, sans-serif;
  font-size: 12pt;
} 

H1 {
  text-align: left;
  font-size: 2.5em;
  font-weight: bold;
}

H2 {
  font-weight: bold;
  font-size: 1.5em;
}

H3 {
  font-weight: bold;
}

P {
	margin-left: 3em;
	margin-right: 3em;
}

P.full {
	margin-left: 0em;
	margin-right: 0em;
}

P.smallcenter {
	margin-left: 0em;
	margin-right: 0em;
	font-size: 0.75em;
	text-align: right;
}
div.header {
	position: fixed;
	width: 100%;
	height: 5em;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	background: white;
	color: rgb(204,204,51);
	margin-top: -2em;
	margin-left: 1em;
	padding-top: 2em;
	padding-left: 2em;
/*	border-bottom-width: thick; */
/*	border-bottom-color: rgb(204,204,51); */
/*	border-bottom-style: solid; */
}

div.main {
/*	position: fixed; */
	width: 80%;
	height: auto;
	top: -2em;
	right: auto;
	bottom: auto;
	left: 0;
	margin-top: 6em;
}

div.sidebar {
/*	position: fixed; */
	position: absolute;
	width: 20%;
	height: 100%;
	top: 5em;
	right: 0;
	bottom: auto;
	left: auto;
	margin-top: 0em;
	padding-top: 1em;
	padding-left: 1em;
	background: rgb(204,204,51);
	color: white;
	font-size: 0.75em;
}

body>div.sidebar {position: fixed}

div.footer {
/*	position: fixed; */
	width: 80%;
	height: 4em;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

