body {
	font: 12px Arial, Helvetica, sans-serif;
	/*background-image:url(/Home/GRAPHICS/BACKGRND_NEW.png);*/
	background-attachment:fixed;
	background-repeat:repeat-x;
	/*background-color:#D0CDC8;*/
	background-color: #2A2A2A;
	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: white;
}
object, a {
	outline:none;
} /*removes border from clicked SWF in ff*/
.gsc-completion-container {
	color:#333;
	text-align:left;
	font-size:14px !important;
	margin-left:12px !important;
	width:250px !important;
	background-color:#E8EBEE !important;
	font-family: Arial, Geneva, Helvetica, sans-serif !important;
	border: none;
}
.gsc-completion-container TD {
	border-bottom:1px dotted #999;
	padding-left:10px;
}
IMG {
	border:0px;
}
A:link {
	text-decoration:none;
	color:#FFFFFF
}
A:visited {
	text-decoration:none;
	color:#FFFFFF
}
A:hover {
	text-decoration: underline;
	color: #4F4F4F;
}
A:active {
	text-decoration: none;
	color: #FFA500;
}
.oneColFixCtrHdr #container {
	width: 1045px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page 
	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#apDiv1 {
	position:relative;
	float:left;
	width:121px;
	height:128px;
	z-index:1;
}
#mainContent #apDiv2 {
	position:absolute;
	left:553px;
	top:282px;
	width:322px;
	height:235px;
	z-index:1;
}
#FEATURES, #STANDARDITMS {
	font-size: 11px;
}
#FEATURES {
	color: #E2E2E2;
	width: 1020px;
	height: 120px;
	margin: 0px AUTO 0 AUTO;
	padding-top: 15px;
	padding-left: 10px;
	text-shadow:#777 0 1px 0 !important;
}
#FEATURES a:hover {
	text-shadow: none !important;
	text-decoration:none;
}
#FEATURES DIV {
	border-right:1px solid gray;
	padding:0 5px 0 5px;
	width:225px;
	height:110px;
	float:left;
}
#STANDARDITMS {
	color: #EEE;
	height: 300px;
	background-image: url(/HOME/GRAPHICS/FIELD_B.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#STANDARDITMS UL, #STANDARDITMS LI {
	margin:0 10px;
	padding:0
}
#STANDARDITMS DIV {
	border-right:1px solid gray;
	margin: 15px 0 0 20px;
	padding:0 10px 0 0;
	width:30%;
	float:left;
} 

/*#STANDARDITMS_CONTAINER{
	float:left; width:850px; margin: 20px 20px 0 20px;
} */

