.bodytag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;

}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: 3F1D7E;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: 3F1D7E;
}
/* remove margin and padding from p tags in job list elements so it spacing be consistent when p tags aren't present */
.jobinfo p{ 
padding: 0;
margin: 0;
}

/* add space between list elements */
.jobinfo { 
padding-bottom: 10px;
}

#imenus0, #imenus0 ul {
position: relative;
z-index: 300003;
}