body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #909fa7;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	margin: 0px 0px 15px 0px;
}
a {
	color: #807500;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.mainContainer {
	width: 1000px;
	text-align: left;
	margin: 20px auto;
}
.headerDiv {
	height: 210px;
	margin: 0px;
}
.contentDiv {
	background-image: url(images/backer_content_repeat.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	border-top: 1px #909fa7 solid;
	padding: 8px 17px 5px 20px;
}
.textDiv {
	width: 667px;
	float: right;
	padding: 0px 0px 0px 0px;
}
.sideBar {
	width: 247px;
	height: 148px;
	background-image: url(images/side_bar_backer.jpg);
	background-repeat: no-repeat;
	float: left;
	color: #fff;
	padding: 300px 20px 20px 20px;
	margin-bottom: 7px;
}
.sideBarFirstNations {
	width: 247px;
	height: 148px;
	background-image: url(images/side_bar_backer_fn.jpg);
	background-repeat: no-repeat;
	float: left;
	color: #fff;
	padding: 300px 20px 20px 20px;
	margin-bottom: 7px;
}
.sideBarApplyNow {
	width: 209px;
	height: 285px;
	background-image: url(images/backer_apply_now.jpg);
	background-repeat: no-repeat;
	float: left;
	color: #fff;
	padding-top: 165px;
	padding-left: 5px;
}
.sideBarApplyNow a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 187px;
	height: 20px;
	padding: 7px 5px 5px 8px;
	border-top: 1px #c6cdd1 solid;
	border-bottom: 1px #404f57 solid;
	border-left: 1px #95a2a9 solid;
	border-right: 1px #758187 solid;
	background-image: url(images/backer_apply_button.jpg);
	background-repeat: repeat-x;
}
.sideBarApplyNow a:hover {
	color: #233f4d;
	text-decoration: none;
	background-image: url(images/backer_apply_button_hi.jpg);
	background-repeat: repeat-x;
}
.sideBarApplyNow  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.applyNowSection {
	font-weight: bold;
	font-size: 14px;
	color: #807500;
}
.textDivInset {
	width: 410px;
	padding: 5px 20px 0px 20px;
	float: right;
}
.navigationDiv {
	border-top: 1px #afa851 solid;
	border-bottom: 1px #413b01 solid;
	border-left: 1px #8d841c solid;
	border-right: 1px #938700 solid;
	background-image: url(images/backer_nav_repeat.jpg);
	background-repeat: repeat-x;
	width: 652px;
	height: 27px;
	padding: 13px 0px 0px 15px;
	color: #fff;
	margin-bottom: 7px;
}
.navigationDiv a {
	text-decoration: none;
	color: #fff;
}
.navigationDiv a:hover {
	text-decoration: underline;
}
.bottomNavigationDiv {
	clear: both;
	border-top: 1px #afa851 solid;
	border-bottom: 1px #413b01 solid;
	border-left: 1px #8d841c solid;
	border-right: 1px #938700 solid;
	background-image: url(images/backer_nav_repeat.jpg);
	background-repeat: repeat-x;
	width: 960px;
	height: 40px;
}
.statusHiring {
	background-image: url(images/status_hiring.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 85px;
}
.statusFilled {
	background-image: url(images/status_filled.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 85px;
}