.newscontainer {
	background-color: #FFFFFF; 
	/*border: 1px solid #000000;*/
	border: 1px solid #3462a8;
	height: 500px;
	left: 465px;
	position: absolute;
	top: 34px;
	width: 200px;
	z-index: 100;
}

.newsboximage {
	background-color: #3462A8;
	background-image: url(../../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/newsheader.gif);
	height: 500px;
	left: 0px;
	position: absolute;
	width: 24px;
}

.newsbox {
	/*background-color: #FFFFFF;*/
	/*background-color: #F0E68C;*/
	background-color: #dedfe0;
	height: 500px;
	left: 0px;
	overflow: auto;
	position: absolute;
	width: 200px;
	z-index: 100;
}

.newsshadow {
	background-color: #666666;
	height: 500px;
	left: 6px;
	position: absolute;
	top: 6px;
	width: 240px;
	z-index: -300;
}

.newsfooter {
	bottom: 4px;
	margin-top: 20px;
	position: relative;
}

.newsitem {
	/*border: solid 1px #3462A8;
	background-color: #F0E68C;*/
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	padding: 4px;
}

.newsheader {
	color: #3462A8;
	font-weight: bolder;
	padding-bottom: 6px;
	text-decoration: none;
}


.newslink {
	color: #3462A8;
	margin-left: 110px;
	padding-top: 20px;
	font-weight: bolder;
	text-decoration: none;
}

