
body
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px; 
	text-decoration: none;
	color: #111122;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

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

a:hover
{
	text-decoration: underline;
}


h1, h2, h3, h4, h5 { line-height:1em; }
h1 { font-size:180%; }
h2 { font-size:140%; }
h3 { font-size:120%; }
h4 { font-size:100%; }
h5 { font-size:100%; font-weight:normal; font-style:italic; }

#wikihead
{
	margin: 0;
	padding: 0;
	height: 96px;
	/* background-color: #ffaa11; */
	background-image: url(headline5bg.png);
	background-repeat: repeat-x;
}

#wikileft
{
	float: left;
	width: 10em;
	padding: 10px;
	border-right: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	color: #aa4400;
	background-color: #ffffdd;
}
#wikileft h3, .sidehead
{
	font-weight: bold;
	font-size: 100%;
	background-color: #ff7700;
	margin: 0;
	padding: 5px 5px 5px 2px;
}
#wikileft ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#wikileft li
{
	display: inline;
}
#wikileft a,.search
{
	background-color: #ffaa11;
	padding: 5px;
	display: block;
	text-decoration: none;
}
#wikileft .searchbox
{
	margin-bottom: 5px;
}
#wikileft a:hover
{
	text-decoration: none;
	background-color: #ffee22;
}

#wikibody
{
	padding: 0px 10px 10px 10px;
	margin-left: 12em;
	margin-right: 16em;
	background-color:#ffffff;
}

#pagetitle
{
	font-size:85%;
}

#pagetext {
	min-width: 400px;
	min-height: 400px;
}

#pagelastmod
{
	float: right;
	right: 0;
	bottom: 0;
	color: #555566;
	font-size:85%;
}

#wikiright
{
	float: right;
	width: 8em;
	margin-top: 1em;
	margin-right: 2em;
	margin-left: 1em;
	padding: 10px;
	border: 1px solid #cccccc; 
	color: #99ddee;
	background-color: #ddeeff;
}
#wikiright h3
{
	font-weight: bold;
	background-color: #44aacc;
	margin: 0;
	padding: 5px 5px 5px 2px;
}
#wikiright ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#wikiright li
{
	display: inline;
}
#wikiright a
{
	padding: 5px;
	display: block;
	color: #0066aa;
	background-color: #66bbee;
}
#wikiright a:hover
{
	text-decoration: none;
	background-color: #99ddee;
}
#wikiright .vspace
{
        margin-top: 0;
}
#wikiright .language a
{
        float: left;
        font-size: smaller;
        padding: 2px;
        margin-top: 10px;
        margin-right: 10px;
}

#wikifoot
{
	clear: both;
	padding-left:191px; 
	border-top:1px #cccccc solid; 
	font-size:80%; 
	background-color: #eeeeff;
}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }
