body
{
	margin: 0px;
	padding: 0 0 0 200px;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

div.left-sidebar
{
	top: 0;
	left: 0;
	height: 100%;
}

iframe
{
  width: 200px;
	height: 100%;
}

@media screen
{
	body>div.left-sidebar
	{
		position:fixed;
	}
}

div.border
{
  width: 580px; 
  border-right-style:solid; 
  border-bottom-style:solid; 
  border-width:thin; 
  border-color: #dddddd;
}

div.header
{
  width: 580px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
	color: white;
	background-color: black;
}

div.content
{
  padding: 0 20px 0 20px;
}

div.version-padding
{
  padding-top: 20px;
}

table.section
{
  width: 540px;
}

td.version 
{
	font-size: 16px;	
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

li.comment
{ 
	padding-bottom: 8px; 
	list-style-type: none; 
}

li.comment i, li i
{ 
	color: gray;
}

h1 
{ 
	font-size: 24px;
}

h2 
{ 
	font-size: 20px;
}

h3 
{ 
	font-size: 16px;
}

h4 
{ 
	font-size: 12px;
}

p 
{ 
	line-height: 1.5em;
}

a.anchor
{
	color: #0000FF; text-decoration: none
}

a.anchor:hover 
{
	text-decoration: underline
}

