/** Duration Windows Newspage CSS Styles  **/
		
	.newstitle{
		color: #333333;
		font-weight: bold;
		font-size: 12px;
		margin: 8px;
		width: 420px;
		height: 50px;
		float: left;		
	}
		
	.newstitle a{
		color: #003366;
		font-weight: bold;
		font-size: 16px;	
	}
		
	.newstitle a:hover{
		color: #003366;
		font-weight: bold;
		font-size: 16px;
		text-decoration: underline;
	}
		
	.newsitem{
		width: 515px;
		background-color: #f4f4f4;
		/*background-color: #ededed;*/
		padding: 5px;
		margin-bottom: 15px;
		/*border: solid #333333 1px;*/
		border: solid #6d6e70 1px;
	}
		
	.newsitem2{
		width: 515px;
		background-color: #d8d8d8;
		padding: 5px;
		margin-bottom: 15px;
		/*border: solid #333333 1px;*/
		border: solid #6d6e70 1px;
	}
	
/* ------ News Item Page ------ */

.NewsSideBar { 
	float: left; 
	width: 205px; 
	padding: 0px 0px 15px 0px;
	margin: 50px 10px 0 0;
}

.Callender {
	background: url(/images/newspage/callender-icon.png) no-repeat;
	width: 182px;
	float: left;  
	height: 171px; 
	margin: 0 11px; 
	text-align: center;
}

.CallenderMonth{
	color: #ffffff; 
	font-size: 17px; 
	font-weight: bold; 
	margin: 22px 0 0 0;
	padding: 10px 6px 0 2px;
	height: 45px;
}

.CallenderMonth a, .CallenderMonth a:hover { color:#ffffff; text-decoration: none;}

.CallenderDate{
	font-size: 25px; 
	font-weight: bold; 
	margin: 5px 0 0 0;
	padding: 10px 0 0 0;
	height: 65px;
}

.CallenderDate a, .CallenderDate a:hover { color:#333333; text-decoration: none;}

.PageTabsNews{
	float: right;
	width: 695px;
	margin-right: 2px;
}

.TabbedContentNews{
	background: #ffffff;
	float: right;
	width: 680px; 
	border-top: 2px solid #e0e0e0; 
	border-right: 1px solid #6e6e6e; 
	border-left: 2px solid #e0e0e0; 
	margin: 0 2px 0 0;
	padding: 10px 10px;
}

.TabbedContentBottomNews{
	background: #fff url(/images/Body-Structural/TabbedContentBottom.jpg) no-repeat; 
	width: 703px; 
	height: 12px; 
	float: right;
	margin: 0 2px 10px 0;
}

table.infotable1{width: 100%; margin: 5px; padding: 5px;}

table.infotable1 td{ padding: 5px;}
