/* JRE Style Sheet Document for the home page, which is unique */

/* NavText and NavShadow define the relative placement of the link and shadow
   text blocks. NavShadow and NavShadow2 are offset to the lower-right. */
#NavText {
	position:absolute;
	top:0px; left:0px;
	width:100%;
	color: #cccccc;
	font-weight:bold;
}
#NavShadow {
	position:absolute;
	top:1px; left:1px;
	width:100%;
	color: #003366;
	font-weight:bold;
}
#NavShadow2 {
	position:absolute;
	top:2px; left:2px;
	width:100%;
	color: #003366;
	font-weight:bold;
}
