body,td,th,caption,pre,p,blockquote,textarea {
  font-family: Verdana,Arial,Geneva,sans-serif;
  line-height: 1.5em;
  font-weight: normal;
  color: black;
  background-color:white;
}

body {
 font-family : Verdana,Arial,Geneva,sans-serif;
 font-size: 12px;
 background:white;
 color:black;
}

h2 {
  font-size:1.5em;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 1em; 
}

h3 {
  font-size:1.1667em;
  line-height: 1.286em;
  margin-top: 1.286em;
  margin-bottom: 1.286em;
}

#KmMain {position:relative;margin:auto;width:98%;min-width:700px;background:#62ac2a;max-width:60em;} 
#KmSide {position:absolute;top:0;width:12.5em;background:#62ac2a;min-height:560px;}
#KmHeader img {width:12.5em;padding:0;border:0;}
#KmMenu {text-align:left;}
#KmMenu ul {list-style:none;margin:0;padding: 0 1em 1em 1em;}
#KmContent {
  background:white;
  text-align: left;
  margin-left:12.5em;
  padding:50px 10px 0em 1em;
}

@media print {
#KmSide { display:none !important; }
}

#KmMenu a { font-family : Verdana,Arial,Geneva,sans-serif; }
#KmMenu a:link { color: #114422; }
#KmMenu a:visited { color: #443333; }
#KmMenu a:hover { text-decoration: underline; color: #2222DD; }

#KmFooter {
  text-align:center;
  font-size:0.8em;
}

img {
 border:0;
}

a {
 text-decoration: none;
}

a:hover {
 text-decoration: underline; 
 color: #F5BEB4;
}

a:link {
 color: #5998a8;
}

a:visited {
 color: #596879;
}

pre.code { 
 background-color: #dddddd;
}

p {
 text-align:left;
 line-height: 1.5em;
 margin-top: 1.5em;
 margin-bottom: 1.5em;
}

em    { }
strong { }
.indent {}
.wiki.links  { }           /* BackLinks */
.wiki.edit  { }            /* when a page gets edited */
.wiki.view  { }            /* only applies to pages that are "view"ed */


input {
 font-family: Arial, Helvetica;
}

textarea {
 font-family: Arial, Helvetica;
/* font-size: 10pt;
width: 500px;*/
}

.page_toc
{
	border:1px solid black;
	background-color: #fcfcfc;
	padding: 0.2em;
	font-size: 0.9em;
	float:left;
}

.page_toc_caption
{
	font-weight:bold;
	text-align:center;
}