@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center;
}

#bdy {
	position: relative;
	width:896px;
	margin: 0 auto;
	text-align: left;
	margin-top: 12px;
}
#jobs-header {
	position: absolute;
	top:0px;
	left:0px;
	width:896px;
	height:100px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	border: solid #CCCCCC 1px;
}
#jobs-title {
	position: absolute;
	top: 55px;
	left: 205px;
	font-size: 16px;
	color: #0052A5;
	height: 22px;
	width: 443px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#jobs-content {
	position: absolute;
	top:105px;
	left:0px;
	width:896px;
	height:auto;
	padding: 0px;
	background-color: #FFFFFF;
	border: solid #CCCCCC 1px;
}
#jobs-footer  {
	background-color: #0154A4;
	height: 30px;
} 

.sector-hd {
	font-size: x-small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFF00;
}
#ppmajobs-ft-sector {
	width:896px;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-right: 0px;
	left: 0px;
	float: left;
	background-color: #0052A5;
}
.sm {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000
}
.clear {
	height: 7px;
	background-color: #FFFFFF;

}

