/* ---------- CENTER COLUMN STYLES, INCLUDING ALL THE MAIN TEXT AREAS ---------- */

#centercolumn { /* no padding allowed */
	position: relative;
	width: 100%;
	float: left;
	padding: 0px;
  font-size: .9em;
}
#centercolumncontent { /* this additional wrapper is needed to make the padding work */
  margin: 0;
  padding: 4px;
  background-color: #FFFFFF;
  overflow: hidden; /* this is to fix a spacing problem in ie7; will MS ever get it right? */
  height: 1%; /* this is to fix the problem created in ie6 by the previous line */
}
body.twocolumn #centercolumncontent {
  margin-right: 0px;
}
body.onecolumn #centercolumncontent {
  margin-right: 0px;
  margin-left: 0px;
}
#breadcrumbs {
  position: relative;
  font: normal .8em Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 1em;
  margin-right: auto;
  border: 1px solid #d8770e;
  display: table;
  padding: 2px;
}
#revisiondate {
  position: absolute;
  width: 225px;
  text-align: right;
  right: 8px;
  top: 8px;
  clear: left;
  font: normal .7em Verdana, Arial, Helvetica, sans-serif;
  z-index: 30;
}
#centercolumncontent h1 {
  margin-bottom: 1.5em;
}

