/* @override http://ocsc.dev/styles/index.css */

div#news {
	width: 344px;
	margin-top: 15px;
	background-position: left bottom; background-repeat: no-repeat;
	background-image: url("/images/_css/bgNewsBody.png");
	padding-bottom:  15px;;
	margin-bottom:1.34em;
	}

	.newsHead{
		width: 314px;
		padding: 2px 15px;
		top: -15px;
		background-position: left top; background-repeat: no-repeat;
		background-image: url("/images/_css/bgNewsHeader.png");
		}
	
		#news_list {
			width: 314px;
			margin: .7em 0 0;
			}

		#news_list li {
			width: 314px;
			padding-bottom: 0;
			margin-bottom: 0;
			}


			#news_list li a {
				color:  white;
				display: block;
				width: 290px;
				line-height: 1.92em;
				background-position: center right; background-repeat: no-repeat;
				background-image: url("/images/_css/bgNewsArrow.gif");
				}

			#news_list li a:hover {
				text-decoration: underline;
				}

	div#news .newsBody {
		height: 60px;
		padding:  20px 15px 9px 15px;
		position: relative;
		}
		div#news .newsBody a{
			color: white;
			font-weight:bold;
			}
		div#news .newsBody a:hover{
			text-decoration: underline;
			}


#newsBodyL {
	position: absolute;
	width: 108px;
	left: 10px;
	top: 22px;
	text-align: center;
	}
#newsBodyR {
	position: absolute;
	width: 120px;
	right: 10px;
	top: 30px;
	text-align: center;
	}
	
.colA .body {
	margin-left: auto;
	margin-right: 0;
	width: 400px;
	}

.colB .body {
	width: 440px;
	}


#memberSpotlight {
	position: relative;
	padding: 0;
	margin: 1.36em 0;
	width: 437px;
	}

#memberSpotlight a.imgReplace {
	background: transparent url("/images/_css/bgHome_memberForYou.gif") no-repeat top left;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 179px;
	height: 27px;
	}

#memberSpotlight a.imgReplace:hover {
	background-position: 0 -27px;
	}


