/**************************************
* Section Code
***************************************/	

	div.thissection {
	min-height: 150px;
	margin: 0 0 0px;
	padding: 20px 15px 15px;
	background-color: #FCE4DE;
	}
	
	/* Fix for IE-win \*/
		* html div.thissection {height: 150px;}
	/* End Fix for IE-win */
	
	
	div.thissection a, .highlight {
		color: #F77259;
	}
	
	div.thissection a, div.thissection a:link {
		font-weight: bold;
		color: #eb4018;
		text-decoration: underline;
	}
	
	div.thissection a:hover {
		font-weight: bold;
		color: #eb4018;
		text-decoration: none;
	}
	
	div.sectionsubnav {
	width: 210px;
	padding: 2px 4px 2px 12px;
	float: left;
	background-image: url(../images/orangearrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
	div.secheading {
	font-size: 94%;
	padding: 5px 15px 5px 15px;
	background-color: #eb4018;
	color: #FFFFFF;
	font-weight: bold;
	}
	
	div.secheading a {
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	div.secheading a:hover {
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	div.seccontainer {
		width: 560px;
		margin: 0 0 15px 0;
		padding: 0;
		float: left;
	}

