@charset "UTF-8";
/* CSS Document */





#article{
	float:left;
	padding:10px 20px 10px 20px;
	width: 770px;
	margin-left:40px;
	text-align:center;
	border-right:2px solid #666;
	text-align:left	
}

#rightNavSidebar{
	width:160px;
	float:right;
	padding-top:30px;

	text-align:left;
	font-size: 14px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.columns{
	font-weight:bold;
	letter-spacing:1px;
	
}

td.listings{
	font-size:12px;
	font-style:italic;	
}




/*this is the backbutton at the top of the left hand nav menu bar and can be redesigned if necessary*/
.columnist{
		
}

tr td.underline{
	color:#666666;
	border-bottom:2px #969696 solid;
	line-height:14px;
	font-size:12px;
	font-weight:bold;
	height:25px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #000;
}
