@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;
	background-color: #666666;
	background-image: url(images/ntbg.jpg);
}
.oneColFixCtrHdr #container {
	width: auto;
	margin: 0 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. */
	background-color: #FFFFFF;
	background-image: url(images/ntbg.jpg);
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F6F5F2;
	border-right-color: #F6F5F2;
	border-bottom-color: #F6F5F2;
	border-left-color: #F6F5F2;
	height: 180px;
}
.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-repeat: repeat;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: small;
}
#header_col_left {
	width: 180px;
	float: left;
}
#header_col_right {
	padding-top: 5px;

}
#ship_to {
	color: #FFF;
	height: 1px;
	overflow: hidden;
	background-color: #000;
}
#footer p font {
	font-family: Arial, Helvetica, sans-serif;
}

tr { background="../ntbg.jpg" }
  .initial { background-color: #FF0000; color:#000000 }
  .normal { background-color: #FFFFFF }
  .highlight { background-color: #DDDDDD }
#backtotop {
	font-size: small;
	color: #CCC;
	text-align: right;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#download {
	float: none;
	font-size: medium;
	text-align: right;
}

