@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
img
{  border-style: none;
}
.topbackground {
	background-attachment: scroll;
	background-image: url(images/NJTDesigns-Top-Background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660033;
	font-weight: bold;
}
.bottomborder {
	border-top-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #660033;
	border-bottom-width: thin;
	border-bottom-color: #660033;
	font-size: x-small;
}
.bottomborder2 {
	border-top-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #660033;
	border-bottom-style: none;
	border-top-color: #660033;
	border-bottom-width: thin;
	border-bottom-color: #660033;
	font-size: x-small;
}
.dottedborder {
	border-top-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: dashed;
	border-left-width: thin;
	border-left-color: #660033;
	border-bottom-style: none;
	border-top-color: #660033;
	border-bottom-width: thin;
	border-bottom-color: #660033;
	font-size: x-small;
}
.dottedbottomborder {
	border-top-width: thin;
	border-top-style: none;
	border-bottom-style: dashed;
	border-top-color: #660033;
	border-bottom-width: thin;
	border-bottom-color: #660033;
	font-size: x-small;
}
.header2 {
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}
.banner {
	background-attachment: scroll;
	background-image: url(images/NJTDesigns-Banner.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.imagelinks {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
