body {
  color: black;
  background-color: #ffffcc;
  font-family: "Century Gothic", Helvetica, sans-serif;
  font-size: 10pt;
  padding: 0;
}
form {
  font-family: "Century Gothic", Helvetica, sans-serif;
}
table {
  font-family: "Century Gothic", Helvetica, sans-serif;
}
tr {
  font-family: "Century Gothic", Helvetica, sans-serif;
}
td {
  font-family: "Century Gothic", Helvetica, sans-serif;
}
textarea {
  text-align : left;
  font-family: "Century Gothic", Helvetica, sans-serif;
}
a:link {
  color: #000099;
}
a:visited {
  color: #990099;
}
a:hover {
  color: #990099;
}
a:active {
  color: #000099;
}
.wrapper {
  position : relative;
  top : 0;
  width : 740px;
  margin : 0 auto;
  border : 1px solid black;
  background-color: white;
}
.wrappernoborder {
  position : relative;
  top : 0;
  width : 740px;
  margin : 0 auto;
   background-color: white;
}
.pghdr {
  left : 0;
  width : 740px;
  text-align : center;
  margin: 0;
  padding: 0;
  border-bottom : 0px solid white;
}
.pgmenu {
  width : 740px;
  background-color: black;
  margin : 0px;
  padding: 0px;
  border-top : 1px solid white;
  border-bottom : 1px solid white;
}
.pgcontent {
  width : 730px;
  background-color: white;
  margin: 0px;
  margin-bottom : 0px;
  padding: 5px;
  border-top : 1px solid black;
  border-bottom : 1px solid black;
}
.pgcontentnoborder {
  width : 730px;
  background-color: white;
  margin: 0px;
  margin-bottom : 0px;
  padding: 5px;
}
.pgnote {
  width : 100%;
  padding: 5px;
}
.pgtitle {
  left : 0;
  width : 100%;
  text-align : center;
  font-size : 140%;
  font-weight : bold;
  color: maroon;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top : 1px solid black;
}
.pgtitlenoline {
  left : 0;
  width : 100%;
  text-align : center;
  font-size : 140%;
  font-weight : bold;
  color: maroon;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pgtitlepast {
  left : 0;
  width : 100%;
  text-align : center;
  font-size : 140%;
  font-weight : bold;
  color: black;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top : 1px solid black;
}

.pgitem {
  left : 0;
  width : 728px;
  text-align : left;
  background-color : #ffffff;
  padding-top: 10px;
  border : 1px solid #004000;
  margin-top : 0px;
  margin-bottom : 5px;
}
.info {
  left : 0;
  width : 718px;
  text-align : left;
  background-color : yellow;
  padding: 5px;
  border : 1px solid #004000;
  margin-top : 0px;
  margin-bottom : 5px;
}
.logo {
  position : absolute;
  top : 0px;
  left : 650px;
  width : 150px;
  padding-top : 10px;
  background-color: rgb(0, 0, 255);
  border : 0px solid navy;
}
.article {
  width : 718px;
  background-color: white;
  border: 0px solid black;
  padding: 5px;
  margin: 5px 0;
  text-align: left;
}
.article h2 {
  margin: 5px 20px;
}
.article h3 {
  margin: 5px 20px;
  font-weight:bold;
  color:#800000;
}
.article p {
  margin: 5px 20px;
}
.highlight {
  color : maroon;
  font-weight : bold;
}
.pgcontent h1 {
  color : maroon;
  font-size : 140%;
  font-weight : bold;
}
.pgcontent h2 {
  color : maroon;
  font-size : 120%;
  font-weight : bold;
}
.pgcontent h3 {
  color : maroon;
  font-size : 100%;
  font-weight : bold;
}
.pghighlight {
  font-weight: bold;
  color: #008000;
}
.normalc {
  color: black;
  font-size: 80%;
  text-align: center;
  font-weight : normal;
}
.indented {
  padding-left: 30px;
}
.talk {
  width : 718px;
  background-color: white;
  border: 1px solid black;
  padding: 5px;
  margin: 5px 0;
  text-align: left;
}
.talk h2 {
  text-align: center; 
  display: inline;
}
.talk h3 {
  font-weight:bold;
  color:#800000;
}
.talk h4 {
  margin: 5px 20px;
}
.talk i {
  font-size: 0.9em;
}
.talk p {
  margin: 5px 20px;
}
.pasttalk {
  width : 718px;
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 5px;
  margin: 5px 0;
  text-align: left;
}
.pasttalk h2 {
  color: silver;
  text-align: center; 
  display: inline;
}
.pasttalk h3 {
  color: black;
 }
.pasttalk h4 {
  color: black;
  margin: 5px 20px;
}
.pasttalk i {
  color: black;
  font-size: 0.9em;
}
.pasttalk p {
  color: black;
  margin: 5px 20px;
}
.pgbreak {
 width:100%;
  background-color: black;
}