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


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */

body {
	background-image:url(../images/epc-bg-slice.jpg);
	background-repeat:repeat-x;
	background-color:#9DB6D2;
	padding: 0px;
	margin-top:20px;
	margin-bottom:20px;
}

div.wrap {
	text-align:center;
	margin:auto;
	width:800px;
}

div.epcheader {
	width:800px;
	height:150px;
	background-image:url(../images/epc-header.jpg);
	background-repeat:no-repeat;
	}

div.navbar {
	text-align:center;
	width:800px;
	height:32px;
	padding:10px 0px 0px 0px
	}
	
div.content1 {
	text-align:left;
	width:760px;
	background-color:#FFFFFF;
	padding:10px 20px 20px 20px;
	}

div.textbox1 {
	padding-right:20px;
	}

div.textbox2 {
	height:460px;
	padding-right:20px;
	overflow-y:scroll;
	overflow-x:hidden;
	}

div.textbox3 {
	height:260px;
	padding-right:20px;
	overflow-y:scroll;
	overflow-x:hidden;
	}
	
div.footer {
	height:50px;
	width:800px;
	text-align:center;
	background-image:url(../images/epc-footer.gif);
	background-repeat:no-repeat;
	padding:30px 0px 0px 0px;
	}

div.tag {
	width:800px;
	text-align:center;	
	padding:10px 0px 10px 0px;
	}
	
.faqhover{
	cursor:pointer;
	}


/* image styling */


img.img1 {
	margin-bottom:15px;
	}

img.img1:hover {
	-moz-opacity:.80;
	-ms-filter:”alpha(opacity=80)”; 
	filter:alpha(opacity=80); 
	opacity:.80;
	cursor:pointer;
	outline:none;
	}


	
