/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* #masthead{
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 750;
	align: center;
} */

#navBar{
	width: 149px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#content{
	width: 425px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#headlines{
	width: 174px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/*********** #headlines link styles ***********/

#headlines ul a:link, #navBar ul a:visited {display: block;}
#headlines ul {list-style-image : url(/images/checkmark.gif);}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#headlines li {border-bottom: 1px solid #EEE; margin: 0px 0px 5px 0px;}

/* fix for browsers that don't need the hack */
html>body #headlines li {border-bottom: none;}