html, body {
	height:100%;
}

body {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 0.8em;
	background:url(/images/bg.jpg) repeat-x;
	background-color: #bed990;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	padding-bottom:15px;
	color: #000000;
}

h2 {
	font-size: 1.3em;
	margin-bottom:1em;
	font-weight:bold;
	color: #000000;
}

h3 {
	font-size: 1em;
	color: #000000;
}

hr {
	height:1px;
	background-color:#cccccc;
	border-style:none;
	margin-top:5px;
	margin-bottom:5px;
}

li {
	margin-left: -18px;
}

a {
	text-decoration:none;
	color: #42610d;
}

a:hover {
	text-decoration:underline;
}

tr {
	text-align:left;
}

.nav1item {
	position:relative;
	padding-left:14px;
	padding-top:5px;
	padding-bottom:5px;
}

.nav1 {}

.nav1indicator {
	margin-right:8px;
}

.footer {
	font-size:0.75em;
	color:black;
}

.hint {
	color: #666666;
}

.off {
	color: #999999;
}

.fakelink {
	cursor:pointer;
}

.fakelink2 {
	font-weight:normal;
	color:#42610d;
}

.mark1 {
	font-size: 1em;
	font-weight:bold;	
	color: #000000;
}

.pdf { 
	background-image: url(/images/pdf.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	background-attachment: scroll;
	padding-left: 20px;
  
}

#nav1container {
	position:absolute; 
	top:170px; 
	left:0px; 
	width:185px; 
	background-color:#dae5c6;
}

#content {
	position:relative; 
	width:420px;
	margin-left:190px;
	padding-top:230px;
	padding-left:50px;
	padding-bottom:150px; 
	line-height: 1.6em;
}

