
body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#d6dad1;
	font-size: 12px;
	line-height: 24px;
	color: #31302c;
	margin-top: 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #31302c;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	font-weight: bold;
}

#frame {
	width:780px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}

#contentheader {
	text-align: center;
	height: 200px;
}

#contentheaderposition {
	margin-left: 250px;
	text-align: center;
	margin-bottom: 20px;
}

#contentheaderbranch {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: -20px;
	margin-bottom: -20px;
	float: right;
	display: inline;
}

#contentleft {
	width:149px;
	padding:0px;
	float:left;
}

#contentleft li {
	display: list-item;
	width: 118px;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #31302c;
	font-size: 11px;
	line-height: 16px;
	text-align: right;
	text-transform: lowercase;
}

#contentleft li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #31302c;
	width: 118px;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	text-transform: lowercase;
	text-decoration:none;

}

#contentleft li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 118px;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	text-transform: lowercase;
}

#contentleft li .indicator {
	margin-left: -15px; 
	display: none;	
	float: left;
	background: url(Merchant5/graphics/indicator.gif) 0 0 no-repeat; height: 10px; width: 10px;
}


#contentleft p.menuheader {
	text-align: right;
	margin-bottom: -18px;
}

#contentright {
	width:23px;
	padding:0px;
	float:left;
}


p,h1,pre {
	margin:0px 10px 10px 10px;
}

h1 {
	font-size:14px;
	padding-top:10px;
}

#contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
}

#contentright p { 
	font-size:10px
}

#contentfooter {
	margin-left: 30px;
	padding-left: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #31302c;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	text-transform: lowercase;
}

#contentfooter a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #31302c;
	font-size: 14px;
	text-decoration: none;
}

#contentsubfooter {
	padding-left: 149px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #31302c;
	font-size: 9px;
	line-height: 30px;
	text-align: center;
	text-transform: lowercase;
}

#contentsubfooter a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #31302c;
	font-size: 9px;
	text-decoration: none;
}

#contentcenter {
	vertical-align: top;
	position: relative;
	top: -10px;
	margin-bottom: -35px;

}

#contentcenter .content {
}

#contentcenter .content h1 {
	margin-top: -15px;
	margin-bottom: 5px;
	font-family: Palatino Linotype, Papyrus, Verdana, Arial;
	font-size: 32px;
	font-style: italic;
	color: #656565;
	line-height: 32px;
}

#contentcenter .content h2 {
	margin-bottom: 5px;
	font-family: Palatino Linotype, Papyrus, Verdana, Arial;
	font-size: 18px;
	color: #656565;
	line-height: 18px;
}

#contentcenter .content .contentjustified {
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	font-size:12px;
	line-height: 14px;
}

form {
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: none;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}


form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}


.invalid {
	background: url(Merchant5/graphics/alert.gif) 100% 0 no-repeat;
	background-color: #FFFF99;
	padding-right: 16px;
	margin-right: 3px;
	display: inline;
}

form .invalid, form .invalid, form .invalid {
	background: url(Merchant5/graphics/alert.gif) 100% 0 no-repeat;
	background-color: #FFFF99;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;
 text-align: right;} /* uses class instead of div, more efficient */

br {
	clear: left;
}

.policycontent
{
	text-align: justify;
}