* {
  margin: 0em;
  font-family: sans-serif;
}

body {
}

body,input {
  font-size: 10pt;
  color: black;
}

ul {
  list-style-type: disc;
}

li {
  list-style-position: outside;
  margin-left: 1em;
}

dd {
  margin-left: 1em;
}

p {
  margin-bottom: 1.0em;
  text-align: justify;
}

code {
  font-family: monospace;
}

pre.escaped {
  font-family: monospace;
}

a {
  color: #000099;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
/* 
  border: solid 1px #0066FF;
 */
}

img.left {
  position: relative;
  float: left;
  margin: 0em 1.8em 1.4em 0em;
}

img.right {
  position: relative;
  float: right;
  margin: 0em 0em 1.8em 1.8em;
}

#outer {
  position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
/*  width: 92%;*/
	border: solid white 7px;
	background-color: white;
}

#header {
  position: relative;
  width: 100%;
  height: 4ex;
  background: #999999;
  margin-bottom: 6px;
  display: table;
}

#header > img {
  display: inline;
  vertical-align: middle;
}

#headercontent {
  display:table-cell;
  vertical-align: middle;
}

#headercontent > p {
  color: #996600;
  font-weight: bold;
  font-size: large;	
}

#search {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 4px;
}

#search input.text {
  margin-right: 0.5em;
  vertical-align: middle;
  border-top: solid 1px #000000;
  border-right: 0px;
  border-bottom: solid 1px #777777;
  border-left: 0px;
  padding: 0.15em;
  width: 10.0em;
}

#search input.submit {
  background: #CC6600;
  color: white;
  border: none;
  font-weight: bold;
  padding: 2px;
  font-size: 0.8em;
  vertical-align: middle;
}

#main {
  background: white;
}

#menu {
  float: left;
  background: white;
  width: 10em;
}

#menu > p {
  padding: 0.6ex 0em;
}

#menu > p > a {
  display: block;
  text-decoration: none;
  color: #000099;
  font-weight: bold;
  font-size: 10pt;
}

#menu > p > a:hover {
  text-decoration: underline;
}

#menu > p > a:active {
  color: #CC6600;
}

/* 
 * #menubottom {  
 *   background: #CC6600;
 *   height: 3px;
 *   margin-bottom: 5px;
 * }
 */

#contentpane {
  margin-left: 10em;
  padding-left: 1em;
  background: white;
  border-left: dotted #CC6600 thin;
}

#title {
  font-weight: bold;
  font-size: xx-large;
  border-bottom: solid 3px #0033CC;
  margin-bottom: 15px;
  color: #CC6600;
}

h1 {
  font-weight: bold;
  font-size: x-large;
  margin-bottom: 10px;
}

h2 {
  font-weight: bold;
  font-size: large;
  margin-bottom: 7px;
}

h3 {
  font-weight: bold;
  font-size: medium;
  margin-bottom: 5px;
}

h4 {
  font-weight: bold;
  font-size: medium;
  margin-bottom: 5px;
}

h3 span {
  font-weight: normal;
}

#content {
  padding-bottom: 1ex;
}

/* These are for the edit form. */
#wikiedit form {
  margin:0px;
  width:100%;
}
#wikiedit textarea {
  width:100%;
  font-size: medium;
}

#footer {
  font-size: 0.8em;
  position: relative;
  height: 2.0em;
  clear: both;
  margin-top: 1.0em;
  border-top: solid #CC6600 3px;
  padding-top: 0ex;
  padding-left: 0px;
  display: table;
  width:100%;
}

#footer .left {
  display: table-cell;
  text-align: left;
}
#footer .left > p {
  display: inline;
}

#footer .right {
  display: table-cell;
  text-align: right;
}
