body {
	background: #39C url('../images/bkg_main.jpg');
	color:Black; 
	font-family:Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	font-style:normal; 
	background-image:url('../images/bkg_main.jpg');
	background-attachment: fixed;
}

/* header */
.holder
{
	background-color: White;
	width: 706px;
	margin-left: -353px;
	position: absolute;
	left: 50%;
	visibility: visible
}


.header {
	background-image: url('../images/bkg_header.gif');
	text-align: center;
	border: medium none;
	width: 682px;
	height: 70px; 
	padding-left:0; 
	padding-right:0; 
	padding-top:5px; 
	padding-bottom:0;
	}
	
	
.logo 
{
	float: left; 
	width: 500px;
}

.greenline {
	background-color: #8CC63F;
	margin: 0px;
	border: none;
	width: 706px;
	height: 12px;
	position: relative;
	right: auto;
	z-index: 2;
}


.navbkg {
	border: medium none;
	background-color: #8CC63F;	
	background-image: url('../images/pc2.jpg');
	width: 707px;
	height: 168px
}

.mBtn {
	background-color: #99cc33;
	text-align: center;
	font-style: normal;
}

a:link, a:hover, a:active, a: visited
{
	color: #000000;
	text-decoration: none;
}