/*********Font data*********/

#applyNow .headerSection { font-weight: normal; }
#applyNow .section .headerSection { font-weight: bold; }

/*********Size data*********/

/*********Layout data*******/

#applyNow .headerSection { margin-bottom: 1em; }
#applyNow .section .headerSection { margin-bottom: 0px; }

#applyNow p {
	margin: 0px 3px 0px 3em;
	padding-bottom: 0px;
}

#applyNow .section { padding-bottom: 1em !important; }

/********Variable data******/

#applyNow .bodySection a {
	font-weight: bold;
	text-decoration: underline;
	color: #5C94C1
}

#applyNow li { margin-bottom: 1em; }

.bold { font-weight: bold; color: black; }
