/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font: 75%% Georgia, times, serif;
	background-color: #fff;
	color: #000000;	 
}

h1{
 border-bottom: 1px solid #999;
 margin-bottom: 1em;
}

h2{
 border-bottom: 1px solid #999;
 margin-bottom: 1em;
}

h3{
 border-bottom: 1px solid #999;
 margin-bottom: 1em;
}

h4{
 border-bottom: 1px solid #999;
 margin-bottom: 1em;
}

h5{
 border-bottom: 1px solid #999;
 margin-bottom: 1em;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 50%;
}

#navBar{
	display: none;
}

#headlines{
 border-bottom: 1px solid #999;
 margin-bottom: 1em;
}

#content{
	float: left;
  width: 55%;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}





/*********** #sectionLinks styles ***********/

#sectionLinks{
	display: none;
}

#siteInfo{
	display: none;
}


/************** #headlines styles **************/

#headlines{
	display:none;
}



a{
color:#000000;
text-decoration:none;
}