body {
	margin: 0;
	background: #999;
	font: 15px "Times New Roman", serif;
}
#container {
	margin: 5px auto;
	width: 800px;
	background: white;
	border: solid black 2px;
	position: relative;
}
#banner {
	background: black;
	color: white;
	text-align: center;
	font: 11px sans-serif;
}
#banner img { display: block; margin-bottom: -11px; }

#menu { background: black; color: white; font: bold 18px sans-serif; padding: 14px 4px; text-align: center }
#menu ul { display: inline; margin: 0; padding: 0 }
#menu a { color: white; text-decoration: none }
#menu a:hover { text-decoration: underline }
#menu li { display: inline; position: relative; list-style-type: none; margin-right: 1em; height: 1em }
#menu li ul { display: none }
#menu li:hover ul { display: block; position: absolute; top: 1em; left: 0; background: black; padding: 3px }
#menu li li {
	display: block;
	text-align: left;
	white-space: nowrap;
	margin: 0;
	padding: 0 4px;
	height: auto;
	font: 14px sans-serif;
}

#sidebar { float: right; width: 200px; border: solid black 2px; margin: 5px; padding: 5px }

#sidebar h1 {font-size: 14pt ; margin-bottom: 0; margin-top: 0 }
#sidebar h2 {font-size: 12pt ; margin-bottom: 0 ; margin-top: 5px ; font-weight:bold}
#sidebar h3 {font-size: 10pt ; margin-bottom: 0 ; margin-top: 0 ; margin-left: 20px}
#indent {font-size: 10 pt; margin-bottom: 0 }

#container_bottom { clear: both }

.framed { border: solid black 2px; padding: 5px 2em; }

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

/* These affect the main content area. */
#wikibody { 
  padding:0px 10px 10px 10px; background-color:white; 
  margin-right: 220px;
}
#wikicmds { 
  white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }
#wikititle { margin-top:8px; margin-bottom:2px; padding-bottom: 7px; border-bottom: solid #ccc 1px }
.pagegroup { display: inline }
.pagetitle { display: inline; font: 15px "Times New Roman", serif; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin-top:12px; line-height:1.33em; }
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

#footer {
	width: 770px;
	paddingt: 0 15px;
	margin: 0 auto;
	font: 12px "Times New Roman", "Times", serif;
}
#footer .login { float: right }

/* These are for the edit form. */
#wikiedit form { margin:0px; width:95%; }
#wikiedit textarea { width:95%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}
