.newsitem {
	border-spacing: 0px;
}

.newsitem .caption {
	color: #FFFFFF;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: 3em;
}

.newsitem .author {
	color: #FFFFFF;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 1em;
}

.newsitem .body {
}

.newsitem .hr {
	background-image:url(images/hr.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 44px;
}

#edititem input, #edititem textarea, #edititem select {
	display: block;
	width: 300px;
}

#edititem label {
	font-weight: bold;
	margin-left: -2em;
}

#bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 240px;
}

#newsnav {
	width: 100%;
	text-align: center;
}