html {
	background-color:	#f0f0f0;
	text-align:		center;
}

body
{
	width:			auto !important;
	width:			850px;
	margin-left:		auto;
	margin-right:		auto;
	max-width:		900px;
	min-width:		600px;
	padding:		0px 0px 0px 0px;
	position:		relative;
	font-family:		'verdana', sans-serif;
	background-color:	#A0BB93;
	border:			1px solid black;
	text-align:		left;
}

#top
{
	position:		absolute;
	top:			0px;
	left:			0px;
	border-bottom:		solid 2px black;
	letter-spacing:		1px;
	font-weight:		normal;
	font-size:		32px;
	line-height:		1.5em;
	width:			100%;
	background-color:	#f0f0f0;
	height:			78px;
}

#top_relative {
	position:		relative;
	width:			100%;
}

#top_hidetopleft {
	position:		absolute;
	width:			100%;
	top:			-1px;
	height:			77px;
	left:			-1px;
	border:			1px solid #f0f0f0;
}

a {
	color:			#808080;
}
h1 {
	font-weight:		normal;
	font-size:		22px;
	line-height:		1.2em;
}

h2 {
	font-weight:		normal;
	font-size:		17px;
}

h3 {
	font-weight:		bold;
	font-size:		14px;
}

li h3 {
	font-size:		1em;
	margin:			inherit;
}

.hidden
{
	position:		absolute;
	width:			0px;
	height:			0px;
	display:		none;
	visibility:		hidden;
}

#content
{
	padding:		10px 10px 10px 15px;
	background-color:	white;
	line-height:		1.5em;
	min-height:		400px;
	height:			auto !important;
	height:			400px;
	font-size:		11px;
}

#edge
{
	margin:			105px 0px 0px 200px;
	border-left:		1px dashed black;
}



div#navbar {
	position:		absolute;
	top:			80px;
	left:			0px;
	background-color:	#788C6E;
	width:			100%;
	height:			25px;
	text-align:		right;
	padding:		0px 0px 0px 0px;
}

div#navbar div.left {
	position:		absolute;
	left:			186px;
	text-align:		left;
	
}

div#navbar div.right {
	position:		absolute;
	right:			10px;
	margin-top:		5px;
	font-size:		12px;
	text-align:		right;
	
}

div#navbar div.right a {
	text-decoration:	underline;
} 

div#navbar a {
	text-decoration:	none;
	color:			black;
}

/* FORMS */


input {
	border:			1px solid black;
	font-size:		inherit;
}

form label {
	position:		absolute;
	left:			-100px;
}

form .relative {
	position:		relative;
	margin:	5px 5px 5px 100px;
}

textarea {
	border:			1px solid black;
	height:			250px;
	width:			400px;
	overflow:		auto;
	font-size:		inherit;
	font-family:            'verdana', sans-serif;
}

hr {
	height:			0px;
	border-style:		solid;
	border-width:		1px 0px 0px 0px;
	width:			100%;
	margin:			inherit auto inherit auto;
}


/* WIKI */

code.sourcelistning {
	font-size:		14px;
	display:		block;
	border:			1px solid black;
	margin:			10px 0px 10px 15px;
	padding:		0px 0px 0px 5px;
}

/* MENU */
div#menu
{
	position:		absolute;
	top:			105px;
	left:			10px;
	font-size:		14px;
}

div#menu h2
{
	font-weight:		normal;
	font-size:		20px;
}

div#menu a
{
	position:		relative;
	display:		block;
	text-decoration:	none;
	color:			black;
	width:			170px;
}

div#menu .current
{
	text-decoration:	underline;
}

div#menu br
{	
	position:		absolute;
	width:			0px;
	height:			0px;
	display:		none;
	visibility:		hidden;
}

div#menu div
{
	padding-left:		12px;
	display:		block;
	visibility:		visible;
	color:			black;
}

div#menu span
{
	display:		block;
}

div.adminbox {
	position:		absolute;
	right:			10px;
	top:			110px;
	width:			300px;
	text-align:		right;
	font-size:		11px;
}
