body { margin: 0; }

body#merchants { padding: 0; }

div#container {
	width: 784px;
	border:0px;
	margin: 0pt auto;
	background: transparent url("/images/bg-int.jpg") top left repeat-y;
	padding-left: 14px;
	padding-right: 20px;
}


/* ---- begin header area ---- */
div#header {
	background: transparent url("/i/header.gif") top left no-repeat;
	width: 775px;
	height: 129px;
	margin: 0px;
	padding: 0;
	margin-left: 2px;
	
}

div.headerLft {
	float: left;
	width: 242px;
}

div.headerLft h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.headerLft h1 a:link,
div.headerLft h1 a:visited,
div.headerLft h1 a:hover
div.headerLft h1 a:active {
	display: block;	
	height: 129px;
	background: url("/i/header.gif") top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

div.headerRgt {
	float: right;
	padding-top: 0px;
	width: 522px;
}

div.headerRgt ul {
	margin: 0;
	padding: 10px 10px 0 0;
	display: block;
	float: right;
}

div.headerRgt li {
	float: left;
	list-style-type: none;
	font-weight: normal;
	padding: 0 1px;
}

div.headerRgt li a {
	font-weight: normal;
	color: #343434;
	font-family: verdana;
	font-size: 10px;
}

div.headerRgt p {
	font-family: arial;
	font-size: 10px;
	color: #717171;
	display: block;
	padding-top: 20px;
	margin: 0px 20px 0px 242px;
	line-height: 135%;
}

div.headerRgt li a span.highlight {
	color: #ff8028;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
/*	text-decoration: underline;  */
}

div.headerRgt li a:hover span.highlight { text-decoration: underline; }


/* ---- footer ---- */

#footer {
	margin: 0;
	padding: 10px 0 30px 0;
	text-align: center;
	clear: both;
}

#footer p,
#footer a {
	color: #000;
	text-decoration: none;
	font-family: verdana;
	font-size: 10px;
}

#footer p { line-height: 18px; }

#footer a:hover {
	color: #f60;
	text-decoration: underline;
}

