	/*----------------News Specific Styles------------------*/
	.menuSpacer ul {
		margin-left:2px;
		padding-left:2px;	
		}
		
	.newsPagingDivider {
		margin: 10px 0 10px 10px;
		padding:5px 0 0 0;
		width:685px;
		height:25px;
		text-align:center;
		font-size:75%;
		font-weight:bold;
		color:#5E626F;
		border-top: #DDDDDD dotted 1px;
		border-bottom: #DDDDDD dotted 1px;
		}
		
	.previousNewsPages {
		display: block;
		width:150px;
		float:left;
		height:10px;
		}
	
	.nextNewsPages {
		display: block;
		width:150px;
		float:right;
		height:10px;
		}
		
	.pagingText {
		/*display:block;*/
		float:left;
		width:350px;
		margin: 0 0 0 0;
		/*height:10px;*/
		}
		
	.nextNewsPages a, .previousNewsPages a, .pagingText a {
		color:#0D4A91;
		text-decoration:none;
		}
		
	.nextNewsPages a:hover, .previousNewsPages a:hover, .pagingText a:hover {
		color:#0D4A91;
		text-decoration:underline;
		}

	.miniBoxNewsTop {
		width:685px;
		height:20px;
		padding: 7px 0 0 0;
		background-color: #F3F3F4;
		border: #DDDDDD solid 1px;
		font-size: 90%;
		font-weight:bold;
		color:#0D4A91;
		font-variant:small-caps;
		text-align:center;
		}	
		
	.newsItemPageLink {
		width: 400px;
		height: 15px;
		color:#0D4A91;
		text-align:left;
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
		background: url(../images/bunnys/doc.jpg) no-repeat 0 10px;
		display:block;
		}
		
	.newsItemPageLink a {
		color:#0D4A91;
		height: 10px;
		text-decoration:none;
		padding: 10px 0 0 25px;
		}
		
	.newsItemPageLink a:hover {
		color:#0D4A91;
		height: 10px;
		text-decoration:underline;
		padding: 10px 0 0 25px;
		}
		
	.newsItemDateViews {
		display:block; 
		margin:10px 0 0 0;
		color:#8A90A1;
		}
		
	.newsItemViewed {
		float:right; 
		display:block; 
		margin:0; 
		padding:0; 
		width:285px; 
		text-align:right;
		}													