.qPanel {
	float: left;
	font-size: 1em;
	font-weight: bold;
	width: 310px;
	min-height: 400px;
	margin-left: 40px;
}



.qPanel ol {
	margin-left: 20px;
	padding: 20px 0 20px 0;
	color: #333;
}

.qPanel a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 10px 5px;
	line-height: 1.5em;
}

.qPanel a:hover {
	text-decoration: underline;
}

.aPanel {
	margin-left: 40px;
	padding-left: 40px;
	float: left;
	clear: right;
	width: 540px;
	color: #333333;
	/*border-left: 1px dotted #cccccc;*/
}

.aPanel ol {
	padding: 10px 0 0 20px;
	font-weight: bold;
}

.aPanel li {
	padding-bottom: 1em;
	font-size: 12px;
}

.aPanel a {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
	text-decoration: none;
}

.aPanel a:hover {
	text-decoration: underline;
}

.FAQanswer {
	font-size: 12px;
	padding: 0.2em 0;
	font-weight: normal;
	line-height: normal;
	
}

.step_level {
	float: left;
	height: 50px;
	width: 50px;
	margin-top: 10px;
}

#step_level1 {background: url(/images/numbers.png) 0 0 no-repeat;}
#step_level2 {background: url(/images/numbers.png) -50px 0 no-repeat;}
#step_level3 {background: url(/images/numbers.png) -100px 0 no-repeat;}
#step_level4 {background: url(/images/numbers.png) -150px 0 no-repeat;}

.headerSection p, .headerSection a { color: #333333;}

.headerSection .caption {
	width: 160px;
	color: #607775;
	margin-left: 10px;
	float: right;
}

#info_table, #flow_table {
	margin-top: 10px;
	margin-left: 20px;
	border-collapse: collapse;
	border: 1px solid #0f0f10;
	min-width: 480px;
	text-align: center;
}

#flow_table thead, #flow_table tbody, #info_table thead, #info_table tbody {
	border: 1px solid #0f0f10;
}

#flow_table thead th, #info_table thead th {
	padding: 5px 10px;
	background: #0f0f10;
	color: #f4eede;
	border-bottom: solid 1px #607775;
	font-weight: normal;

}

#flow_table tbody td, #info_table tbody td {
	text-align: left;
	border-left: 1px dotted #0f0f10;
	border-right: 1px dotted #0f0f10;
	text-indent: 5px;
	padding: 3px 5px 0 ;
	color: #333;
}

a.heading {
	font-size: 18px;
}

.qPanel h1, .aPanel h1 {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}


