@charset "UTF-8";
/* CSS Document */

body {
	background-color: #EEEEFF;
}
#maincontainer {
	width: 100%;
	background-color: #EEEEFF;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
}
#header {
	width: 100%;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}
#belowmenu {
	width: 100%;
	height: 1px;
	clear: both;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
}
#sidebar {
	width: 160px;
	float: left;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#content {
	background-color: #FFFFFF;
	margin: 0 0 0 170px;
}
#footer {
	border: 1px solid #000000;
	width: 100%;
	clear: both;
}

.entryheader {
	font-size: 17px;
	font-weight: bold;
}
.entry {
}
.pageheader {
	font-size: large;
	font-weight: bold;
}

.sidebartitle {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.sidebartext {
	text-align: center;
	font-size: 12px;
}

.keywordsheader {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.keywordslist {
	font-size: medium;
}

img {
	vspace: 10;
	hspace: 10;
	padding: 10px;
	border: 0px;
}

ul.MenuBarHorizontal
{
	margin: 0 auto;
	width: 48em;
	font-family: Arial, Helvetica, sans-serif;
}
