@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-color:#e3e37a;
	font-family:Verdana, Arial;
	font-size:12px;
	color:black;
}

h1 {
margin-top:0px;
padding-top:8px;
font-size:20px;
}
#eca_top {
	background-image:url('res/eca_top.jpg');	
	background-repeat:no-repeat;
	width:817px;
	height:163px;
	text-align:right;
}
#eca_top_flash {
	width:auto;
	height:auto;
	position:relative;
	top:18px;
	right:9px;
}
#eca_mid {
	
	background-image:url('res/eca_mid.jpg');	
	background-repeat:no-repeat;
	height:254px;
	width:817px;
	margin:0;
	padding:0;
	
	}
#eca_mid_buttonbar {
	position:relative;
	top:7px;
	width:auto;
	height:24px;
	padding-right:22px;
}
#eca_mid_button {
	position: relative;
	top: 30px;
	left: 50px;
	/*top:105px;
	left:190px;*/
}

.button {
	display:table;
	width:104px;
	height:24px;
	text-align:center;
	float:right;
	padding-left:1px;
	font-family:Verdana;
	font-size:12px;
	background-image:url('res/eca_button.jpg');
	background-repeat:no-repeat;
	padding-top:4px;
	
	
}
.button a {

	font-weight:bold;
	text-decoration:none;
	color:teal;
	
	text-align:center;
}

#eca_mid_form {
	position:relative;
	left:185px;
	font-size:12px;
	top:90px;

	height:120px;
	width:373px;
	text-align:left;
	
}
#eca_mid_hrule {
	background-image:url('res/eca_mid_hrule.jpg');
	background-repeat:no-repeat;
	height:68px;
	width:817px;
}
#eca_mid_content_wrapper {

	background-image:url('res/eca_mid_bg.jpg');
	background-repeat:repeat-y;
	width:817px;

}

#eca_mid_content {
	height:auto;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:20px;
	text-align:left;
	font-size:12px;
}
#eca_mid_content a {
	color:teal;
}
#eca_footer {
	width:817px;
	background-color :#69737d;
	background-image:url('res/eca_footer_bg.jpg');
	repeat:repeat-y;
	height:auto;

}


#eca_footer a{
	color:white;
	font-family:Verdana, Arial;
	font-size:11px;
}
