@charset "UTF-8";
#header {
	height: 100px;
	width: 100%;
	background-color: #FFFFFF;
	left: 0px;
	right: 0px;
	background-image: url(images/ehlogo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10px;
	top: 0px;
	margin: 0px;
}
#mainpanel {
	height: 500px;
	width: 800px;
	top: 35px;
	margin-right: auto;
	clear: left;
	position: relative;
}
#textpanel {
	height: 400px;
	width: 600px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 200px;
	background-color: #FFFFFF;
	overflow: auto;
	padding-right: 10px;
	padding-bottom: 20px;
	position: relative;
}
#mainpanel #textpanel #textpaneltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	color: #000000;
	padding: 15px;
	float: left;
	height: auto;
	width: 300px;
	line-height: normal;
	position: relative;
}
h1 {
	color: #98C40E;
	font-family: Arial, Helvetica, sans-serif;
}
h4    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #98C40E;
	font-weight: lighter;
	line-height: normal;
}
h5    {
	font-size: 120%;
	font-weight: bold;
	color: #98C40E;
}
#textpanel p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#downloadspg h1 {
	padding-left: 12px;
}

