* {
	margin: 0;
	padding: 0;
}
body {
	border: none;
	background: white;
	height: 100%;
	width: 100%;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link {
  text-decoration: none;
  color: #333333;
}
a:visited {
  text-decoration: none;
  color: #666666;
}
a:active {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: underline;
  color: #333333;
}
img.topdiv {
  position: absolute;
  top: 25px;
  left: 30px;
}
p.titletext {
  position: absolute;
  top: 25px;
  bottom: 125px;
  left: 30px;
  text-align: left;
  font-size: 30px;
  margin-top: 20px;
}
p.subtitletext {
  position: absolute;
  top: 75px;
  bottom: 125px;
  left: 30px;
  text-align: left;
  font-size: 15px;
	margin-top: 10px;
}
p.copyright {
  font-size: 10px;
}
li {
	margin-left:30px;
}
li.ancillary {
	margin-left:40px;
  font-size: 11px;
}
div#infomargin {
  position: absolute;
  top: 0px;
  left: 0px;
  width:160px;
  height: 100%;
  background: #669966;
}
div#infomargintext {
  position: absolute;
  top: 150px;
	margin-right:30px;
	margin-left:30px;
	margin-top:30px;
	text-align: right;
}
div#mainpage {
  position: absolute;
  top: 0px;
  left: 160px;
	width:450px;
}
div#mainpagetext {
  position: absolute;
  top: 150px;
	margin-left:30px;
	margin-right:30px;
	margin-top:30px;
	text-align: left;
}
