/************************************************************/
/* Section Background										*/
/************************************************************/

	#bgwrapper {
		background:			url('/images/contact_bg.gif') no-repeat top left;
	}
	
/************************************************************/
/* Content Section											*/
/************************************************************/	

	#sectionimage {
		width:				230px;	
		height:				100px;
	}
	
	#contentsection .break {
		background:			url('/images/hr_news.gif');
	}	

	#contenttitle {
		color:				#ffffff;
	}
	
	#contentmenu, #contentmenu a {
		color:				#41266f;
	}	
	
	#contentbody {
		margin-left:		50px;
	}
	
	#contentbody h1 {
		margin-left:		-25px;
		margin-bottom:		10px;
		color:				#884692;
	}

	
	#contentbody h4 {
		color:				#818182;
	}
	
	.FormTitleTD {
		text-align:			left;
		font-weight:		bold;
	}
	
	.FormTextTD {
		text-align:			right;
	}

	.smalltext {
		font-size:			9px;
	}