td,div {
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}
.div {
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-left: 16px;
	border: 0px solid #2D3454;
	background-color: #F9FEFF;
	background-image: url(images/layer_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.openlayer {
	padding: 12px;
	padding-top: 0px;
	border: 0px solid #555555;
	background-color: #EEEEEE;
	background-image: url(images/layer_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color:#2D3454;
	width:320px;
}

.basic  {
	width: 550px;
}

.basic .article_txt {
	border: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-left: 27px;
	padding-right: 27px;
}
.basic a.header {
	cursor: pointer;
	display: block;
	padding-left: 26px;
	margin-top: 0;
	text-decoration: underline;
	color: #999999;
	background-color: #;
	height: 25px;
	padding-top: 0px;
	margin-bottom: 10px;
	position: relative;
	background-image: url(/main/images/icons/collapsed.gif);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	/*filter: alpha(opacity=70);
	opacity: 0.7;*/
	border: 0px solid #;
}
.basic a.header:hover {
	background-color: #;
	border: 0px solid #;
	color: #666666;
}
#list1b.basic a.header:hover {
	background-color: #;
	border: 0px solid #;
	color:#000000;
}
.basic a.header.selected {
	background-color: #;
	background-image: url(/main/images/icons/expanded.gif);
	background-repeat: no-repeat;
	background-position: 8px 15px;
}
.basic a.header.selected:hover {
	background-color: #;
	color:#666666;
}
/* added styles */
.title {
	position: absolute;
	top: 10px;
	left: 26px;
	width: 500px;
	line-height:18px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.sub_title {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	position: absolute;
}
.blurb {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #d8d2ce;
	position: absolute;
	top: 48px;
	left: 99px;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
}

