html {
	width:100%
}
body {
	background: white;
	font-size: 12pt;
	line-height: 130%;
}
img {
	border: 0;
}
/**** hide these elements ****/
#mainpic, #navmenu {
	display: none;
}
/**** links ****/

a:link, a:visited {
	color: #1A6149;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
/**** content ****/

#maincontent, fieldset, #jrf-ApplyWrap {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
#maincontent-text, #frmJobResponse {
	margin-left: 0%;
	padding-top: 1em;
	border-top: 1px solid #930;
}