/* Employment CSS Document */

#employmentBox, #postingBox{
	padding: 2px;
	margin-bottom: 20px;
	font-family:Arial, Helvetica, sans-serif;
}

#employmentBox{
	width: 50%;
	margin:0 auto;
	border:double #CCCCCC;
	font-size:12px;
}

#positingBox{
	width: 100%;
}

#employmentHead, #postingHead{
	font-weight:bold;
	padding: 5px 0 5px 3px;
	font-size:14px;
}

.RowOdd{
	padding: 5px 0 5px 3px;

}

.RowEven{

	padding: 5px 0 5px 3px;
	
}

#postingHead{
	text-align:center;
	margin-bottom: 20px;
}

#postingBody{
	padding:5px;
	font-size:13px;
}

.sendResume{
	text-align:center;
	font-weight:bold;
	margin-bottom: 20px;
}
