body {
  margin: 0;
  padding: 0;
  background: #eef4ee;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 85%;
}

a:link, a:active {
  color: #00e;
  background: transparent;
}

a:visited {
  color: #529;
  background: transparent;
}

div.intro {
  margin-left: 5%;
  margin-right: 5%;
  font-style: italic
}

pre {
  font-family: monospace
}

a:link img, a:visited img {
   border-style: none
}

a img { color: white; }        /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
  a img { color: inherit; }    /* undo the rule above */
}

ul.toc, ol.toc {
  list-style: disc;
  list-style: none;
}

div.issue {
  padding: 0.5em;
  border: none;
  margin-right: 5%;
}

.hideme { display: none }

@media print {

  table {
    page-break-inside: avoid
  }

}

h1 {
  color: #033;
  margin: 0.2em 30px 0 20px;
}

h2 {
  color: #036;
  margin-top: 0.2em;
  margin: 0.5em 30px 1em 20px;
}

h3 {
  color: #033;
  border-bottom: 1px dashed #ccf;
  margin: 1em 30px 1em 20px;
}

p {
  margin: 1em 30px 1em 20px;
}

.details {
  color: #600;
  font-size: 92%;
}

.milestones {
  color: #474;
  font-size: 92%;
}

em {
  color: #272;
}

ul {
  margin: 1em 3em 1em 1em;
  padding-left: 1em;
}

li {
  margin: 0.3em;
  list-style: square;
}

#sidebar li {
  margin: 0.3em 0.3em 0.3em 1em;
  list-style: square;
}

dt {
  font-weight: bold;
  color: #006;
}

dd {
  margin-bottom: 0.8em;
}

.note {
  margin: 1em 4em 1em 2em;
  border: solid 1px #ccf;
  background: #ddf;
  padding: 0.5em;
}

blockquote {
  border-left: 2px solid #ccf;
  margin: 1em 4em 1em 2em;
  padding: 0.5em 0.5em 0.5em 1em;
}

#footer {
	padding: 0;
	margin: 0;
}

/* Using the One True Layout from
   Position is Everything 
   http://positioniseverything.net/articles/onetruelayout/
*/

#content {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#main	{
	float: left;
	width: 65%;
	background: #ddd;
}

* html #main {
	display: inline;
}

#sidebar	{
	font-size: 0.9em;
	float: left;
	width: 35%;
	background: #eef;
}

/* Start Mac IE5 filter \*/
#main, #sidebar {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}
/* End Mac IE5 filter */
#content {
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
}

#content	{

	float: left;

	float/**/: none;
}

/* easy clearing */
#content:after	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content {
	display: inline-block;
}
/*\*/
#content {
	display: block;
}

/* end easy clearing */
* > #footer, * > form {
	position: relative;
	z-index: 1000;
}

  .notemarker {
    font-weight: bold;
  }
  .notebody {
    padding: 6px;
    border: 1px solid gray;
    background-color: white;
  }
