#container { margin: 5px;; width: 639px; }

#container #top { background: url(/images/top.jpg) no-repeat; width: 639px; height: 24px; float: left; }

#container #nscontent { width: 639px; background: #d3d3d3; float: left;}

#container #bottom { background: url(/images/bottom.jpg) no-repeat; width: 639px; height: 24px; float: left; }

#container #nscontent p, #container #nscontent  h1, #container #nscontent  h2, #container #nscontent  h3, #container #nscontent  h4 {padding: 0px 5px 0px 5px;}

#container #nscontent h1, #container #nscontent h1 a, h2 a, h3 a, h4 a{font-family:Arial,Helvetica,sans-serif; color:#000 !important; text-decoration:none !important; font-size:16px;}

#container #nscontent h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{color:#000 !important; text-decoration:none !important;}

#container #nscontent p, #container #nscontent ul li {font-family:Arial,Helvetica,sans-serif; font-size:14px; color:#000;}

#container #nscontent a:link, #container #nscontent a:visited {color:#000; text-decoration:none; font-weight:bold;}

#container #nscontent a:hover {color: #000; text-decoration:none; font-weight:bold;}

#container #nscontent .linkmod {color:#000 !important; text-decoration:none !important; font-weight:normal !important;}

#nshpcontent h1 a{font-family:Arial,Helvetica,sans-serif; color:#000; text-decoration:none; text-align:left; font-size:16px;}

#nshpcontent h1 a:hover{color:#000 !important; text-decoration:none !important;}

#nshpcontent p {font-family:Arial,Helvetica,sans-serif; font-size:16px; color:#000;}

#nshpcontent a:link, #nshpcontent a:visited, #nshpcontent a:hover {color:#000; text-decoration:none;}

#nshpcontent strong{font-weight:normal;}

#container #nscontent .header {font-family:Arial,Helvetica,sans-serif; color:#000; font-size:16px; font-weight:bold;}

.hpheader{font-family:"Times New Roman", Times, serif; color:#fff; font-size:22px; font-weight:bold;}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */

/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */

.transMenu .background {

	position:absolute;

	left:0px; top:0px;

	z-index:1;

	-moz-opacity:0.8;

	filter:alpha(opacity=80);

}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */

.transMenu .shadowRight {

	position:absolute;

	z-index:3;

	top:3px; width:2px;

	-moz-opacity:0.4;

	filter:alpha(opacity=40);

}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */

.transMenu .shadowBottom {

	position:absolute;

	z-index:1;

	left:3px; height:2px;

	-moz-opacity:0.4;

	filter:alpha(opacity=40);

}