/*--------------------------
	styles for the TeamPayer explanation page
-----------------------------*/

	#teamPayerExplanationContainer p{
		margin: 8px 0 0 0;
		width: 650px;
	}

/*	main graphic	*/
	#mainGraphicContainer{
		margin: 12px 0;
		text-align:left;
	}
	#mainGraphicContainer img{

	}

/*	FAQ Section	*/
	#teamPayerExplanationContainer h3{
		margin: 20px 0 10px 0;
	}
	div.FAQItem{
		margin-bottom: 20px;
	}
	div.FAQItem div.question{
		font-weight:bold;
		font-size:12px;
	}
	div.FAQItem div.answer{
		font-size:11px;
		margin: 6px;
		width: 600px;
	}	
