html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: arial;
  font-size: 13px;
  color: #282828;
  background-color: #FBFBFB;
  background-image: url(/images/background.png);
}
a {
  color: #000000;
}
a:hover {
  color: #0569a4;
  text-decoration: underline;
}
.clear {
  clear: both;
}
#wrapper {
  width: 996px;
  padding: 0;
  margin: 0 auto;
  background-color: #FFFFFF;
}
#header-index {
  width: 996px;
  height: 460px;
}
#header-subpage {
  width: 996px;
  height: 329px;
}
#header-image-index {
  width: 540px;
  height: 460px;
  float: left;
  background-image: url(/images/header-back-index.jpg);
  background-repeat: no-repeat;
}
#header-image-subpage {
  width: 540px;
  height: 329px;
  float: left;
  background-image: url(/images/header-back-subpage.jpg);
  background-repeat: no-repeat;
}
#header-logo-index {
  width: 432px;
  height: 299px;
  float: right;
  padding: 71px 0 0 24px;
}
#header-logo-subpage {
  width: 432px;
  height: 172px;
  float: right;
  padding: 71px 0 0 24px;
}
#header-menu-index {
  width: 456px;
  height: 90px;
  float: right;
}
#content {
  width: 910px;
  padding: 18px 43px 18px 43px;
}
#content p {
  padding: 10px 0;
  line-height: 17px;
}
#content h1 {
  color: #0569a4;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
#footer-stripe {
  font-size: 11px;
  text-align: center;
  padding: 10px 0 25px 0;
}
#footer-content hr {
  margin: 10px 73px 10px 73px;
  border-top: 0px solid #282828;
  border-left: 0px solid #282828;
  border-right: 0px solid #282828;
  border-bottom: 1px solid #999999;
  height: 0px;
}


#menu-content {
  width: 456px;
  height: 90px;
  float: left;
}
#menu-content ul {
  list-style: none outside none;
}
#menu-content ul li {
  display: block;
  float: left;
  height: 25px;
  margin: 0;
}
#menu-content ul li a, #menu-content ul li span {
  color: #282828;
  font-size: 15px;
  font-weight: bold;
  display: block;
  height: 25px;
  margin: 0px;
  padding: 20px 0 0 40px;
  background-image: url(/images/menu-plus.png);
  background-repeat: no-repeat;
  background-position: 10px 17px; 
}
#menu-content ul li a:hover {
  color: #0569a4;
  background-position: 11px 18px; 
}
#menu-content ul li:hover {
}
#menu-content ul a.active {
  color: #0569a4;
  text-decoration: underline;
  background-position: 11px 18px; 
}
.table {
  border: 1px solid #888888;
  border-collapse: collapse;
}

.table th {
  font-weight: bold;
  border: 1px solid #BBBBBB;
  padding: 12px 5px;
}

.table td {
  border: 1px solid #BBBBBB;
  padding: 5px;
}

.table .title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}