/* 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: #333333;
  background: #ffffff;
  width: 94%;
}

#outline {
  border: 1px solid #cccccc;
  background: #d6ffd6;
  padding: 2%;
  width: 95%;
}

#header {
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  width: 96%;
  height: 115px;
  text-align: center;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
}

#content {
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 0%;
  padding-bottom: 1%;
  width: 96%;
  border: 1px solid #cccccc;
  background: #ffffff;
  float: left;
}

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

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

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

a:link, a:visited {
  color: #c64934;
  text-decoration: none;
  font-weight: bold;
}

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

ul {
  margin: 0;
  padding-left: 30px;
  list-style: none;
}

li {
  line-height: 15px;
  padding-left: 15px;
  padding-top: 0px;
  background-image: url(images/arrow.png);
  background-repeat: no-repeat;
  background-position: center left;
}

li.logo {
  line-height: 35px;
  padding-left: 90px;
  padding-top: 0px;
  background-repeat: no-repeat;
  background-position: center left;
}

.clr {
  clear: both;
}

.center {
  text-align: center
}
