@charset "UTF-8";
/* CSS Document */

#left_sidenav {
	width: 200px;
	padding-left: 5px;
	position: absolute;
	left: 0px;
	top: 200px;
	font-size: 1.2em;
	border-right-width: 0.1em;
	border-right-style: solid;
	border-right-color: #997A39;
	padding-right: 5px;
	border-left-width: 0.1px;
	border-left-style: solid;
	border-left-color: #997A39;
	height: 600px;
	z-index: 35;
}
#left_sidenav h1 {
	font-size: 1.6em;
	background-color: #d6eef3;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 5px;
	margin-right: 100px;
	margin-top: 14px;
	margin-bottom: 0px;
	position: relative;
	z-index: 20;
}
#sidenav1 {
	height: 195px;
	width: 195px;
	position: relative;
	left: 5px;
	top: 0px;
	font-weight: bold;
}
#sidenav1 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sidenav1 li {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	color: #666766;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#sidenav1 .current {
	color: #f26739;
	background-color: #D6EEF3;
	margin-right: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
}
#sidenav1 a:link {
	color: #666766;
	text-decoration: none;
}
#sidenav1 a:visited {
	color: #666766;
	text-decoration: none;
}
#sidenav1 a:hover {
	color: #f26739;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidenav1 a:active {
	color: #666766;
	text-decoration: none;
}
#sidenav2 {
	height: 250px;
	width: 195px;
	position: relative;
	left: 5px;
	top: 5px;
}
#sidenav2 li {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 0px;
	color: #666766;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#sidenav2 .current {
	color: #f26739;
	background-color: #D6EEF3;
	margin-right: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
}
#sidenav2 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sidenav2 a:link {
	color: #666766;
	text-decoration: none;
}
#sidenav2 a:visited {
	color: #666766;
	text-decoration: none;
}
#sidenav2 a:hover {
	color: #f26739;
	text-decoration: none;
}
#sidenav2 a:active {
	color: #666766;
	text-decoration: none;
}

