body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, sans-serif;
}
#top {
  color: #007;
  margin: 20px;
  padding-top: 0px;
  padding-left: 20px;
  background-color: #fff;
  height: 100px;
	background-image: url(images/Panorama6.jpg);
	background-repeat: repeat-x;
}
#left {
  position: absolute;
  left: 20px;
  top: 140px;
  width: 200px;
}
#leftcontent p {
	font-size: 12px;
}
#center {
  margin-left: 230px;
  margin-right: 230px;
  background: #eee;
  padding-left: 10px;
  padding-right: 10px;
}
#centercontent p {
  font-size: 13px;
}
#right {
  position: absolute;
  right: 20px;
  top: 140px;
  width: 200px;
}
#footer {
  background: #ccf;
  margin: 20px;
  text-align: center;
  visibility: hidden;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

.righttext {
	color: #666;
	font-size: 8pt;
	text-align: center;
}
.peoplelist {
	font-size: 8pt;
	text-align: center;
}
H1.peoplelist {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 3px;
}
H2.peoplelist {
	font-size: 10pt;
	font-weight: bold ;
	margin-top: 8px;
	margin-bottom: 3px;
}
P.peoplelist {
	margin-top: 8px;
	margin-bottom: 3px;
}
.survey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
    margin-left: 20pt;
}
H1.survey {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 3px;
}
li.survey {
	margin-top: 8px;
	margin-bottom: 3px;
}

.flash {
   color: red;
	font-weight: bold;
	font-style: italic;
}
.signature {
	font-family: "Lucida  Handwriting", "Comic Sans MS", cursive;
	font-size: 18px;
    color: navy;
	font-weight: bold;
	font-style: italic;
}

a:link {  color: #0000ee;  text-decoration: none;}  /* for unvisited links */
a:visited { color: #552288; text-decoration: none; } /* for visited links */
a:active { color: #FF0000; text-decoration: none; } /* when link is clicked */
a:hover {  color: #FF0000; text-decoration: underline;} /* when mouse is over link */

