
/*Print stylesheet for main_page.css*/
body { 
  color : #000000; 
  background-color : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
  margin: 0.25in;
  padding : 0px;
}
a:link{ 
  text-decoration : underline; 
  font-weight : bold;
  color : #0000ff; 
}
#navBar  { 
  display : none; 
  float : none !important;
} 

#headlines{
	display : none;
	float : none !important;
}

#globalNav{
	display:none;
}

#pageLink{
	display: none;
	float : none !important;
}

#content{
	float: none !important;
	padding : 0px;
	width:100%;
}

#contentTwo{
	float: none !important;
	padding : 0px;
	width:100%;
}

.feature h3{
	margin: 15px 0px 0px 0px;
	text-align: left;
	text-decoration: none;
	color:#000000;
	font-family : Arial, Helvetica, sans-serif;
}

.feature img{
	display:none;
}

.feature span{
	display:none; 
}

#masthead img{
     display:none;
}
