body {
  margin: 0px;
  color: #4E4E4E;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #FAF9EF url('/images/body-bg.jpg') center top no-repeat;
}

h1 {
  margin: 10px 0px;
  padding: 0px 0px 5px 0px;
  color: #3C9CD6;
  font-family: 'Times New Roman';
  font-size: 30px;
  font-style: italic;
  font-weight: normal;
  border-bottom: 9px solid #E7F2F7;
}

h2 {
}

h3 {
}

h4 {
  margin: 10px 0px;
  color: #026488;
  font-size: 14px;
}

h5 {
}

a {
  color: #3C9CD6;
  text-decoration: underline;
}

a:hover {
  color: #026488;
  text-decoration: none;
}

#wrapper {
  text-align: center;
}

#container {
  width: 1020px;
  margin: 0px auto;
  text-align: left;
  background: url('/images/container-bg.jpg') left top repeat-y;
}

#header {
  height: 149px;
  padding: 0px 26px;
  background: url('/images/header-bg.jpg') left top no-repeat;
}

#header-top {
  height: 50px;
}

#navigation {
  height: 50px;
}

#header-bottom {
  height: 99px;
}

a#link-home {
  display: block;
  float: left;
  width: 460px;
  height: 99px;
  background: url('/images/logo.jpg') left top no-repeat;
}

#top-text {
  float: right;
  width: 480px;
  padding: 42px 0px 0px 0px;
  color: #FFFFFF;
  font-family: 'Times New Roman';
  font-size: 24px;
  font-style: italic;
}

#content {
  padding: 0px 26px;
}

#content-main {
  padding: 0px 35px;
}

#content-main p {
  line-height: 18px;
}

#footer {
  text-align: center;
}

#footer-inner {
  width: 1020px;
  margin: 0px auto;
  padding: 45px 0px 0px 0px;
  text-align: left;
  background: url('/images/footer-bg.jpg') left top no-repeat;
}

#footer-inner p {
  margin: 0px;
  padding: 0px 35px;
  color: #7B98AA;
  font-size: 14px;
  line-height: 22px;
}

#footer-inner p a {
  color: #7B98AA;
  text-decoration: none;
}

#footer-inner p a:hover {
  color: #026488;
  text-decoration: underline;
}

#footer-inner p span.powered-by,
#footer-inner p span.powered-by a,
#footer-inner p span.powered-by a:hover {
  color: #CCCCCC;
}

div.clearfloats {
  display: block;
  clear: both;
}

/* Misc Styles */

ul.fancy-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

ul.fancy-list li {
  padding: 4px 0px 4px 30px;
  color: #026488;
  font-size: 16px;
  background: url('/images/fancy-list-bullet.jpg') left top no-repeat;
}

img.img-left {
  float: left;
  margin: 3px 10px 10px 0px;
  border: 1px solid #C9E8F2;
}

img.img-right {
  float: right;
  margin: 3px 0px 10px 10px;
  border: 1px solid #C9E8F2;
}
