@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../images/bg.jpg);
	text-align:center;
	padding-top:10px;
	height:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img{
	border:0px;
}
a {
	
	color:#03F;
}
a.visited{
	color:#03F;
}
p{
	margin-top:0px;
	line-height: 120%;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
li{
	margin-top:5px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	color:#2e6f42;
	font-size:20px;
	line-height: 120%;
	text-align: center;
	margin-top:25px;
	margin-bottom:20px;
	
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	color:#2e6f42;
	font-size:16px;
	padding-bottom:0px;
	margin-bottom:0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#F60;
	font-size:14px;
}

.table{
	width:950px;
	height:100%;
	border:medium;
	padding:0px;
	position:relative;
	
}
.header{
	width:950px;
	z-index:52;
	
}
.headerShadow{
	position:relative;
	top:0px;
	left:0px;
	width:950px;
	height:5px;
	z-index:51;
	
}
.bodyFrame{
	position:relative;
	top: -20px;
	left:0px;
	width:950px;
	height: main.height;
	text-align:left;
	z-index:49;
	margin-bottom:35px;
	
}
.navBar{
	position:relative;
	top:10px;
	left:0px;
	width:950px;
	background-image:url(../images/navBg.jpg);
	height:25px;
	z-index:99;
	text-align:center;
	font-family:Calibri, Verdana, Geneva, sans-serif;
	color:#FFF;
	padding-top:3px;
	vertical-align:top;
}
.navShadow{
	position:relative;
	top:-20px;
	left:0px;
	width:950px;
	height:10px;
	padding:0px;
	z-index:101;
	
}
.navShadow1{
	position:relative;
	top:0px;
	left:0px;
	width:950px;
	height:15px;
	padding:0px;
	z-index:101;
	
}
.leftBar{
	position:absolute;
	top:0px;
	left:0px;
	width:160px;
	height: 100%;
	z-index:51;
}
.leftText{
	position: relative;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	width: 130px;
	padding-top:25px;
	color: yellow;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	
}
.main{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(../images/bodyBg.png);
	padding-left: 195px;
	padding-top: 10px;
	padding-right: 35px;
	width:720px;
	z-index:50;
}
.bodyText{
	position: absolute;
	background-color:#d8e2ce;
	padding-top:25px;
	top:30px;
	left:40px;
	width: 700px;
	text-align:left;
} 
.product{
	font-weight:bold;
	text-decoration:underline;
	margin-top:15px;
	
}
.footer{
	padding-top:10px;
width: 950px;
position:relative;
left: -195px;
height:55px;
background-image:url(../images/footer.png);
z-index:999;
text-align:center;
font-size:12px;

}
.contactItalic{
	
	margin-left:35px;
	font-style:italic;
	width:550px;
	
}