/* CSS Document */

body {
  margin: 0;
  background-color: #D0D5F6;
  color: #363D78;
  font-family: Arial, Helvetica, sans-serif;
  }

img {
  border: 0px;
	}

.container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/container-bg.gif);
  background-repeat: repeat-y;
  position: relative;
  }

.content {
  position: relative;
  top: 0px;
  left: 10px;
  width: 880px;
  padding-top: 190px;
  }
td {
  vertical-align: top;
  }

hr {
  color: #363D78;
  height: 1px;
  }

.rightimg {
  float: right;
  margin-left: 6px;
  }

h1 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 6px;
  }

.head {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(images/head.gif);
  height: 148px;
  width: 900px;
  }

.foot {
  position: absolute;
  bottom: -13px;
  left: -10px;
  background-image: url(images/foot.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 13px;
  width: 900px;
  }

.links {
  position: absolute;
  top: 148px;
  left: 10px;
  width: 880px;
  height: 26px;
  background-color: #363D78;
  border-top: 6px solid #B4B4B6;
  border-bottom: 6px solid #B4B4B6;
  text-align: right;
  }
.links a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  }
.links ul {
  margin: 2px 0 0 0;
  padding: 0;
  border: 0;
  }
.links li {
  display: inline;
  margin-left: 8px;
  margin-right: 8px;
  }