.newsCopy {
	font-size:9pt;
	clear:right;
	padding:6px;
	}
	
.newsCopy p {
	margin-top:10px;
	}	

.newsimage td {
	background-color:#eee;
	}
	
.newsimage .caption {
	padding:4px;
	}		

.author {
	color:#333;
	font-size:8pt;
	
	}
	
.author .name {
	font-size:9pt;
	font-weight:bold;
	}	
	
.newsHeader {
	border-bottom:1px solid #ddd;
	padding-bottom:3px;
	margin-bottom:3px;
	}	
	
.date {
	color:#666;
	font-size:8pt;
	font-weight:normal;
	letter-spacing:normal;
	text-transform:none;
	}		

.sectionName {
	color:#006;
	font-size:8pt;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1.5pt;
	}
	
.pageNav {
	border:1px solid #ccc;			
	}
	
.pageNav td {
	font-size:9pt;
	background-color:#ccc;
	color:white;
	font-weight:bold;	
	}
	
.pageNav .link {
	background-color:#fff;
	}
	
.pageNav .link a{
	color: #00c;	
	font-size:9pt;
	text-decoration:underline;
	}
	
.pageNav .link a:hover {
	color: #c00;	
	text-decoration:none;
	}	
		
.pageNav th {
	background-color:#fff;
	text-align:left;
	color:#666;
	font-weight:normal;
	font-size:9pt;
	border-right:1px solid #ccc;
	}		
	
.qanda_q {
	font-size:13pt;
	font-weight:bold;
	color:#339;
	}

.qanda_a {
	font-size:13pt;
	font-weight:bold;
	color:#f90;
	}	
	
/* put styles here */
	.newsNav ul {
		list-style:none;
		list-style-position:outside;
		margin-left:2;
		padding-left:2;
		margin-bottom:0;
		margin-top:0;
	}

	.newsNav ul li {
		margin-left:0;
		padding-left:8px;
		color:#339;
		font-size:8pt;
		font-weight:bold;
		margin-bottom:4px;
	}
	
	.newsNav ul li.edtitle {
		color:#006;
		font-size:8pt;
		font-weight:bolder;
		text-decoration:none;
		padding-left:3;
		margin-bottom:none;
	}
	
	.newsNav ul li.more, .newsNav ul li.more a {
		list-style-type:none;
		text-align:right;
		padding-right:3px;
		color:#006;
		font-weight:normal;
		font-size:7pt;
		margin-bottom:0px;
	}
	
	.newsNav ul li.more a:hover {
		color:#c00;
	}
	
	li.edarticle:hover {
		color:#c00;
	}
	
	.newsNav ul li.edcity {
		color:#333399;
		font-size:8pt;
		font-weight:normal;
		text-decoration:none;
		margin-left:0;
		padding-left:5;
		margin-bottom:0px;
	}

	.newsNav hr {
		color:#eee;
		background-color:#eee;
		width:110px;
		border:0px;
		border-bottom:2px dotted #999;
	}	