div#header {
	background-image: url(../images/BPNAlogo_s.gif);
	background-position: left;
	background-color: transparent;
	border-bottom: medium solid #FF8040;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	a:link {
  text-decoration:  none;
  font-weight:      bold;
  color:            blue;
  } 
  
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            blue;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  color: #FF8C00;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  color: 			Blue;
  } 

div#content {margin:20px 150px 0 165px; padding: 0 1em;  margin-top: 60px; font-family: Arial, Helvetica, sans-serif; }
div#content h1{font-size:2em;  font-family: Arial, Helvetica, sans-serif; }
div#content p {font-size:1.2em; }	
div#content li {font-size:1em;}
