body {
	 background-color: white;
	 font-family: sans-serif;
	 background-image:url(pics/bg/left_bg.gif);
	 }

	 a {target:_blank;}
	 
a img { border: 0px; }

ul { list-style-type:disc; }

/* ### Background ### */

#navbgtop {
	position: absolute;
	background-image: url(pics/bg/top_bg.gif);
	top: 0px;
	left: 0px;
	min-width: 100%;
	height: 40px;
	z-index: 1;
	}

#navbgcorner {
	position: absolute;
	background-image:url(pics/bg/corner_bg.gif);
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	z-index: 2;
	}

#jwlogo {
	position: absolute;
	top: 15px;
	left: 60px;
	}

/* ### Navigation ### */

#navbar{
	position: absolute;
	direction:ltr;
	top: 70px;
	left: 50px;

	}

.navbase {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	}

.navtab {
	background-color: blue;
	border-radius: .4em .4em 0 0;
	padding: 3px 6px 3px 6px;
	flex: 1 1 content;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	box-shadow: 3px -2px lightgrey;

	margin-right: 1px;
	}
	
.navtab a {
	color: white;
	text-decoration: none;
	}

.current_navtab { background-color: #88f; }

.content{
	position: absolute;
	direction:ltr;
	top: 160px;
	left: 150px;
	min-width:460px;
	min-height:260px;
	}

h1:first-of-type {margin-top:0px;}

.footnote {font-size:small;}


ul li h2, ul li h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px;
	padding-top:1em;
	}
	
ul li h3 {font-size: 1em;}

.topmost { padding-top:1em; }
.bold { font-weight:bold; }
}