/* This is the default stylesheet v1.0 */
/* Copyright by Jonas Buehler. All rights reserved. No part of this site may be reproduced in any form or by any means without prior written permission of Jonas Buehler. You may use and review the information contained in these pages in hard copy for your own personal reference only. */


/* basic elements */
body {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;color: #000000;
	background-color:#ffffff;
}

a:link		{ text-decoration: none; color: #98918a; }
a:active	{ text-decoration: none; color: #98918a; }
a:visited	{ text-decoration: none; color: #98918a; }
a:hover		{ text-decoration: none; color: #362D23; }

#index {
	position: relative;top:80px;
	margin:0px auto 0px auto;
	width: 860px;
}

#topLeft {
	position:relative;z-index:1;
	float:left;
	width:540px;
	padding-bottom:30px;padding-right:20px;
	text-align:justify;
}

#topRight {
	position: relative;height:87px;
	background: url(images/jb_inverted.jpg) no-repeat right top;
}

#bottomLeft {
	position: relative;float:left;
	width:540px;
	padding-right:20px;
	text-align:right;
	cursor:pointer;
}

#bottomRight {
	position: relative;
	float:right;width:300px;
	padding:0px 0px 20px 0px;
}

/* layout elements */

.hidden {
	display: none;
	position: absolute;
	left: -9999px;
}

h3 {
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	margin:0px;
}

hr {
	color:#8E8985;
	background-color:#8E8985;
	border:1px;
	height:1px;
}

span.highlight {
	color: #00ff06;
}

span.highlight2 {
	color: #695A4B;
	font-weight:bold;
}

ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
}