/*
 * mmm. this is a comment.
 */

body { 
	margin-top: 10px;
	font-family: 'Lucida Grande';
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	/*
	background: #FFFFFF;
	*/

}

#wrapper {

}

.pagetitle { font-size:100%;  }

#wikilogo {

}

#wikihead { 
	position:absolute;
	top: 30px;
	left: 100px; 
	font-size:smaller; 
	text-align:right;
}

#wikihead input { font-size:small; }
#wikihead form { margin:0px; }

#wikileft { 
	position:fixed;
	top: 0px;
	left: 0px;
 	width:200px; 
 	padding:10px; 
	font-size: 11px;
	line-height: 17px;
	background: #ffffff;
}


#wikileft h1 { 
  margin:0px; 
  font-size: 10px; text-align:left;
  padding: 10px;
  padding-bottom: 0px;
}


#wikileft hr { color:#9D9F8B; }
#wikileft ul { margin-left:0px; padding-left:6px; list-style-type:none; }

#wikibody {
	position:absolute;
	top: 20px;
	left: 250px;
	width: 650px;
	padding:0px; 
	/*
	background-color: #ffffff;
	*/
}

#wikititle { 

}


#wikitext { padding-left:10px; margin-top:0.5em; }

#wikicmds { font-size:smaller; width: 100px; text-align:right; vertical-align:top; }
#wikicmds a { /*display:block;*/ }

#wikifoot { clear:both; 
padding: 5px;
font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }


a {
	color: #AEAF9C;
	text-decoration: none;
}

a:hover {
	background-color: #9D9F8B;
	color: #ffffff;
}

h1 {
	font:18px 'Lucida Grande';
	text-transform: uppercase;
	color: #000000;
}

h2 {
	font:13px 'Lucida Grande';

}

h3 {
	font:13px 'Lucida Grande';

}