	#right-column h1 {
		width: 675px;
		height: 30px;
		margin: 0px 0px 10px 0px;
	}
	
	.archive-title {
		background: url(/public/images/layout/archive-title-h1.png) bottom left no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.interviews-title {
		background: url(/public/images/layout/interviews-title-h1.png) bottom left no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.press-title {
		background: url(/public/images/layout/press-title-h1.png) bottom left no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	.latest-news-title {
		background: url(/public/images/layout/latest-news-title-h1.png) bottom left no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
	}
	
	#right-column h2 {
		width: 675px;
		font-size: 14px;
		line-height: 30px;
		display: block;
		color: #29378F;
	}
	
	#right-column p {
		line-height: 15px;
		color: #404041;
		display: block;
		font-size: 11px;
		padding: 0px 0px 10px 0px;
		text-align: justify;
	}
	
	#right-column ul.general { 
		margin: 10px 0px 10px 30px;
		padding: 0px;
	}
	
	#right-column ul.general li { 
		text-align: justify;
		text-indent: 0px;
		font-size: 11px;
		list-style-type: disc;
		line-height: 15px;
	}
	
	.news-item {
		width: 675px;
	}
	
	.news-item ul {
		margin: 0px;
		padding: 0px;
	}
	
	.news-item ul li {
		background: url(/public/images/layout/news-item-seperator.png) bottom center no-repeat;
		behavior: url(/public/styles/iepngfix.htc);
		padding: 10px 0px 8px 0px;
		overflow: hidden;
	}
	
	.news-item ul li strong {
		font-size: 14px;
	}
	
	.news-item ul li strong a {
		width: 675px;
		line-height: 30px;
		display: block;
		color: #29378F;
		text-decoration: none;
		border-bottom: 1px solid #999999;
	}
	
	.news-item ul li strong a:hover {
		text-decoration: none;
	}
	
	.news-item ul li span {
		width: 675px;
		line-height: 20px;
		border-top: 1px solid #fff;
		display: block;
		color: #DB2926;
		font-size: 11px;
	}
	
	.news-item ul li img {
		width: 90px;
		height: 90px;
		float: left;
		padding: 10px;
	}
	
	.news-item ul li p {
		line-height: 15px;
		color: #404041;
		display: block;
		font-size: 11px;
		text-align: justify;
	}
