@import url("articles.css");

body {
  font: normal 12px/1.0em Arial, "Geneva", Tahoma, sans-serif;
}

#header h1 {
  line-height: 1.2em;
}

#header h1 a {
  text-decoration: none;
  color: #000;
}

#header h1 span {
  display: block;
  font-size: 14px;
}

#top_nav {
  display: none;
}

#left_column {
  display: none;
}

#introduction {
  display: none;
}

#content .article .actions {
  display: none;
}

#content h1, #content h2, #content h3 {
  line-height: 1.2em;
}

#content h1 {
  margin: 0 0 0.7em 0;
  font-size: 18px;
}

#content h2 {
  margin: 0 0 0.5em 0;
  font-size: 16px;
}

#content h3 {
  font-size: 14px;
  margin: 0 0 7px 0;
  padding: 0;
}

#content p {
  margin: 10px 0 1em 0;
  line-height: 1.4em;
}

#content a {
  color: #000;
  text-decoration: none;
}

#content .article {
  background: none;
  padding-bottom: 0;
}

#content .article .learn_more {
  display: none;
}

#content .address a {
  display: none;
}

.pagination_links a {
  display: none;
}