html {
  margin: 0;
  padding: 0;
}

body {
  background: url(/img/page-background.gif) repeat-x #d6e1d2;
  background-position: top;
  text-align: center;
  margin: auto;
  color: #333;
  font-family: Arial, Lucida, sans-serif;
  font-size: 10pt;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: square;
}

h1 {
  color: #b14837;
}

h2 {
  margin-top: 0;
  color: #ab3b29;
  font-size: 1.3em;
}

h3 {
  color: #333;
  font-size: 1.1em;
}

strong {
  color: #b14837;
}

a {
  text-decoration: none;
  color: #ab3b29;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

div.wrapper {
  width: 752px;
  margin: auto;
  background: url(/img/wrapper-background.gif) bottom left repeat-x #fbfcfa;
  padding: 0 25px 25px;
}

h3.welcome {
  color: #b14837;
  text-align: center;
}

div.page {
  width: 752px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
}

div.header {
  width: 750px;
  height: 123px;
  margin: 0 0 0 5px;
  background: url(/img/header-background.gif) top right no-repeat #fff;
}

img.logo {
  margin-left: 30px;
  margin-top: 10px;
  float: left;
  clear: none;
  border: none;
}

div.footer {
  background: url(/img/dotted.gif) 0 0 repeat-x #fff;
  width: 100%;
  clear: both;
  border-top: dashed 1px #ababab;
  background: #fff7d4 none;
  height: 120px;
  margin: 0;
}

div.footer p {
  margin: 10px;
  color: #333;
  font-size: 10px;
}

div.footer div.registered {
  margin: 20px 0 0;
  width: 100%;
}

div.footer div.registered p {
  text-align: center;
}

div.footer a {
  color: #333;
}

a.datasouth {
  float: right;
  font-size: 11px;
  padding: 15px 65px 15px 10px;
  background: transparent url(/img/datasouth.gif) no-repeat right center;
}

div.left-column {
  float: left;
  clear: left;
  margin: 0 0 15px 5px;
  padding: 0 20px 50px 0;
  width: 239px;
  height: 350px;
  border-right: 1px solid #ccc;
}

div.main {
  float: right;
  clear: right;
  text-align: left;
  width: 445px;
  padding: 8px 20px 15px 0;
  font-size: 1.1em;
}
