/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
body {
	background: #b5e36c;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #b5e36c;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.footerText1 {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.footerText1 a:link, .footerText1 a:active, .footerText1 a:visited {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.footerText1 a:hover {
	color: #b5e36c;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.headingBig {
	color: #b5e36c;
	font-family: Arial, sans-serif;
	font-size: 29px;
	font-weight: bold;
}

.headingSm {
	font-size: 20px;
	font-weight: bold;
}

.textMid {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 16px;
}

.green {
	color: #b5e36c;
}

.listStyle {
	list-style: disc;
	padding-left: 30px;
	line-height: 18px;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: 0.9;
opacity:0.9;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity:1;
}

.tableStyle {
	font-size: 13px;
	color:#434343;
	padding: 10px;
}

.tableStyle2 {
	color:#fff;
	padding: 10px;
}

	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	/*background: url(../images/bg_strip.png) repeat-y;*/
	width: 900px;
	margin: auto;
}



/* DIV CONTENT =============================================== */
#header {
	background: url(../images/land_header01.jpg) no-repeat;
	width: 900px;
	height: 357px;
	float: left;
}

#headerText {
	padding: 29px 75px 0px 463px;
}


#contentMAIN {
	width: 900px;
	float: left;
}

#contentTEXT {
	background: #72bf44;
	width: 800px;
	padding: 0px 50px 30px 50px;
	float: left;
}


#footer {
	background: #72bf44;
	padding-top: 20px;
	width: 900px;
	height: 35px;
	float: left;
}