@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFF;
	background-image: url(../images/body-bkground-ctr.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.container  {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
}
.mainContent  {
	height: 675px;
}
.content {
	height: 675px;
	width: 800px;
	background-image: url(../images/background-revised.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}
.logo {
	padding-top: 40px;
	padding-left: 46px;
}
.press-release {
	padding-top: 160px;
	padding-left: 517px;
}
.apply-now {
	padding-top: 135px;
	padding-left: 43px;
}
.find {
	padding-top: 26px;
	padding-left: 375px;
}





.resources {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 27px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 50px;
}
.dottedline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 20px;
}

.containerresources {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.containerdisclaimers {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
}
.disclaimers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-weight: normal;
}

