@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 */
	color: #FFC;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../Images/Home/HomePgBkgnd3.jpg);
	margin: 0 auto;
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}#sandshadow {
	background-image: url(../Images/common/sandshadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.footer {
	float: left;
	height: 100px;
	width: 780px;
}
#footer {
	height: 150px;
	width: 780px;
	padding-top: 40px;
	clear: both;
}
#navbar {
	height: 22px;
	width: 780px;
	padding-top: 140px;
	position: relative;
}
#corpcontact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666;
	text-align: center;
	float: left;
	height: 30px;
	width: 780px;
}
#navline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: center;
	clear: both;
	float: left;
	height: 30px;
	width: 780px;
}
#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: center;
	clear: both;
	float: left;
	height: 30px;
	width: 780px;
}
#GSFheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 260px;
	width: auto;
	padding-top: 90px;
	padding-left: 0px;
	text-align: right;
}
#GSFblankImage {
	clear: both;
	float: left;
	height: auto;
	width: auto;
}
#MantisHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: right;
	height: 225px;
	width: 395px;
	padding-top: 120px;
	padding-left: 0px;
}
#PDSheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	clear: left;
	float: left;
	height: auto;
	width: auto;
	padding-top: 5px;
	padding-left: 88px;
	color: #FFF;
}
#OtherHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	float: right;
	height: auto;
	width: 340px;
	padding-top: 5px;
	padding-right: 55px;
	clear: right;
}
#Caption {
	text-align: center;
	clear: both;
	float: left;
	height: auto;
	width: 665px;
	padding-top: 14px;
	padding-bottom: 15px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding-right: 45px;
	padding-left: 70px;
	line-height: 12pt;
	font-style: normal;
	letter-spacing: -10%;
}
