body {
	background: #ffffff;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	/*color: #333333;*/
	margin: 0px 0px 0px 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.separator {
	border-top: 1px solid #D5D5FF;
}

p {
	margin: 5px 0px 5px 0px;
}

#sitenav {
	background-color: #000000;
	overflow: auto;
	padding: 2px 0px 2px 0px;
	color: #ffffff;
}

a {
	color: #436976;
}

a:hover {
	color: black;
}

a:visited {
	color: purple;
}

#sitenav a { /*background: none;*/
	color: #ffffff;
}

/*
#sitenavmenuitem1:hover {
	color: #ffffff;
	background: #506d37;
}

#sitenavmenuitem2:hover {
	color: #ffffff;
	background: #006ec6;
}

#sitenavmenuitem3:hover {
	color: #ffffff;
	background: #ff3355;
}
*/

/* sidebar is the left column (navigation column) */
#sidebar {
	float: left;
	width: 10%;
}

#navcontent {
	padding-left: 5px;
	margin-left: 10px;
	padding-right: 2px;
	margin-right: 10px;
	border-right: 3px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
/* 	border-color: #556c31; */
	border-color: #7f7358;
	margin-top: 5px;
	margin-bottom: 5px;
	color: inherit;
}

#sidebar ul {
	list-style-type: none;
	padding-left: 10px;
	margin: 0px 0px 5px 0px;
	background: inherit;
}

#sidebar li {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

/*
#sidebar a {
	color: #000000;
	text-decoration: underline;
	background: inherit;
}

#sidebar a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: inherit;
	background-color: #506d37;
}
*/
#sidebar .topcat {
	font-weight: bold;
}

/* maincontent is the right column */
/*
#maincontent a {
	color: #000000;
	text-decoration: underline;
	background: inherit;
}

#maincontent a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: inherit;
	background-color: #506d37;
}
*/
#maincontent ul {
	color: #000000;
	list-style-type: none;
	padding-left: 10px;
	margin: 0px 0px 5px;
	background: inherit;
}

#maincontent li {
	font-weight: normal;
	padding: 0px;
}

#maincontent blockquote {
	width: 30em;
	margin: 0px 0px 0px 10px;
	padding: 5px;
	border-left: 1px solid #666
}

#maincontent {
	float: left;
	width: 90%;
	background-color: #ffffff;
	/*
	margin-left: 10px;
	margin-right: 10px;
	*/
}

/* for the content from a dokuwiki page */
.dokuwikipage {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.dokuwikipage ul {
	margin-left: 10px;
}

.dokuwikipage li {
	margin-left: 10px;
	list-style-type: disc;
	margin-bottom: 5px;
}

.dokuwikipage h1 {
	color: #ffffff;
	margin: 1px 0 0 0;
	padding-left: 12px;
	font-size: 14px;
	background-color: #7f7358;
	/* 	background-color: #556c31; */
	line-height: 1.4em;
}

.dokuwikipage h2 {
	color: #ffffff;
	margin: 1px 0 0 0;
	padding-left: 12px;
	font-size: 14px;
	background-color: #7f7358;
	/* 	background-color: #556c31; */
	line-height: 1.4em;
}

.dokuwikipage h2 a {
	color: #ffffff;
	font-size: 14px;
		background-color: #7f7358;
/* 	background-color: #556c31; */
	line-height: 1.4em;
}

.homepage_entry {
	padding-left: 12px;
}

.dokuwikipage .bookmarks_list {
	float: left;
	width: 32%;
	margin: 0px 1% 0px 0px;
	vertical-align: top;
}

.bookmarks_list h3 {
	margin: 0px 0px 0px 0px;
}

/*
.dokuwikipage a {
	color: #000000;
	text-decoration: underline;
	background-color: inherit;
}

.dokuwikipage a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: inherit;
	background-color: #506d37;
}

.dokuwikipage a:hover img {
	background-color: #ffffff;
}

.dokuwikipage h1 a {
	color: #ffffff;
	text-decoration: none;
	background-color: inherit;
}

.dokuwikipage h1 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: inherit;
}

.dokuwikipage h2 a {
	color: #ffffff;
	text-decoration: none;
	background-color: inherit;
}

.dokuwikipage h2 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: inherit;
}

.dokuwikipage h3 a {
	color: #ffffff;
}

.dokuwikipage h3 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: inherit;
}
*/
