* {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 15px;
}
body {
  color: #000000;
  background-color: #e0e0e0;
  font-family: arial, helvetica, sans-serif;
}
div {
  text-align: left;
}
h1,
h2,
h3,
h4 {
  margin-top: 15px;
  margin-bottom: 10px;
}
h1 {
  font-size: 1.3em;
  text-transform: capitalize;
}
h2 {
  font-size: 1.2em;
}
h2 a {
  text-decoration: none;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
p,
li {
  margin-bottom: 10px;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #0000ff;
}
a:visited {
  color: #000000;
}
#container {
  position: absolute;
  width: 100%;
  background-color: #e0e0e0;
}
#logo {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  background-color: #c0c0c0;
  background-image: url(/_img/logo.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border-bottom: 1px solid #666666;
}
#nav {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
#nav li {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
#nav li a {
  text-decoration: none;
}
#nav li a:hover {
  color: #0000ff;
}
#content {
  overflow: auto;
  padding: 0 20px 0 20px;
}
#content ul {
  padding-left: 15px;
  list-style-type: disc;
  list-style-position: outside;
}
#content ul li {
  margin: 0;
}
#content a:hover {
  color: #0000ff;
}
#content img {
  margin-bottom: 10px;
}
#content table {
  border: 1px solid #000000;
  border-collapse: collapse;
  margin-bottom: 10px;
}
#content th,
#content td {
  border: 1px solid #000000;
  padding: 1px 3px;
  font-family: arial, helvetica, sans-serif;
}
#footer {
  display: none;
}
blockquote {
  padding: 7px;
  padding-bottom: 1px;
  margin-left: 30px;
  margin-bottom: 10px;
  background-color: #f0f0f0;
  border-left: 3px solid #c0c0c0;
  font-family: times new roman, times, roman, serif;
  font-style: italic;
}
pre {
  font-family: dejavu sans mono, courier new, courier, monospace;
  font-size: 0.8em;
}
.home {
  padding: 0;
  margin-bottom: 20px;
  background-color: #e0e0e0;
  border: 0;
}
@media screen and (min-width: 910px) {
  body {
    background-color: #c0c0c0;
    text-align: center;
  }
  #container {
    position: relative;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px;
    border: 1px solid #000000;
  }
  #logo {
    width: 850px;
    height: 110px;
    background-position: 730px 20px;
    border: 1px solid #666666;
  }
  #nav {
    margin-bottom: 30px;
  }
  #nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  #content {
    padding: 0;
  }
  #footer {
    display: initial;
    clear: both;
    display: block;
    margin-top: 30px;
    text-align: right;
  }
  .home {
    text-align: right;
  }
}
@media print {
  #logo {
    display: none;
  }
  #nav {
    display: none;
  }
  #footer {
    display: none;
  }
}
