body
{ text-align:center;
  margin:0px;
  padding:0px;
  margin-left: auto;
  margin-right: auto;
}

a:link
{ color: #000;
}

a:hover
{ color: #060;
}

a:visited
{ color: #000;
}

table.loginBar
{ width: 800px;
  border-bottom: 5px double #444;
}

table.loginBar td
{ font-size:150%;
  text-decoration:none;
}

fieldset
{ width: 700px;
  display: block;
  border: 5px double #444;
  color: #000;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

fieldset legend
{ margin: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 150%;
  color: #000;
}

fieldset div.jobDescription
{ text-align: right;
}

fieldset div.jobDescription p
{ display: inline;
  width: 90%;
  text-align: justify;
}

fieldset div.jobDescription i
{ text-align: right;
}

fieldset td
{ margin: 2px;
  padding: 3px;
  text-align: left;
  vertical-align: top;
  height: 1.2em;
  word-wrap:break-word;
}

fieldset th
{ margin: 3px;
  padding: 2px;
  text-align: center;
  font-size: 1.2em;
  border-bottom: 3px solid black;
}

font.footer1
{ font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #000;
}

ul.twocol
{ display: block;
  background-color: red;
}

ul.twocol li
{ background-color: orange;
  display: inline;
}

ul.twocol ul li
{ display: block;
}