body {
  margin:0;
  padding:0;
}

ul.nav li{
  list-style-type:none;
  display:inline;
}

div#leftcol {
  float:left;
}

div#rightcol {
  margin-left: 30px;
  float:right;
}

a img {
  border:0;
}

a {
  color:inherit;
}

/* FAQ */

ol.faq {
  font-weight:bold;
}

ol.faq a {
  font-style:normal;
  color: #000000;
}

div.answer {
  display:none;
  font-weight:normal;
}

/* FORMS */

table.form th {
	text-align:right;
}

.clear {
  clear:both;
}