body {
	font:	9pt/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:#ddd;
	padding:0px;
	margin:0px;
	}

a {
	text-decoration:none;
}
	
a:hover {
	text-decoration:underline;
}
	
#content a {
	text-decoration:none;
	font-weight:bold;
	color:#333;
	}
	
#content a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
	}

#menu a {
	text-decoration:none;
	font-weight:bold;
	color:#666;
	}
	
#menu a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#ccc;
	}

pre {
	font-size:10pt;
	color:blue;
	}
	
.greek {
	color:#999;
	}

dl {
	margin:0;
}

dt {
	font-size:12pt;
	font-weight:bold;
	clear:left;
	color:#666;
}

dd {
	margin-left:1em;
	width:525px;
}

dd img {
	margin-bottom:2em;
}

ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}
	#content {
		color: #333333;
		margin-right:10%;
		margin-left:10%;
		margin-top:20px;
		padding-bottom:10px;
		background:#fff;
		/* border:1px solid #000; */
		text-align:left;
		min-width: 850px;
		}
		
	#content dl {
		margin-left: 2em;
	}

	#content p, #content ul {
		color: #333333;
		margin-left: 1em;
	}

	#content ul li {
		color: #333333;
		margin-bottom: .25em;
	}

	#content ul li li {
		margin-left: -1.5em;
		padding-left: 0;
	}

	/* * html #content ul, * html #content ul li {
	margin-left: 150px;
	padding-left: 15px;
	} */

	#menufooter  {
		margin-bottom:20px;
		}
		
	#menusitelinks {
		margin-top: 15px;
		font-size:9pt;
		}
	
	.menus {
		border-left:1px solid #666; 
		border-bottom:1px solid #666;
		border-top:1px solid #666;
		border-right:10px solid #666;
		background:#000;
		color:#fff;
		padding:10px;
		margin-bottom:10px;
		text-align:left;
		font-size:8pt;
		}
	
	.menus ul {
		padding:0;
		margin:0;
		}

		.menus a {
		background:#000;
		color:#999;
		text-decoration: none;
		}

	a.menulinks {
		background:#000;
		color:#999;
		text-decoration: none;
		}

	a.menulinks:hover {
		background:#000;
		color:#ccc;
		text-decoration: underline;
		}
	
	#menu {
		width:240px;
		padding:0px;
		margin-left:20px;
		margin-right:-3px;
		float:right;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override out bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		voice-family: "\"}\"";
		voice-family: inherit;
		}
	html>body #menu {
		margin-right:-6px;
		}
		
	p,h1,h2,h3 {
		margin-top:0px;
		margin-bottom:10px;
		padding:0 20px 0 20px;
		}
	h1 {
		clear: left;
    font-size:16pt;
	}
		
	h2 {
		color: #333;
		font-size:14pt;
		padding-top:10px;
		margin-bottom:0px;
		}
		
	div.address {
		font-size:8pt;
		font-weight:normal;
		padding:0.25em;
		margin:0 1em;
		}
		
	#title {
		display: block;
		background:url('images/kj-1.jpg') no-repeat bottom left #ddd;
		border-bottom:1px solid #000;
		border-right:10px solid #000;
		margin:10px 10px 10px -10px;
		padding:5px 10px 5px 0;
		height:115px;
	}
	#title #header {
		font-size:2em;
		background:url('images/kj-koenigjacobsen.gif') top right no-repeat #ddd;
/*		border-top:1px solid #000; */
/*		border-left:10px solid #000; */
		font-variant:small-caps;
		white-space: nowrap;
		margin: 15px 15px 0 0;
		}

	#title #header a {
		float:right;
		color: #333;
		text-decoration: none;
		}
		
	#title #header a:hover {
		color: #333;
		text-decoration: underline;
		}
		
	#title h2 {
		color:#333;
		float:right;
		clear: right;
		display: inline;
		border:none;
		padding-top:5px;
		font-size:10.3pt;
		margin:-8px -10px 0 0;
		font-style:oblique;
		}
		
	#title {
		padding:0px;
		margin-right:-6px;
		margin-left:-6px;
		width:100%; /* I have to specify a width for IE5 PC, or else it ignores the top-margin of the H1 element therein. But 100% is different in browsers without IE5x PC's broken box model, so I have to use the CSS2 selector trick to set the width to auto for those browsers*/
		voice-family: "\"}\"";
		voice-family: inherit;
		width:auto;
		}
	html>body #title {
		width:auto;
		}
			
	a.sitelinksred { color:#c00; }
	a.sitelinksredorange { color:#f60; }
	a.sitelinksorange { color:#f90; }
	a.sitelinksyellow { color:#fc0; }
		
	a.anchor {
		font-size:9pt;
		font-weight:normal;
		}
		
	p.anchor {
		text-align:right;
		}
	
	.links {
		margin-left:50px;
		margin-right:30px;
		}
	
	#layouts {
		font-size:9pt;
		margin-left:10px;
		}

#nav {
	background-color: #000;
	padding: 0 0 0 25px;
	margin: 15px 0 1em 0;
	color: #ececec;
	height: 1.25em;
	overflow: visible;
	}
	#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
	#nav li {
		display: inline;
		border-bottom: 1px solid #000;
		margin: .5em 0 0 0;
		padding: 0;
		}

	#nav li a {
		display: inline;
		border-right: 7px solid #666;
		border-left: 7px solid #999;
		background-color: #ccc;
		color: #000;
		padding: 3px 3px;
		margin: 0;
		text-decoration: none;
		font-weight: bold;
		width: 100%;
		}

	html>body #nav li a {
		width: auto;
		padding: 3px;
		margin: 0;
		}

	#nav li a:hover {
		border-right: 7px solid #999;
		border-left: 7px solid #666;
		background-color: #333;
		color: #ccc;
		text-decoration: none;
		}

ul.navMenu {
	height:25px;
	padding:0;
	margin: 0;
	text-align:left;
}

/*
ul.navMenu li {
	display:inline;
	margin:0 5px;
	padding:5px;
	vertical-align: middle;
}

ul.navMenu li a {
	display:inline;
	background-color:#000;
	color:#fff;
	text-decoration:none;
}

ul.navMenu li a:hover {
	background-color:#000;
	color:#999;
	text-decoration:underline;
}
*/
#footer {
	background-color:#fff;
	border-top: 1px dotted #999;
	margin: 0 10% 20px 10%;
	padding: 5px;
	text-align: center;
	clear:both;
}

#footer ul.navMenu {
	display: inline;
	margin:1em auto;
	min-width:550px;
	max-width:75%;
	text-align: center;
}

#footer ul.navMenu li {
	display:inline;
	margin:0 5px;
	padding:5px;
	vertical-align: middle;
}

#footer ul.navMenu li a {
	color: #666;
	text-decoration: none;
}

#footer ul.navMenu li a:hover {
	color: #333;
	text-decoration: underline;
}
