@import url(njsm-nonNS4.css);

div, td, th, caption { font-family: Arial, Helvetica, sans-serif; }  /* NS4 */
a img { color: #E0CDB4; }                                            /* NS4 */
img.current { padding: 3px; background: green; }                     /* NS4 */

body {
	background: #E0CDB4;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
body.store {
	background-image: url(Images/parch.jpg);
}
div.logo {
	position: absolute;
	top: 0;
	left: 0;
}
div.top {
	/* old values used with letterhead1.gif */
	width: 575px; /* 575+150 = 725 = the width of our logo GIF */
	margin-left: 150px;
	margin-right: 0;
	padding-top: 120px;
	/* new values used with letterhead1_new.gif */
	width: 475px; /* 450+150+100 = 725 = the width of our logo GIF */
	margin-left: 150px;
	margin-right: 100px;
	padding-top: 110px;
}
div.main {
	margin: 0 20px;
}
img {
	border: 0;
}
td {
	vertical-align: top;
}
th {
	text-align: center;
}
a, a:link, a:active, a:visited, h1, h2, h3, h4, h5, h6, .large {
	color: #7B3908;
}
.large {
	font-size: large;
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.tiny {
	font-size: xx-small;
}
.centered {
	text-align: center;
}
.legalese {
	font-size: xx-small;
}
.exclusive {
	color: red;
	font-weight: bold;
	background-color: #F6F8D9;
}
div.box {
	margin: 10px;
	padding: 10px;
	border: 1px solid black;
	background: #F6F8D9;
	color: black;
}
div.box p {
	margin: 0;
}
div.box ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
div.photo {
	border: 5px double #7B3908;
	margin-bottom: 20px;
	padding: 10px;
	background: #F6F8D9;
}
div.photo p {
	padding-left: 20px;
}
.MainList li {
	list-style-image: url(Images/hat-icon.gif);
      font-weight: bold;
}
.MainList li li {
	list-style-image: none;
	list-style-type: none;
      font-weight: normal;
}
.SpacedList li {
	list-style-type: none;
}

