
/**
 * A CSS Stylesheet for the news pages. This is encaped in html.
 *
 * (C) 2008 UNH-IOL
 *
 * @author David Bond
 */
    #news {
        padding-top: 10px ;
    }

	#newsPost {
		position: relative ;
		width: 670px ;
	}

	#news ul.news {
		padding:0 ;
		margin:0 ;
	}

	#news li.news {
		list-style-type: none ;
		padding:0 ;
	}

	.newsHeader {
		position: relative ;
		width: 670px ;
		height:50px ;
		font-size: large ;
		display:block ;
		background-repeat: no-repeat ;
		background-position: top left ;
        color: rgb(0,102,153) ;
	}

	.newsBody {
		position:relative ;
		width: 650px ;
		padding-left:20px ;
		padding-bottom:20px ;
		padding-top:5px ;
	}

	.newsTime { 
		text-align:left ;
	}

	.newsTitle {
		text-align:center ;
		padding-left:50px ;
		width:350px ;
		display:inline ;
	}

	.newsTitle h2 {
		font-size:large ;
		display:inline ;
		font-family: "Times New Roman", serif ;
		font-weight: normal ;
	}
  
    .news_archive {
        margin-top:50px;
     }
