/* CSS Document */

html {
  height: 100%;
}

body {
  margin: 15px;
  height: 90%;
  margin-bottom: 1px;
  padding: 2%;
  font-family: Arial, Helvetica, Sans Serif;
  line-height: 120%;
  font-size: 11px;
  color: #000000;
  background: #ffffff;
  width: 94%;
}

#outline {
  padding: 2%;
  width: 95%;
}

#header {
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  width: 96%;
  height: 75px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

#content {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0%;
  padding-bottom: 1%;
  width: 96%;
  float: left;
}

h1 {
  height: 20px;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
}

h2 {
  height: 20px;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}

h3 {
  height: 20px;
  font-weight: bold;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.clr {
  clear: both;
}

.center {
  text-align: center
}
