#next-steps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #19568F;
	text-decoration: none;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	padding: 0px;
}

#next-steps ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #19568F;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#next-steps li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #19568F;
	text-decoration: none;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
}
#next-steps a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #19568F;
	text-decoration: none;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 15px;
	background-image: url(../_graphics/shared/sm-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#next-steps a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 15px;
	background-image: url(../_graphics/shared/sm-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.z_hdr-bg {

	background-color: #18528C;
	/* background-image: url(../_graphics/shared/hdr-bg.gif);
	background-repeat: repeat; */
}





#module_green {
	position: relative;
	float: left;
	width: 287px;
	height: 197px;
	background: #999999;
	margin: 10px 0 25px 0;
	display: inline;
	background: url('../images/module_boxgreen.jpg') no-repeat 0 bottom;
}

#module_green .green_text {
	position: absolute;
	width: 235px;
	height: 85px;
	top: 80px;	
	right: 29px;
	font: 13px/22px arial;
	font-weight: bold;
	color: #424242;
}

#module_green  a {
	position: absolute;
	top: 65px;
	right: 26px;
	font: 14px/16px arial;
	color: #424242;
}


#module_green a:hover {
	text-decoration: underline;
}

