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

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

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

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

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