#site{
	width: 800px;
	margin: auto;
}

#logo{
	border: 1px solid #CCC;
	border-bottom-width: 0px;
	width: 798px;
	margin: auto;
}

#top{
	text-align: center;
	margin-bottom: -5px;
}

#menu {
	height: 52px;
	background: url(../images/navigation.png) no-repeat;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 0px;
}
#menu ul li {
	float: left;
	display: block; 
	margin: 0;
	padding: 0;
	line-height: 9px;
	list-style-type: none;
	border-right: 2px solid #669966;
}
#menu ul li {
	display: block;
}

#lastMenu{
	border-width: 0px;
}

#substance{
	display: none;
}

div.topic, div.topicMedium{
	background: url(../images/topic-background.png);
	width: 778px;
	height: 23px;
	border: 1px solid #CCC;
	border-top-width: 0px;
	padding: 10px 10px;
	font-family: Verdana, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	text-shadow: #000 2px 2px 3px;
}


div.content, div.contentMedium{
	background-color: #FFFFFF;
	width: 768px;
	border: 1px solid #CCC;
	border-top-width: 0px;
	padding: 10px 15px;
	text-align: justify;
}

div.topicMedium{
	width: 578px;
}

div.topicSidebar{
	background: url(../images/topic-background.png);
	border-bottom: 1px solid #CCC;
	height: 23px;	
	padding: 10px 10px;
	font-family: Verdana, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
	text-shadow: #000 2px 2px 3px;
}

div.contentMedium{
	width: 568px;	
}

div.sidebar{
	background: #FFF;
	width: 199px;
	float: right;
	border: 1px solid #CCC;
	border-left-width: 0px;
	border-top-width: 0px;
}

div.contentSidebar{
	background-color: #FFFFFF;
	padding: 10px 15px;
	text-align: left;
}

li{
	text-align: justify;	
}

ul.cats{
	font-weight: bold;
}

blockquote.sourceList{
	text-align: left;
	display: none;
}

body, table{
	background: url(../images/background.png);
	font-family: Arial;
	font-size: 12px;
}

table, textarea{
	background-image: none;
}

textarea{
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #CCC;
}

td{
	vertical-align: top;
}

img{
	border-width: 0px;	
}

a:link, a:visited, a:hover{
	color: #22AA22;	
}

a:active{
	color: #dd55dd;
}

a.headline{
	color: #CCCCCC;
	text-decoration: none;
}

a.filter{
	color: #000000;
	text-decoration: none;
	font-weight: normal;	
}

a.filterEnabled{
	color: #22CC22;
	text-decoration: none;
	font-weight: bold;
}

p{
	padding: 0px;
	margin: 0px;
	text-align: justify;
}

*.important{
	font-weight: bold;	
}