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


body
{
	color: #000;
	text-decoration: none;
	background-color: white;
	background-image: none;
	text-align: left;
	font: normal normal medium Myriad, "Myriad Pro", Verdana, Helvetica, Arial, sans-serif;
	direction: ltr;
	margin: 0;
	padding: 0;
}

h1
{
	font-family: Myriad, "Myriad Pro", Verdana, Helvetica, Arial, sans-serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #88c284;
	text-decoration: none;
	border-top-style: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

h2
{
	font-family: Myriad, "Myriad Pro", Verdana, Helvetica, Arial, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #88c284;
	text-decoration: none;
}

a:link
{
	color: #ea641d;
	text-decoration: underline;
}

a.linknavbar {
	color: #ea641d;
	text-decoration: none;
}

a.linknavbar:hover {
	color: #88c284;
	text-decoration: underline;
}

a:hover
{
	color: #88c284;
	text-decoration:underline;
}

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


a:active
{
	color: #88c284;
	text-decoration: none;
}


.navigation
{
	margin: 0;
	height: 100%;
	width: 260px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ffffcc;
	padding: 12px;
	border-style: none;
	display: block;
	visibility: visible;
	z-index: -1;
}

.content
{
	margin: 6px;
	position: absolute;
	left: 300px;
	height: auto;
	width: auto;
	top: 6px;
	right: 6px;
	padding: 6px;
	display: block;
	z-index: 0;
}

ul
{
	list-style-type: circle;
	list-style-position: inside;
	color: #000;
	text-decoration: none;
	text-align: left;
	font: normal normal medium Myriad, "Myriad Pro", Verdana, Helvetica, Arial, sans-serif;
}

.navlist {
	list-style-type: disc;
	list-style-position: inside;
	font-size: medium;
	text-align: left;
	direction: ltr;
	text-indent: 0;
	text-transform: none;
	padding: 0;
	color: #ea641d;
	text-decoration: none;
}

.infobar {
	font-size: x-small;
	background-color: #ffffcc;
	bottom: 100%;
	z-index: 1;
	position: fixed;
	left: 0;
	top: 92%;
	visibility: visible;
	text-align: left;
	display: block;
	border-top: 1px dotted #5b966a;
	width: 260px;
	padding: 10px;
	height: 5%;
}

.tablewithoutborder {
	padding: 6px;
	border-width: 0;
	margin-right: auto;
	margin-left: auto;
}
	
.centered {
	text-align: center;
}

.cell {
	padding: 8px;
}

.textlist {
	list-style-position: outside;
	list-style-type: circle;
}

.lookhere {
	color: #ea641d;
	font-size: large;
}

img {
	border-style: none;
	border-width: 0;
}

.blockcentered {
	display: block;
	margin-left: auto;	
	margin-right: auto;
}

hr {
	color: #88c284; 
	background-color: #fff; 
	border: 1px dotted #88c284; 
	border-style: none none dashed;
}
