@charset "utf-8";


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(../images/background.jpg);
}
.image {
 	border-color: white;
}
.container {
	width: 890px;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	text-align: left;
	padding-left: 0px;
	margin: auto;
	height: 100%;
}

.header  {
	background-image: url(../images/home_top.gif);
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 205px;
	background-repeat: no-repeat;
	background-position: center;
} 

.header .imp-logo {
  float:left;
  margin-bottom:0;
  margin-left:50px;
  margin-right:0;
  margin-top:70px;
}

a.nav:link   {
	color: #3d4821;
	text-decoration: none;
	font-weight: bolder;
}
a.nav:visited {
	text-decoration: none;
	color: #3D4821;
	font-weight: bolder;
}
a.nav:hover {
	color: #731212;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-weight: bolder;
}
a.nav:active {
	color: #731212;
	font-weight: bolder;
}
.separator {
	font-size: 50px;
	color: #9FB762;
	font-weight: 100;
}
.white_spaces {
	color: #F8F8F8;
	font-size: 7px;
}
a.nav {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
a.nav1 {	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bolder;
}
.separator {
	font-size: 12px;
	color: #768A40;
	font-weight: lighter;
}
.menutop {
	height: 50px;
	width: auto;
	float: right;
	margin-top: 70px;
	text-align: left;
	font-size: small;
	line-height: 0.5em;
}

.menubamboo {
	clear: right;
	float: right;
	height: 199px;
	width: 170px;
}

.mainContent  {
	background-image: url(../images/home_mid.gif);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	clear: both;
}
}
img, { behavior: url(iepngfix.htc) }
}


.menu {
	font-family: "Trebuchet MS";
	color: #354618;
	font-weight: bolder;
	font-size: 12px;
}

.hfooter {
	clear: left;
	float: left;
}

.footer  {
	background-image: url(../images/home_bottom.gif);
	height: 146px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-position: center;
	background-repeat: no-repeat;
} 

