#contentArea {
	padding-left:265px;
}
#nsLetter {
	margin:10px auto;
	width:500px;
	font-size:12px;
	border-bottom:1px solid #000;
	color:#000;
	background-color:#FFF;
	font-family:arial,helvetica,sans-serif;
}
#nsHeadBlock {
	border-bottom:1px solid #000;
	margin-bottom:10px;
}
#nsBodyBlock {
	position:relative;
	margin-bottom:10px;
	background-image:url(<%= imagePath %>ns_background.gif);
	background-position:50% 0;
	background-repeat:repeat-y;
}
* html #nsBodyBlock {height:3px;}
#nsLeftBlock {
	width:235px;
	float:left;
}
#nsRightBlock {
	width:235px;
	margin-left:265px;
}
* html #nsRightBlock {margin-left:262px;}
#nsLetter .breaker {
	clear:both;
	font-size:1px;
	line-height:1px;
}
#nsLetter h2 {
	margin:0;
	background-color:#F0B692;
	color:#E06D24;
	text-align:center;
}
#nsLetter h2 .lower{
	display:block;
	background-color:#000;
	text-align:right;
	font-size:0.7em;
	font-style:italic;
	padding:2px 0.5em;
}
#nsLetter h3 {
	margin:0;
	background-color:#F0B692;
	color:#E06D24;
	text-align:center;
	border-bottom:8px solid #000;
}
#nsLetter h4 {
	font-size:1.5em;
	margin:0.5em 0 0 0;
}
#nsLetter p {
	margin:0.5em 0 0 0;
}
#nsLetter p.moreLink {
	margin:4px 0 1.5em 0;
	color:#E06D24;
}
#nsLetter p.moreLink a {
	color:#E06D24;
	text-decoration:none;
}
#nsLetter p.moreLink a:hover {
	text-decoration:underline;
}

#nsLetter #nsHeadBlock h3 {
	font-size:1.5em;
	margin:0.5em 0 0 0;
	color:#000;
	background-color:#FFF;
	border-width:0;
	font-weight:bold;
	text-align:left;
}
#nsLetter img.pic {border:1px solid #000;margin-top:0.5em;}
#nsLetter #nsHeadBlock img.pic {
	float:right;
	margin:0.5em 0 0.5em 0.5em;
}
