body {
  min-width: 620px;
  font-family: helvetica, arial, sans;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
}

#container {
  width: 700px;
  margin-left:  auto;
  margin-right: auto;
}

#navigation {
  clear: both;
}

#container .step {
  width: 250px;
  position: relative;
  float: left;
  padding: 10px;
  border: solid 3px green;
  margin-bottom: 20px;
  margin-top: 20px;
}

#container .description {
  width: 400px;
  position: relative;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

 .description UL {
  list-style: none;
/*  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em; */
}

.description UL LI:before {
  content: "\00BB \0020";
}

.listItem {
 color: green;
}

#header {
  border-bottom: solid 1px gray;
  padding-right: 10px;
  font-size: 11pt;
}

#header .logo {
  float: left;
  border: none;
 }

#footer {
  margin-top: 20px;
  clear: both;
  border-top: 1px solid gray;
  color: graytext;
  font-size: 8pt;
}


.instruction {
  cursor: pointer;
}

.currentStep {
  color: red;
  font-weight: bold;
  font-size: 11pt;
}

.info {
  font-weight: bold;
  vertical-align: top;
}