* { margin: 0; padding: 0; }
html, body, #main { height: 100% }
body, div { font-family: arial, sans-serif }

.news  {
	width: 620px; /* news width */
	font-family: arial;
	border-right: 1px dashed #4d4d4d;
	padding-right: 10px;
	height: 320px;
}
.news div {
	background-image: url(../../images/mainBackground.gif);  /* background color */
}

.news p {
	margin-bottom : 10px;
	border-right: 1px dashed #4d4d4d;
	border-left: 1px dashed #4d4d4d;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin: px;
	padding: 10px;
	color: #ffffff;
}

.news a {
	cursor:pointer; /* uses the little hand as the mouse icon */
	display:block; /* displaying as block sets the height and width to that of the parent element */
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: normal;
	font-family: verdana, arial, verdana;
	font-size: 11px;
	color: #95d300;  /*title text color */
	background-image: url(../../images/carbon_bg.gif); /* background colour of news title bars */
	border: 1px dashed #4d4d4d;
}
.news a:hover {
	background-image: url(../../images/carbon_bg.gif);; /* hover over background colour */
	color: #ffffff;
}
.news a.selected {
	color: #2F5F00; /* title hover text color */
	background-image: url(../../images/carbon_bg.gif); /*selected background color */
	font-weight: bold;
}

.linkimage {
	height: auto;
	float: left;
	margin-left: 1px;
}

.bottom {
	border-bottom: 1px dashed #4d4d4d;
}

.news .internal a {
	font-weight: normal;
	font-family: verdana, arial, verdana;
}

.news .internal a:hover {
	color: #ffffff;
}
.news .internal a.selected {
	color: #2F5F00; /* title hover text color */
	background-image: url(../../images/carbon_bg.gif); /*selected background color */
	font-weight: bold;
}



