body {
	background-image: url('_themes/nature/nabkgnd.jpg');
	background-repeat: repeat;
	border-color: transparent;
	padding: 5px;
	color: #006600;
}

.content {
	
	width: 80%;
}

.navbar {
	position: absolute;
	font: bold 12pt "Times New Roman", Times, serif;
	background: #006600;
	padding: 0px 12px 0px 1px;
	width: 135px;
	height: auto;
	border-style: groove;
	text-align: right;
	margin-right: 10px;
	top: 5px;
	right: 10px;
}

.navbar li {
	list-style: none;
	margin-right: 5px;
	border-color: #ff7f00;
	border-style: none;
	border-bottom-color: #99ff99;
	border-bottom-style: solid;
}

.line {
	list-style: circle inside;
	display: inline;
}
.inline {text-align:center;font-size: 8.0pt; color: #006600;font-family:"Arial, sans-serif";line-height: 1.2; }
.navbar a:link {
	color: #ffff99;
	text-decoration: none;
	font-style: normal;
	font-weight: 800;
}

.navbar a:visited {
	color: #E6F7D4;
	text-decoration: none;
	font-style: normal;
	font-weight: 800;
}

.navbar a:hover {
	color: #ff9900;
	text-decoration: underline;
	font-weight: bold;
}

a:link {
	color: #cc6633;
	text-decoration: none;
	font-style: normal;
	font-weight: 800;
}


a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
	font-weight: bold;
}
p {
	text-align: left;
	font: normal 12pt "Times New Roman", Times, serif;
	text-decoration: none;
	border-spacing: 2px 1px;
	border-width: 20px;
	margin: 25px 170px 25px 25px;
	padding-right: 20px;

}

pre {
	text-align: left;
	font: normal 12pt "Times New Roman", Times, serif;
	text-decoration: none;
	border-spacing: 2px 1px;
	margin: 25px 160px 25px 25px;
	display: inline
}

h1 {
	color: #006600;
	margin-right: 25px;
	margin-bottom: 25px;
	text-align: left;
	font: 30pt Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:900;
	
}

div {
	margin: 10px;
	padding: 5px;
}

hr {
	color: #003366;
	height: 2px;
	width: 50%;
	text-align: center;
}

.all {
	position:relative;
	padding: 15px;
	margin: 15px;
}

li {
	list-style: circle inside;
}

