/* CSS Document */

#nscontent, #nshomecontent { font-size: 12px; font-family: Verdana, Tahoma, Arial, Helvetica; }
#nscontent a, #nscontent a:visited, #nshomecontent a, #nshomecontent a:visited, #footer a { color: #fff; text-decoration: none; }
#nscontent a:hover, #nshomecontent a:hover, #footer a:hover { color: #003399; }
#nscontent h1, #nscontent h1 a, #nscontent h2 a, #nscontent h3 a, #nscontent h4 a, #nshomecontent h1 a, .title, #nshomecontent h1 a { 
	font-size: 16px;
	text-decoration:none;
	color: #fff;
	font-weight: bold;
}

/* Image Styles */
#nscontent h1+p a img, #nscontent h3+p a img, #nscontent h2+p+p a img, #nscontent h4+p+p a img, #nscontent .r { float: right; margin: 0 0 10px 10px; }
#nscontent h2+p a img, #nscontent h4+p a img, #nscontent h1+p+p a img, #nscontent h3+p+p a img,#nscontent  .l { float: left; margin: 0 10px 10px 0; }
#nscontent a img { border: 0; width: 120px; height: auto; }

#nscontent img { border: 0; width: 140px ; height: auto; padding: 5px; }

#nscontent ul li a strong { font-weight: normal; }

/* Page Inline Styles */
#footerspacer { clear: both; margin-top: 120px; }
div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:10000;
	background-color:#dee7f7;
	border:1px solid #336;
	width:250px;
	padding:4px;
	color:#000;
	font-size:11px;
	line-height:1.2;
	font-size:12px;
}
/* These are optional. They demonstrate how you can individually format tooltip content  */

div.tp1 {
	font-size:12px;
	color:#336;
	font-style:italic
}
div.tp2 {
	font-weight:bolder;
	color:#337;
	padding-top:4px
}
