body {
  background: #fff;
  margin: 0 auto;
  font-family: arial, helvetica, sans-serif;
  color: #4b5457;
  text-align: center;
}

a {
  color: #0093ce;
  text-decoration: none;
  font-size: 1em;
}

a:hover {
  color: #4b5457;
}

.main {
  width: 790px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

.header {
  width: 790px;
  background: #4b5457;
  margin: 0 auto;
  overflow: none;
  padding: 83px 0 83px 0;
  text-align: right;
}

.content {
  width: 790px;
  float: right;
  padding-top: 10px;
  display: inline;
  font-size: 1.0em;
}  

p {
  font-size: 0.7em;
}

hr {
  color: #4b5457;
  background-color: #4b5457;
  height: 1px;
}

.heading {
  color: #0093ce;
  font-size: 1.0em;
}

ul {
  margin-left: 2.0em;
  padding: 0;
}

li {
  font-size: 0.7em;
  list-style-type: circle;
  padding: 5px;
}

table {
  width: 780px;
  border: 0;
}

.left {
  width: 420px;
  vertical-align: top;
}

.right {
  width: 360px;
  vertical-align: top;
}
