@import url("main.css");
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f5c79;
	background-image: url(../images/new-body-bkg-home.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 120%;
}
#HEADER {
	width: 100%;
	position: relative;
	z-index: 3;
	padding: 0px;
	height: 146px;
	background-image: url(../images/header-bkg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content {
	width: 100%;
	position: relative;
	z-index: 3;
	padding: 0px;
	background-position: center top;
	background-image: url(../images/drill-content-bkg.gif);
	background-repeat: no-repeat;
}
.subNavBkg {
	background-image: url(images/subNavBkg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

