/* employers.css */
div#mainTextDiv {
	margin-top: 102px;
}

div.newspaperTop {
	background-image: url(../images/newspaper_bckgd_top.jpg);
	background-repeat: no-repeat;
	width: 540px;
	height: 22px;
}

div.newspaperMiddle {
	background-image: url(../images/newspaper_bckgd_middle.jpg);
	background-repeat: repeat-y;
	padding: 0 16px;
}

div.newspaperBottom {
	background-image: url(../images/newspaper_bckgd_bottom.jpg);
	background-repeat: no-repeat;
	width: 540px;
	height: 22px;
}

div#mainTextDiv div.newspaperMiddle h2 {
	font-family: Times, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 4px 0;
	letter-spacing: 0.3px;
}

div#mainTextDiv div.newspaperMiddle p {
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

h2 strong {
	color: #ce000c;
}
