/* Styles for the main page content */

div#page-heading {
  height: 50px;
  margin-bottom: 20px;
  background: url('../images/main/heading.png') no-repeat bottom left;
  padding-left: 5px;
  line-height: 50px;
  font-size: 1.3em;
  color: #c93;
}

div.sub-heading {
  color: #693;
  height: 30px;
  line-height: 30px;
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 0px;
}

div.sub-topic {
 color: #693; 
 height: 30px;
  line-height: 30px;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 10px;
}

div.topic {
  font-size: 1em;
}

p.content {
  font-size: 0.85em;
  font-family: sans-serif;
  margin-right: 15px;
  margin-bottom: 20px;
  line-height: 1.5em;
  text-align: justify;
}

div.content {
  font-size: 0.85em;
  font-family: sans-serif;
  line-height: 1.5em;
  text-align: left;
}


ul.content {
  font-size: 0.85em;
  font-family: sans-serif;
  margin-right: 15px;
  margin-bottom: 20px;
  line-height: 1.5em;
  text-align: justify;
}

ol.content {
  font-size: 0.85em;
  font-family: sans-serif;
  margin-right: 15px;
  margin-bottom: 20px;
  line-height: 1.5em;
  text-align: justify;
}

p.sub-content {
  font-size: 0.85em;
  font-family: sans-serif;
  margin-left: 20px;
  margin-right: 15px;
  margin-bottom: 5px;
  line-height: 1.5em;
  text-align: justify;
}

li.content {
  font-size: 0.85em;
  font-family: sans-serif;
  margin-right: 15px;
  margin-bottom: 20px;
  line-height: 1.5em;
  text-align: justify;
}

div.list {
  margin-left: 30px;
  margin-bottom: 15px;
}

div.page-ref {
  height: 1.5em;
}

div.sponsor {
  padding-bottom: 30px;
}

a.page-ref {
  text-decoration: none;
  color: #6699cc;
  font-size: 0.9em;
}

a.page-ref:hover {
  font-size: 1em;
}

a.img-link {
  color: #888;
}

a.small-link {
  font-size: 0.8em;
  margin-left: 15px;
}

a {
  color: #6699cc;
  text-decoration: none;
}

input.text {
  border: solid #777777 2px;
  background-color: #555555;
  color: #eeeeee;
}
