html {
  height: 100%;
}

body {
  height: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  line-height: 1.6em;
}

html, body {
  background: url(img/doc.body.png) center repeat-y;
}

#sysheader {
  height: 00px;
  background: url(img/doc.header.jpg) no-repeat;
  border-bottom: 2px solid #ffa500;
}

#syscontent {
  width: 700px;
  margin: 0 auto 100px;
}

h1 {
  background: url(img/doc.h1.jpg);
  color: #fff;
  padding: 1.2em;
  text-align: center;
  font-size: 1.4em;
  margin-top: 10px;
}

h2 {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 1.4em;
  color: #31517b;
  margin-top: 1.8em;
  font-weight: normal;
}

#sysfooter {
  color: #888;
}

#sysfooter a {
  color: #7397c5;
  text-decoration: none;
}

#sysfooter a:hover {
  color: #3c6190;
}

p {
  text-align: justify;
  margin: 0.5em 0;
  font-size: 1em;
}

ul {
  list-style: decimal-leading-zero;
}

ul li {
  text-align: justify;
  margin: 0.5em 0;
}

a {
  color: #304b72;
}

a:hover {
  text-decoration: none; 
}

a:visited, a:active {
  color: #4b75b2;
}

#sysfooter {
  border-top: 1px solid #335581;
  width: 700px !important;
}