body {
  font-family: Times New Roman, Times, serif;
	color: #000;
	background-color: #fff;
	font-size: 11pt;
/*  margin: 0px auto; */
}

hr { border: 1px solid #F0F0E1; height: 1px; width: 100%; color: #F0F0E1; margin-bottom: 1.2em; }

a { color: #006600; }

a:hover { color: #003000; text-decoration: underline }

#wrapper {
  width: 905px;
/*  margin: 0px auto;*/ /* center in window */
  border-top: 5px solid #000;
  border-left: 5px solid #000;
  border-bottom: 5px solid #000;
}
#head {
}
#inner-head {
  height: 99px;
  background: url(images/secondary-header.png) top right no-repeat;
}
#inner-head-sub {
  height: 0px;
}
#head-shadow {
  height: 8px;
  background: url(images/bottom-edge-shadow.png) top left no-repeat;
}

#pagefooter {
  width: 905px;
	font-size: 9pt;
	font-style: normal;
	text-align: center;
  color: #fff;
  background-color: #003000;
  border-top: 1px solid #636563;
  border-bottom: 1px solid #636563;
  padding-bottom: 2px;
}
#pagefooter a {
  text-decoration: none; 
  color: #fff; 
}

#page-actions {
	font-size: 9pt;
	text-align: right;
}
#page-actions ul { list-style: none; margin: 0px; padding: 2px; }
#page-actions li { display: inline; margin: 0px; padding: 2px; }
#page-actions li a { text-decoration: none; color: #006600; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: underline; color: #006600; margin: 0px; padding: 2px; }

#page-menu {
  width: 905px;
	font-size: 10pt;
	font-style: normal;
	text-align: center;
  color: #CECF9C;
  background-color: #003000;
  border-top: 1px solid #636563;
  border-bottom: 1px solid #636563;
  padding-bottom: 4px;
}

#content {
  width: 902px;
  table-layout: fixed;
  border-collapse: collapse;
}
#col-left {
  width: 150px;
  vertical-align: top;
  padding-top: 0px;
  padding-right: 0px;
  background: #CECF9C url(images/right-edge-shadow.png) right repeat-y;
}
#col-right {
  width: 752px;
  vertical-align: top;
  padding-top: 0px;
/*  padding-left: 10px;
  padding-right: 20px;*/
}

#wikitext {
	padding: 6px 6px 6px 66px;
  background: url(images/tree.png) top left no-repeat;
}
#wikitext h1, h2, h3, h4, h5 { font-family:Times; font-weight: normal; color: #000; margin-top: 0em }
#wikitext h1 { font-size: 28pt; ; color: #003000; }
#wikitext h2 { font-size: 14pt; font-weight:bold; color: #006600; }
#wikitext h3 { font-size: 12pt; color: #006600; margin-bottom: 0.2em; }
#wikitext h4 { font-size: 14pt; color: #003000; margin-bottom:0.2em; } 
#wikitext h5 { font-size: 9pt; color: #000000; font-style: italic; }

#sidebar {
  height: 100%;
  text-align: left;
  /*margin-right: 0px;*/
	padding: 30px 0px 6px 10px;
  color: #003000;
}
#sidebar ul { list-style: none; margin: 0px; margin-left: 0px; padding: 0px; }
#sidebar li {
  display: list-item;
  padding: 0 0 0 0;
  margin: 0px;
}
#sidebar li a {
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #003000;
  padding: 15px 0px 0px 4px;
  border-bottom: 1px solid #003000;
}
#sidebar ul li a {display:inline-block;} /* required to close the gap on listitems in IE */
#sidebar ul li a { display: block; }
#sidebar ul li a:hover { 
  text-decoration: none; 
  color: #000000;
}
#sidebar a.selflink { 
  text-decoration: none; 
  color: #000000;
}
#sidebar ul ul li a {
  font-size: 9pt;
  font-weight: bold;
  border-bottom: none;
  padding: 0px 0px 5px 4px;

}

#sidebar h1, h2, h3, h4, h5 { font-family:Times New Roman, Times, serif; font-weight: normal; color: #000; margin-top: 0em }
#sidebar h1 { font-size: 12pt; font-weight:bold; color: #006600; text-transform: uppercase; }
#sidebar h2 { font-size: 12pt; color: #666666; }
#sidebar h3 { font-size: 12pt; color: #006600; margin-bottom: 0.2em; }
#sidebar h4 { font-size: 9pt; color: #006600; font-weight:bold; margin-bottom: 0em; } 
#sidebar h5 { font-size: 9pt; color: #006600; font-style: italic; }

#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; font-family: monospace; }

.difftype,.difftime,.diffrestore { font-size: 8pt; }

.urllink { color: #006600; text-decoration: none }
.blockborder { border-left: 3px solid #94969C; padding-left: 10px; }

.quickref table { margin: 2px auto; }
.quickref tr { border: 1px solid #999; }
.quickref td { padding: 2px; vertical-align: top; }

table.markup { border: 1px solid #ccc; }
td.markup1 { border-bottom: 1px solid #ccc; }
dd { margin-left: 18px; }
