html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
  font-family: "Arial";
  color: #555;
  line-height: 140%;
}

body
{
  font-size: 75%;
}

div#outerWrapper {
  max-width: 770px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

div#wrapper {
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

div#container {
  text-align: left;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 15px 15px 15px;
}

div#header {
  clear: both;
  overflow: hidden;
  border-bottom: solid 1px #aaa;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
    margin-bottom: 12px;
}

div#footer {
  clear: both;
  overflow: hidden;
  border-top: solid 1px #aaa;
  padding-top: 12px;
}

div#header div.adv {
  float: right;
}

div.left {
  float: left;
  width: 60%;
}

div.right {
  float: right;
  width: 35%;
}

h1 {
   font-weight: bold;
   font-family: "Segoe UI", "Arial";
   font-size: 2em;
   float: left;
}

h2 {
   font-size: 1.5em;
   clear: both;
   margin-bottom: 1em;
}

h3,
p {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

h3 {
  
  font-weight: bold;
  float: left;
  background: url("information.png") center left no-repeat;
	padding-left: 20px;
}

p {
  margin-bottom: 1em;
  text-align: justify;
  text-indent: 1em;
}

.right h3
{
  background: url("page_go.png") center left no-repeat;
	padding-left: 20px;
}

div#footer address a
{
  background: url("email_link.png") center right no-repeat;
	padding-right: 20px;
}

dt
{
background: url("lightbulb_off.png") center left no-repeat;
	padding-left: 20px;
}
dd
{
background: url("lightbulb.png") top left no-repeat;
	padding-left: 20px;
}

dd
{
	margin-top: 0.5em;
	margin-bottom: 1em;
}

dd ul
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
