h2 {
	width: 50%;
	font-size: 12pt;
	color: white;
	background-color: rgb(0,53,173);
	border: 2px solid rgb(255,159,0);
	padding: 0.5em 1.5em;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

h3 {
	font-size: 12pt;
	color: rgb(0,53,173);
}

dl {
	margin-left: 2em;
	margin-bottom: 2em;
}

dt {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
}

dt span.note {
	font-weight: normal;
	text-transform: none;
}

dd {
	background-image: url(../images/encp_bullet_checkbox.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin: 0em 0em 1em 0em;
	padding-left: 24px;
}

td.content ul {
	list-style-image: url(../images/encp_bullet_star.gif);
}

td.content ul li {
	padding-left: 10px;
}	

div.banner {
	color: white;
	background-color: rgb(0,53,173);
	background-image: url(../images/encp_grfx_5-stars_200pxw.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	border: 2px solid rgb(255,159,0);
	padding: 60px 2em 1em;
	margin-bottom: 2em;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

div.banner h2 {
	width: auto;
	font-family: DIN, "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	padding: 0em;
	margin: 0em;
	margin-bottom: 0.5em;
}

div.banner h1 {
	color: white;
	font-family: DIN, "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0em;
}

#mainbody td.leftbar {
	background-image: url(../images/encp_bkgd_5-star-strip-left.gif);
	background-repeat: repeat-y;
}

h1#mainheading {
	background-image: url(../images/encp_bkgd_5-star-orange.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 200px;
}	
