body {
  width: 780px;
  margin-right: auto;
  background-color: #cccccc;
  margin-left: auto;
}
#header {
  width: 780px;
  height: 178px;
}
#pageholder {
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: #ffccff;
}
#rightcolumn {
  padding: 2px;
  background-color: #ccffcc;
  float: right;
  margin-left: 10px;
  text-align: center;
  width: 160px;
  color: black;
}
#content {
  padding: 10px 20px;
  background-color: white;
  color: black;
  font-family: verdana,arial,sans-serif;
  font-size: 1em;
}
#adsense {
  margin: 0px 10px 10px 0px;
  height: 265px;
  width: 305px;
  float: left;
}
#adright {
  margin: 10px 0px 10px 10px;
  width: 130px;
  float: right;
  height: 610px;
}
#navigation {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  text-align: center;
  font-family: verdana,arial,sans-serif;
  font-size: 1.1em;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ccccff;
  width: 780px;
}
#footer {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  font-family: "Times New Roman",Times,serif;
  text-align: center;
  font-size: 0.9em;
  background-color: #ccccff;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 780px;
}
h1 {
  text-align: center;
  color: #003300;
}
h3 {
  text-align: center;
  color: #000066;
}
.clear {
  clear: both;
  background-color: white;
}
h5 {
  font-family: "Times New Roman",Times,serif;
  text-align: left;
}
li {
  margin: 15px 0px 0px;
}
ul {
  list-style-position: inside;
  list-style-type: disc;
}
h4 {
  font-style: italic;
}
p.first {
  color: #cc0000;
}
p.keywords {
  font-weight: bold;
}

