/*
 * Name: style.css
 * Modified: Tue Dec 6 16:10:00 EST 2005
 *
 * -  Added rule ".nobr" for replacement of HTML <NOBR> tags (IF)
 * -  Added rule "dash" to replace instances of &ndash; This entity is not
      supported well across browsers and has NO SUPPORT in Netscape Navigator.
      The trick here is to merge the spaces between two hyphens to make them
      appear as one. (degrades well)
 */

.doNotDisplay {
  display: none !important;
}

.picfl {
	   float:left;
	   padding-left: 25px;
	   padding-right: 25px;
	   padding-bottom: 25px;
	   position: relative;
}

.picfr {
	   float:right;
	   padding-left: 5px;
	   position: relative;
}

.picfc {
	   text-align: center;
	   padding-left: 5px;
	   padding-right: 5px;
	   position: relative;
}

.content {
margin-left:10%;
margin-right:10%;
}
