#newscontainer {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/newscon-bkgd.gif);
	background-repeat: repeat-y;
}
#newsheader {
	background-image: url(images/news-header.jpg);
	background-repeat: no-repeat;
	height: 147px;
	width: 900px;
}
#bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000033;
	width: 900px;
	padding: 0px;
}
#bodytext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000033;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 24px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
#closebutton {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 880px;
	text-align: right;
}
#footer {
	background-image: url(images/newsfooter-bkgd.gif);
	background-repeat: repeat-x;
	height: 32px;
	width: 900px;
}
