/* CSS Document */
body{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	margin: 0px;
}
a{
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover{
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
}
p{
	margin: 0;
	padding: 5px 30px 5px 5px;
	line-height: 1.5em;
	text-align: right;
	border: 2px solid #9BD31A;
}

 .logo{
	margin-top: 20px;
	margin-left: 30%;
}

.backcontent {
	z-index: 1;
	background-color: #FFFFFF;
	height: 150px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.maincontent {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 118px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9BD31A;
} 
#wrapper{
	width: 372px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 2;
	clip: rect(auto,auto,auto,auto);
	top: 0px;
}
.box{
	background: #fff url(../images/flowers3.gif);
	z-index: auto;
	text-align: justify;
	margin:auto;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #9BD31A;
}
.boxholder{
clear: both;
padding: 0px;
text-align:center;
}
.tab_on{
	float: right;
	height: 32px;
	width: 93px;
	text-align: center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #8DC70A;
	background-image: url(../images/on_tab.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.tab_middle_on{
	float: right;
	height: 32px;
	width: 93px;
	text-align: center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #8DC70A;
	background-image: url(../images/on_tab_middle.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
}
.tab_left_on{
	float: right;
	height: 32px;
	width: 93px;
	text-align: center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #8DC70A;
	background-image: url(../images/on_tab_left.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.tab_off{
	float: right;
	height: 32px;
	width: 93px;
	text-align: center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #8DC70A;
	background-image: url(../images/off_tab.jpg);
	background-repeat: no-repeat;
                 font-size: 10px;
	line-height: 20px;
}
.tab_right{
	float: right;
	height: 32px;
	width: 93px;
	text-align: center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #8DC70A;
	background-image: url(../images/right_tab.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.tab_left{
	float: right;
	height: 32px;
	width: 93px;
	text-align: center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
                 font-size: 10px;
	background-color: #8DC70A;
	background-image: url(../images/left_tab.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
}

.style1 {color: #FFFFFF}
.style2 {color: #B9FA20}
.style3 {color: #B7F81E}
.style4 {color: #B3F41E;font-weight: bold;}
.style5 {color: #F4F3DE}


.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}

.text {color: #FFFFFF}
.heading {color: #B3F41E;font-weight: bold;}
