/* CSS Document */
#header{ height: 360px; background: #FFFFFF url(../images/header_bg_04.jpg) top right no-repeat; }

#content #title { display: none; }

#selectionProcess{
	margin: 20px 0 20px 150px; padding: 0;	
	width: 560px;
}

#content h3{
	margin: 0;
	padding: 0 170px 10px 210px;
	font-family: "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

#content p{
	margin: 0;
	padding: 0 170px 10px 210px;
	width: 630px;
	font-family: "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 14px;
	color: #999999;
	/*background-color: #F1F9EA;*/
}

#selectionProcess li{
	margin: 0 0 10px 60px; padding: 10px 10px 65px 10px;
	font-size: 20px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	background: #F1F9EA url(../images/process_big_arrow.gif) center bottom no-repeat;
	background: #F6F6F6 url(../images/process_big_arrow.gif) center bottom no-repeat;
}

#selectionProcess li.last{
	padding-bottom: 10px;
	background-image: none;
}

#selectionProcess li h3{
	margin: 0 10px 0 10px;
	padding: 0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#selectionProcess li p{
	margin: 10px; padding: 0;
	width: auto;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 14px;
}