#recruit {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	width: 400px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#recruit h1 {
	margin-top: 0px;
	color: #515151;
	padding-top: 20px;
}
#recruit img {
	float: left;
	padding-top: 15px;

}
#recruit h2 {
	color: #515151;
}
strong {
	font-weight: bold;
	colour: #666666;
	color: #666666;
}

/*This part can change between campaigns - backgrounnd for navigation*/
#recruitnav {
	margin-top: 1px;
	padding-right: 0px;
	width: 416px;
	background-image: url(../../images/prg_bg.gif);
	background-repeat: repeat;
	padding-top: 1px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
#recruitnav ul {
	padding: 7px 0px 6px;
	margin: 0px;
	
}
#recruitnav li {
	list-style-type: none;
	display: inline;
	margin: 0px 1px;
	padding-right: 7px;
	padding-left: 8px;
	
}
#recruitnav li a{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#recruitnav li a:hover{
	text-decoration: underline;
}
#recruitmasthead img {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.package {
	background-color: #EBEBEB;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

/*This part can change between campaigns*/
#director .director a {
	padding-left: 12px;
	background-image: url(../../../images/decorative/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#about_us .about_us  a, #rew .rew a, #apply .apply a, #role .role a {
	text-decoration: underline;
}