body {
  font-size: large;
  font-family: "Times New Roman", serif;
  margin: 0;
  padding: 0;
  line-height: 1.5em;  
}

a {
  color: black;
  text-decoration: none;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
  font-weight: normal;
}

#page {
  width: 100%;
  position: relative;
}

#banner img.logo,
#menu,
#side-bar,
#cartoon,
#footer,
#content a.to_top,
#content div.song br {
  display: none;
}

#banner {
  height: 296px;
  background-color: #d7eee7;
  background-image: url('../images/banner.jpg');
}

#content ul.right {
  margin-top: 2em;
}

#content ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

#content ol li.level1 {
  list-style-position: outside;
  list-style-type: upper-roman;
  margin-left: 2em;
}

#content ol li.level2 {
  list-style-position: outside;
  list-style-type: lower-roman;
  margin-top: 1em;
  margin-left: 1em;
}

#content span.heading1 {
  font-size: 110%;
  font-weight: bold;
}

#content span.heading2 {
  font-weight: bold;
}

#content div.reference,
#content div.discuss,
#content div.research,
#content div.interview,
#content div.glossary,
#content div.law,
#content div.concept,
#content div.song {
  padding: 1em;
  margin: 1em 0;
  border: 1px solid gray;
}

#content div.reference h4,
#content div.discuss h4,
#content div.research h4,
#content div.interview h4,
#content div.glossary h4,
#content div.law h4,
#content div.concept h4 {
  margin-top: 0.5em;
  font-size: 120%;
  font-weight: normal;
}

#content div.discuss p {
  margin-top: 0;
}

#content div.discuss p.answer {
  margin-left: 1em;
}

#content div.glossary h4,
#content div.glossary p {
  margin: 0;
}

#content div.song p {
  margin: 0.2em 0;
}

#content div.ref {
  font-size: 80%;
  line-height: 1.2em;
  margin-top: 5em;
  padding-top: 2em;
  border-top: 1px solid gray;
  color: gray;
}

#content div.ref a {
  color: #777;
}

#content img.banner_bg {
  width: 80%;
}

#content img.chart {
  width: 100%;
}

#content img.inner_img {
  width: 160px;
}

#content p.answer,
#content td.answer {
  color: gray;
  font-size: 90%;
}

#content p.citation {
  font-size: 80%;
  color: gray;
  margin: 0;
  padding: 0;
}

#content p.citation a {
  color: gray;
}

#content kbd {
  font-size: 80%;
  margin: 0 0.2em;
  vertical-align: top;
}

#content table {
  text-align: left;
  vertical-align: center;
  border-collapse: collapse;
  margin: 1em;
}

#content table th,
#content table td {
  border: 1px solid gray;
  padding: 0.5em 1em;
}

#content table.img {
  width: 90%;
}

#content table.img td {
  vertical-align: top;
  width: 33%;
}

#content table tr.center, table th, table td.center {
  text-align: center;
}

#content table tr.highlight td {
  border-top: 5px solid gray;
  border-bottom: 5px solid gray;
}

#content table tr.highlight td.first {
  border-left: 5px solid gray;
}

#content table tr.highlight td.last {
  border-right: 5px solid gray;
}


div.blank {
  height: 100px;
}

tr.blank td {
  height: 50px;
}