/************************************************************/
/* Section Background										*/
/************************************************************/

	#bgwrapper {
		background:			url('/images/resources_bg.gif') no-repeat top left;
	}
	
/************************************************************/
/* Content Section											*/
/************************************************************/	

	#sectionimage {
		width:				230px;
		height:				100px;
	}
	
	#contentsection .break {
		background:			url('/images/hr_about.gif');
	}

	#contenttitle {
		color:				#ffffff;
	}
	
	#contentmenu, #contentmenu a {
		color:				#e85939;
	}	
	
	#contentbody {
		padding-left:		230px;
	}
	
	#contentbody h1 {
		color:				#e85939;
	}

	
	#contentbody h4 {
		color:				#818182;
	}

	#contentbody .leftColumn{
		width:				230px;
		float:				left;
		color:				#818182;
	}
	
	#contentbody .rightColumn{
		width:				460px;
		float:				right;
	}	
	
	#contentbody .rightColumn UL {
		margin:				10px 0px 10px 0px;
		padding:			0px;
	}
	
/************************************************************/
/* Admin Section											*/
/************************************************************/	
	.adminListTable {
		background-color: #98acb4;;
	}

	.adminAppTitle {
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 5px;
	}
	
	.adminLeftMenu, .adminLeftMenu a {
		background-color: #66ccff;
		color: #000000;
		font-family: Verdana, Arial;
		font-size: 12px;
		
	}
	
	.adminPageHeader {
		font-family: Verdana, Arial;
		font-weight: bold;
		font-size: 16px;
	}
	
	.adminListHeader {
		background-color: #cdd9de;
		font-weight: bold;
	}
	
	.adminListHeaderText, .adminListHeaderText a {
		color: black;
	}
	
	
	.adminListTable, .adminListTable td {
		border-style: solid;
		border-width: 0px;
	}
	
	.adminList0 {
		background-color: white;
	}
	
	.adminList1 {
		background-color: #e0e8eb;
	}