div#newscenter2 {
position: relative;
margin-left: 155px;
}

#newscontainer
{
	position: relative; 
	width:auto;
	background: #FFFFFF;
}

#newscontainer #newscontent
{
	background: #fff;
	padding: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#newscontainer #newscontent a {
	color: #F68B21;
	font-weight: normal;
text-decoration: underline;
}


#newscontainer #newscontent h1, h2, h3, h4, h5 {
	color: #18558B;
	font-weight: bold;
}

#newscontainer #newscontent h1 {
	font-size: 18px;
}

#newscontainer #newscontent h2 {
	font-size: 16px;
}
#newscontainer #newscontent h3 {
	font-size: 14px;
}
#newscontainer #newscontent h4 {
	font-size: 12px;
}
#newscontainer #newscontent h4 {
	font-size: 12px;
	font-style: italic;
}

#newscontainer #newsborder {
	border-bottom: 1px solid #CCDFEB;
	padding-bottom: 5px;
}

