body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-color: #ACBC73;
}
img {
	border: none;	
	
}

#banner01 {
	position:relative;
	width:499px;
	height:1px;
	z-index:1;
	left: 378px;
	top: -632px;
	float: left;
	border: 0;
	outline: none;
    display: none;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
.Main_text {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #0C643C;
	font-size: 14px;
	padding: 6px;
	text-indent: 30px;
	line-height: 17px;
	text-align: justify;
}
.Sec_text {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #0C643C;
	font-size: 14px;
	line-height: 22px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#main {
	width: 1024px;  /* this will create a container 80% of the browser width */
	/* [disabled]margin: 0 auto; */ /* the auto margins (in conjunction with a width) center the page */
	margin-left: auto;
	margin-right: auto;
	height: 500px;

}

.address {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #0C643C;
	font-size: 14px;
	padding: 10px;
	line-height: 20px;
}
.form {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #0C643C;
	font-size: 14px;
	padding: 2px;
	line-height: normal;
}
.Menu {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #0C643C;
	font-size: 15px;
	line-height: 34px;
	text-decoration: none;
	padding-top: 5px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #0C643C;
	font-size: 15px;
	padding: 0px;
	line-height: 34px;
	text-decoration: none;
	border: none;
	outline: none;
}
.Menu_SWE {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #0C643C;
	font-size: 14px;
	padding: 0px;
	line-height: 34px;
	text-decoration: none;
}
