body
{
	margin: 0px;
	padding: 0 0 0 230px;
}

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

iframe.left-sidebar
{
	width: 210px;
	height: 100%;
}

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

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

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

.sans 
{ 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.topics 
{ 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.mono 
{ 
	font-size: 12px; 
	font-family: Courier;
	text-indent: -3em;
	margin-left: 6em;
}

.mono2
{ 
	font-size: 12px; 
	font-family: Courier;
	margin-left: 3em;
}

.code
{ 
	font-size: 12px; 
	font-family: Courier;
}

h1 
{ 
	font-size: 24px;
}

h2 
{ 
	font-size: 20px;
}

h3 
{ 
	font-size: 16px;
}

h4 
{ 
	font-size: 12px;
}

h4.toolbar
{ 
	margin-left: 10px;
}

p 
{ 
	line-height: 1.5em;
}

li 
{ 
	line-height: 1.5em;
}

ul 
{ 
	list-style-type: disc;
}

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

a:hover
{
	text-decoration: underline;
}

a.header
{
	color: black; 
}

a.header:hover
{
	text-decoration: none;
}

td.menuItem
{
	text-indent: -8px;
	padding-left: 12px;
}
