@charset "utf-8";



div.intro{
	margin-top: 13px;
	widht: 557px;
}

div.intro p.textcol{
	padding-top: 16px;
	float: left;
	width: 312px;
}

div.intro p.assess{
	float: right;
	width: 221px;
}

p.assess{
	padding-top: 30px;
	background: transparent url(../images/arrow_org.gif) no-repeat center top;
}


div.twocol{
	margin: 0 7px;
	width: 543px;
}

div.twocol p.textcol{
	float: left;
	width: 377px;
}

div.twocol p.imgcol{
	float: right;
	width: 145px;
}

dl.step{
	margin-top: 31px;
}

dl.step dt{
	margin-bottom: 16px;
	padding: 6px 5px;
	border: solid 1px #cde8ad;
	width: 557px;
	height: 26px;
	line-height: 26px;
	color: #4d4d4d;
	background: transparent url(../images/bg_step.gif) repeat left top;
	font-weight: bold;
}

dl.step dt span{
	padding-right: 10px;
	display: inline;
	float: left;
}

dl.step dd{
	margin-bottom:12px;
	padding-bottom: 39px;
	background: transparent url(../images/arrow_step.gif) no-repeat center bottom;
}

dl.step dd.end{
	margin-bottom:41px;
	padding-bottom: 0;
	background: none;
}

/* clear
---------------------------------------------*/


div.intro:after,
div.twocol:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div.intro,
div.twocol {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/


* html div.intro,
* html div.twocol { height: 1%; }



div.intro,
div.twocol { display: block; }
/* End hide from IE-mac */