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

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

#header {
  position: absolute;
  width: 90%;
  height: 102px;
  top: 0px;
  left: 4%;
  right: 5%;
  color: black;
  background-color: #f0f0f0;
  margin: 10px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  font-size: 10pt;
  text-align: center;
  text-decoration: none;
  background-image: url("etching3.gif");
  background-repeat: no-repeat;
  background-position left center;
}

#header h1 {
	font-size: 20pt;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#header h1 strong {
	font-size: 40pt;
	font-style: normal;
	font-weight: normal;
}

#main {
	position: absolute;
	padding 3em;
	text-align: justified;
	width: 86%;
	top: 120px;
	left: 7%;
	right: auto;
	bottom: 4em;
	font-size: 11pt;
	text-align: justify;
	overflow: auto;
}

#main h2 {
	font-size: 12pt;
	font-weight: bold;
}

#footer {
	position: absolute;
	font-size: 8pt;
	text-align: right;
	border-top: 2px solid black;
	width: 90%;
	left: 4%;
	right: 5%;
	bottom: 0px;
	color: black;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
}

:link {
  color: rgb(150,0,0);
}
:visited {
  color: rgb(150,0,0);
}

.alignRight {
	text-align: right;
}
