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

h1, h2, h3 {
  	color: #006633;
}
 
html {
 	 margin: 0px;
}

body {
  	margin: 0px;
  	/*
  	background-image: url(images/tree3.jpg);
  	background-repeat: no-repeat;
  	background-position: top center;
 	 */
  	background-color: #BBB;
  	color: #000;
}

.centerContent {
  	margin-left: -391px;
  	position: absolute;
  	left: 50%;
}

a:link, a:active {
  	color: #222;
  	font-style: italic;
  	/*font-weight:bold;*/
  	text-decoration:underline;
}

a:visited {
  	color: #222;
  	font-style: italic;
  	/*font-weight:bold;*/
  	text-decoration:underline;
}

a:hover {
  	color: #000;
  	font-style: italic;
  	/*font-weight:bold;*/
  	text-decoration: none;
  	background-color: #FFFFFF;
}

.copyrights {
	color: #006633;
	font-size: 80%;
	font-style:italic;
	text-align: center;
	text-decoration: none;
}

.copyrights a:link, a:active {
  	color: #006633;
	font-style:italic;
	text-align: center;
	text-decoration: underline;
}

.copyrights a:visited {
  	color: #006633;
	font-style:italic;
	text-align: center;
	text-decoration: underline;
}

.copyrights a:hover {
  	color: #006633;
	font-style:italic;
	text-align: center;
	text-decoration: none;
}

.textnavigation { 
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size: 80%;
}

.textnavigation a:link, a:active {
  	color: #222;
  	font-style: italic;
 	/*font-weight:bold;*/
  	text-decoration:underline;
}

.textnavigation a:visited {
  	color: #222;
  	font-style: italic;
 	/*font-weight:bold;*/
  	text-decoration:underline;
}

.textnavigation a:hover {
  	color: #000;
  	font-style: italic;
  	/*font-weight:bold;*/
  	text-decoration: none;
  	/*background-color: #FFFFB0;*/
}

.center {
	text-align: center;
}