BODY {
	SCROLLBAR-FACE-COLOR: #7C98A6; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #cccccc; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #f8f8f8; 
	SCROLLBAR-TRACK-COLOR: #f8f8f8; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000
}
BODY {
	color: #000000;
	background-color: #D3DEE4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
	color: #0000ff;
}
a:hover {	color: #cc0000;	}
img {	border: 0px;	}

h1 {
	height: 138px;
	margin: 0px;
/*	background-color: #92b792;	*/
	background: #92b792 url(../images/njkilogo_full.gif) center center no-repeat;
	border-bottom: 1px solid black;
}
	h1 img {
		height: 138px;
		width: 100%;
	}
	h1 span {
		display: none;
	}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}

h5.pow {
	color: #990000;
	background-color: #ffffff;
}

h5.pow A {
	color: #990000;
	background-color: #ffffff;
}

h5#pow {	text-align: center; }
h5#pow img {
	width: 32.1em;
	height: 5.8em;
}

/* container */

#mainTable {
	width: 45em;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #000000;
}

/* main link panel */

dl#linkBar {
	text-align: left;
	width: 9em;
	margin-top: -30px;
	margin-left: 1px;
	margin-right: 0px;
}
dl#linkBar {
	position: absolute;
	left: 0px;
	top: 169px;
}
	dl#linkBar dd {		margin: 0px;	}
	dl#linkBar dd a {
  		color: #003300;
		font-size: 0.6em;
		font-weight: normal;
		border: 0px;
	}
	dl#linkBar dd a:hover {	color: #CC0000;	}

	dl#linkBar dt.header {
		COLOR: #003300;
		BACKGROUND-COLOR: #92b792;
		TEXT-DECORATION: none;
		font-size: 0.75em;
		FONT-WEIGHT: bold;
		TEXT-ALIGN: center;
		BORDER: 1px solid #000000;
		BORDER-LEFT: 0px;
		BORDER-RIGHT: 0px;
		WIDTH: 100%;
		margin-top: 10px;
		margin-right: 1px;
	}
	dl#linkBar dt.header {
		position: relative;
		left: -1px;
	}

	dl#linkBar dt.featuredLinks {
		font-size: 0.8em;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 10px;
		margin-right: 2px;
		padding-bottom: 10px;
		border-bottom: 1px solid #000000;
	}
/*	dl#linkBar dt.featuredLinks {
		position: relative;
		left: -1px;
	}	*/
	dl#linkBar dt.featuredLinks a{	color: #000000;	}

/* panel for Members Go! */

#goPanel{
	COLOR: #000000;
	BACKGROUND-COLOR: #B6C1C7;
	TEXT-DECORATION: none;
	TEXT-ALIGN: center;
	vertical-align: middle;
	font-size: 0.8em;
	margin-top: 0px;
	margin-left: 0px;
	padding: 3px;
}
#goPanel {
	position: relative;
	left: -1px;
}
	#goPanel span {		padding-bottom: 10px;	}
	#goPanel input{	
		BACKGROUND-COLOR: #ffff00;
		BORDER: 1px solid #000000;
		COLOR: #000000;
		FONT-SIZE: xx-small;
	}

/* icon panel below main links */

#iconBar {
	text-align: center;
	width: 9em;
	font-size: 0.75em;
	border-top: 1px solid #000000;
}
#iconBar {
	position: relative;
	left: 0.8em;
	top: 0.5em;
}
	#iconBar ul {	list-style: none; }
		#iconBar ul li {
			margin-top: 10px;
			margin-left: -40px;
		}
		#iconBar ul li a {
			font-size: 0.75em;
			font-weight: normal;
		}
		#iconBar ul li a:hover {color: #cc0000;	}

/*	Copyright text at bottom of page */

#copyright {
	font-size: 0.55em; 
	COLOR: #00008B;
	BACKGROUND: transparent;
}
	#copyright a {
	  	font-weight: bold;
	  	color: #3e0273;
	}
	#copyright a:hover {	color: #537BB6;	}

/* top navigation bar */

#topNavBar{
	BACKGROUND-COLOR: #92b792;
	TEXT-ALIGN: right;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
#topNavBar {
	margin-left: 9em;
}
	#topNavBar ul {
		margin: 0px 0px 0px -37px !important;
		margin: 0px;
		list-style: none;
	}
		#topNavBar ul li {
			display: inline;
			margin-left: -1px !important;
			margin-left: -4px;
		}
	#topNavBar a {
		font-size: 0.6em;
		FONT-WEIGHT: bold;
		COLOR: #000080;
		TEXT-ALIGN: center;
		padding: 0px 6px;
		border: solid #000000;
		border-width: 0px 1px 0px 0px;
	}
	#topNavBar a:hover {
		BACKGROUND-COLOR: #B3D0B1;
		COLOR: #000080;
	}

/* Panel for welcome message link */


#welcomePanel {	/* formatting */
  	COLOR: #000000;
	background-color: #ffffff;
	font-size: 1em;
	text-align: left;
	padding-left: 3px !important;
	padding-left: 9px;
	padding-top: 0.2em !important;
	padding-top: 0px;
	margin-bottom: 0px;
}
	#welcomePanel a {
		color: #0000ff;
		font-size: 0.6em;
		font-weight: bold;
	}
	#welcomePanel a:hover {	color: #cc0000;	}

#contentPanel {	/* formatting */
	background-color: #ffffff;
	color: #000080;
	padding: 0.8em;
	margin-left: 11.2em;
	border-left: 1px solid black;
	text-align: left;
	font-size: 0.8em;
}
#contentPanel {
	min-height: 75em;
	height: auto !important;
	height: 75em;
}
	#contentPanel table {
		font-size: 0.9em;
	}
