@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #E4DDAC;
	color: black;
	font-family: 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size: 14px;
}

.hidden {
	visibility: hidden;
	height: 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: black;
	border-bottom: thin dotted black;
}

a:link.shownolink, a:visited.shownolink {
	text-decoration: none;
	color: black;
	border-bottom: none;
}

a:hover, a:hover.shownolink {
	text-decoration: none;
	cursor: pointer;
	color: black;
	border-bottom: thin solid gray;
}

a:active {
	text-decoration: none;
	color: black;
}

#main {
	background-color: #F8F4D6;
	width: 880px;
	height: 480px;
	margin: 50px auto;
	border: medium double gray;
	padding: 10px 10px 10px 10px;
}

#title {
	height: 60px;
	overflow: hidden;
}

#title p {
	padding: 10px 0px 0px 27px;
}

#infopanel {
	height: 400px;
	position: relative;
}

#toc {
	position: relative;
	padding: 30px 0px 0px 30px;
	height: 340px;
	width: 200px;
	overflow: hidden;
}

#toc ol {
	list-style-type: none;
}

#toc ol li {
	margin: 8px 0px 8px 0px;
}

#toc ol li.gapbefore {
	padding: 20px 0px 0px 0px;
}

#toc ol li#toc_downloads {
	padding: 40px 0px 0px 0px;
}

#info {
	position: relative;
	border-left: thin dotted gray;
	height: 332px;
	width: 595px;
	left: 235px;
	top: -370px;
	margin-top: 38px;
	padding: 0px 0px 0px 20px;
	overflow: hidden;
}

#info p {
	line-height: 150%;
	margin-bottom: 10px;
	color: black;
}

#info p.pagenotfound {
	color: red;
}

ul.list {
	padding: 0px 0px 0px 20px;
}

#companydetails {
	height: 25px;
}

img {
	border: none;
}

#companydetails p {
	align: center;
	font-family: 'apple chancery';
	font-size: 14px;
}

#companydetails p {
	text-align: center;
}