body, p, h1, h2, h3, h4 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
a:link {
	color: #569C49;
}
#largemenu li .active {
	color: #FFFFFF;
}

a:visited {
	color: #569C49;
}



.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#topbanner {
	width: 960px;
	height: 64px;
	border-bottom: 8px solid #569C49;
	border-top: 8px solid #569C49;
	border-radius: 19px;
	background-color: #FFFFFF;
}

#textleft {
	float: left;
	margin-left: 33px;
	font-weight: bolder;
	font-size: small;
	margin-top: 6px;

}
#logo {
	margin-left: 617px;
	margin-top: 5px;
}
.container .menu {
	border-radius: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;

}
.menu  ul.bigmenu #largemenu {
	width: 100%;
	height: auto;
}

ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	background-image: -webkit-linear-gradient(270deg,rgba(86,156,73,1.00) 0%,rgba(6,36,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(86,156,73,1.00) 0%,rgba(6,36,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(86,156,73,1.00) 0%,rgba(6,36,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(86,156,73,1.00) 0%,rgba(6,36,0,1.00) 100%);
	border-radius: 8px;
	color: #FFFFFF;
}
li  {
	float: left;
	color: #FFFFFF;
}
li a, .active {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	border-radius: 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(66,66,66,1.00) 0%,rgba(23,23,23,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(66,66,66,1.00) 0%,rgba(23,23,23,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(66,66,66,1.00) 0%,rgba(23,23,23,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(66,66,66,1.00) 0%,rgba(23,23,23,1.00) 100%);
	color: #FFFFFF;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #569C49;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(133,135,133,1.00) 0%,rgba(63,63,63,1.00) 98.96%,rgba(29,46,26,1.00) 98.96%,rgba(23,43,20,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(133,135,133,1.00) 0%,rgba(63,63,63,1.00) 98.96%,rgba(29,46,26,1.00) 98.96%,rgba(23,43,20,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(133,135,133,1.00) 0%,rgba(63,63,63,1.00) 98.96%,rgba(29,46,26,1.00) 98.96%,rgba(23,43,20,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(133,135,133,1.00) 0%,rgba(63,63,63,1.00) 98.96%,rgba(29,46,26,1.00) 98.96%,rgba(23,43,20,1.00) 100%);
}

.dropdown-content a {
	color: #FFFFFF;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover {
	background-color: #464846;
}

.container #maincontent {
	border: 5px solid #569C49;
	border-radius: 13px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.41) 41.45%,rgba(255,255,255,0.39) 60.62%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,0.41) 41.45%,rgba(255,255,255,0.39) 60.62%,rgba(255,255,255,1.00) 100%);
}
.container #maincontent #content {
	width: 600px;
	margin-left: 50px;
	margin-top: 15px;
	position: relative;
}
#content p a:link  {
	color: #569C49;
	text-decoration: none;
	font-weight: bold;
}
#content p a:hover {
	color: #9E209D;
	font-weight: bold;
}

#content2 {
	width: 200px;
	margin-left: 650px;
	margin-top: -303px;
	float: right;
	margin-right: 50px;
	text-align: center;
	border: 3px solid #569C49;
	border-radius: 7px;
	-webkit-box-shadow: 2px 2px 13px 1px #969191;
	box-shadow: 2px 2px 13px 1px #969191;
	padding-left: 4px;
	padding-right: 4px;
}
#content2 ul #liststyle {
	list-style-type: none;
	margin-left: -35px;
}
#content2 ul #liststyle a:link {
	text-decoration: none;
	color: #569C49;
	font-weight: bold;
}
#content2 ul #liststyle a:hover {
	text-decoration: none;
	color: #932FA0;
	font-weight: bold;
}

.container #maincontent #content3 {
	width: 95%;
	margin-left: 10px;
	padding-left: 17px;
	margin-bottom: 10px;
	padding-right: 12px;
}

#content3 p a {
	color: #569C49;
	font-weight: bold;
	text-decoration: none;
}
#content3 p a:hover {
	color: #852BB3;
}
ul #liststyle a:visited {
	color: #569C49;
}
.container #maincontent #content4 {
	float: right;
	margin-top: -637px;
	margin-right: 50px;
	width: 400px;
	font-weight: bold;
}
.container #maincontent #content4 p a:link {
	text-decoration: none;
	list-style-type: none;
}
.container #maincontent #content4 a:hover {
	color: #852BB3;
}
.container #maincontent #content1 {
	width: 400px;
	margin-left: 50px;
	margin-bottom: 43px;
	font-weight: bolder;
}
.container #maincontent #content1 a:link {
	text-decoration: none;
}
.container #maincontent #content1 a:hover {
	color: #852BB3;
}
.container #maincontent #content5 {
	float: right;
	margin-top: -468px;
	margin-right: 67px;
	padding-top: 0px;
	padding-bottom: 56px;

}
#maincontent #content3 .tb1 {
	background-color: #F1F1CA;
	border: medium solid #569C49;
	border-collapse: collapse;
	list-style-type: none;
	text-decoration: none;
}
#maincontent #content3 .tb1 a:link {
	text-decoration: none;
	font-weight: bolder;
}
#maincontent #content3 .tb1 a:hover {
	color: #852BB3;
}
#maincontent #content3 #note {
	list-style-type: none;

}
#maincontent #content3 #note1 {
	list-style-type: none;
}