dl#VALE {
	font-size: 0.9em;
	font-weight: bold;
}
	dl#VALE dt {
		color: #000000;
		background-color: #ffffff;
		margin: 1em 0;
	}
	dl#VALE dd {	margin-left: 10px;	}
	dl#VALE dd a{		color: #000080;	}
	dl#VALE dd a:hover{	color: #cc0000;	}

dl#help {	font-size: 0.9em;	}
	dl#help table {
		font-size: 1em;
		color: #000080;
	}
	dl#help th p {		font-weight: bold;	}
	dl#help ul, dl#help p {	font-weight: normal;	}

	dl#help ul li a, dl#help p a {			color: #0000ff;	}
	dl#help ul li a:hover, dl#help p a:hover{	color: #cc0000;	}

	dl#help dt {
		font-weight: bold;
		margin: 1em 0;
	}
	dl#help dd {
		font-weight: normal;
		margin-left: 10px;
	}
	#contentPanel dl#help dd a{		color: #0000ff;	}
	#contentPanel dl#help dd a:hover{	color: #cc0000;	}

#databases {	font-size: 0.9em;}
	#databases ul, #databases p {	font-weight: bold;	}
	#databases ul { list-style-type:disc; }
	#databases ul a {
		color: #0000ff;
		background-color: #ffffff;
		font-weight: bold;
	}
	#databases ul a:hover{	color: #cc0000;		}
	#databases dt {
		font-weight: bold;
		margin: 1em 0;
	}

dl.addressList {
	display: block;
	width: 100%;
}
	dl.addressList dt {
		font-weight: bold;
		clear: left;
		padding-top: 10px;
	}
	dl.addressList dd {
		display: block;
		float: left;
		margin-left: 0px;
		margin-right: 10px;
		width: 20em;
	}

#selected {

}
	#selected ul {
		display: table;
		list-style-type: square;
	}
		#selected ul li {
			display: table-row;
		}
			#selected ul li span {
				display: table-cell;
				vertical-align: middle;
				text-align: center;
				width: 160px;
				max-width: 160px;
			}
			#selected ul li span.caption {
				text-align: left;
				margin-left: 0.5em;
				width: 22em;
			}
			#selected ul li a {
				color: #000080;
				font-weight: bold;
			}
			#selected ul li a:hover {
				color: #ff0000;
			}
		#selected p {
			color: #006600;
			font-weight: bold;
		}
			#selected p a {
				color:#006600;
				text-decoration:underline;
			}
			#selected p a:hover {
				color: #009900;
			}
#icon {
	clear: both;
	margin-left: 0px;
}

#icon li {
	color: #000080;
	border: 0px;
	text-align: center;
	font-weight: bold;
	margin: 1px;
	border: 1px solid #000000;
	display: block;
	float: left;
	width: 32% !important;
	width: 14em;
	min-height: 16em;
	height: auto !important;
	height: 15em;

}
	#icon a {
		font-weight: bold;
		COLOR: #000080;
		BORDER: 0px solid #000000;
		padding: 0px;
	}
	#icon a:hover {		COLOR: #00008b;	}

.greenPanel {
	color: #00008B;
	background-color: #92B792;
}
.whitePanel {
	color: #000080;
	background-color:#FFFFFF;
}

#descPanel {
	background-color: #ffffff;
	padding: 10px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 0.9em;
	font-weight: normal;
}
	#descPanel h2 {
		color: #000080;
		font-style: italic;
		font-size: 1.3em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	#descPanel ul {		text-align: left;	}
	#descPanel a {
		font-weight: bold;
		color: #008b00;
		text-decoration: underline;
	}

/* News form controls */

.Label {
	width: 8em;
	text-align: right;
	margin-right: 0.5em;
	display: inline-block;
}

.Label#Show_on_NJSL_Homepage_Label, .Label#Show_on_LDB_Homepage_Label, .Label#Show_on_NJKI_Homepage_Label {
	width: 15em;
}

#Title {	 width: 15em; }
#Description {	 width: 30em;
		 height: 10em; }
#More_Info_URL { width: 20em; }

.announcementPanel {
	color: #e5ede5;
	width:552px; 
	background-color:#666; 
	height:20px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	border:#666 solid 1px;
}

.announcementContainer {
    color: #666;
	width:552px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	border:#666 solid 1px;
	margin-top:1px;
	}
	
.redTitle {
    color:#FF0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	
	}
.grayTitle {
    color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	
	}
.newsPanel {
	color: #e5ede5;
	width:185px; 
	height:20px; 
	background-color:#CCC; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	border:#494ca9 solid 1px;
	
	
}

.newsContainer {
	color: #494ca9;
	width:185px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin-top:1px;
	background-color:#CCC;
	
}

.newsContainer li{
line-height:14px;
margin-top:5px;
margin-right:10px;
color:#000;
}

.newsContainer a {
	text-decoration: none;
	color: #000;
}
.newsContainer a:hover {	color: #cc0000;	}

.njPanel {
	color: #e5ede5;
	width:500px; 
	height:20px; 
	background-color:#494ca9; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	
}

.njContainer {
	color: #494ca9;
	width:360px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin-top:1px;
	
}

.researchPanel {
	color: #e5ede5;
	width:360px; 
	height:20px; 
	background-color:#494ca9; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	
}
.bodycopy {
font-family:Verdana, Arial, Helvetica, sans-serif;
size:12px;
color:#000;
/*
new design:
	colors:
		link, one of: #000080, #0033ff
		hover, one of: #cc0000, #000080
		text, one of: #000080, #006600, black
		bg, one of: white, #92b792, white, #b3d0b1
	sizes:
		main titles: 1.2em;
		section titles: 1.1em;
		body: 1em;
		links: 1em;
		top navigation panel: 0/7em;
		side nav panel: 0.7em;


*/
