body {
	background-image: url(../images/bodybk.jpg);
	background-color: #F5F5F5;  /* #E6E6E6; */
	margin-top: auto;	 /* This makes sure that your page starts at the top of your browser display */
}


#primary_page_division {					/* whole page*/
	width:1006px;
	/*  background-color: #ffffff; /* #F5F5F5; */
	/* background-image: url(../images/bodybk.jpg); */
	margin-left: auto;
	margin-right: auto;
}


#content {					/* whole page*/
	width:1006px;
	/*  background-color: #ffffff; /* #F5F5F5;  GOMMENT OUT TO MAKE THIS IS THE ONE THAT MAKES THE BACKGROUND COLORLESS = TRANSPARENT  */
	/* background-image: url(../images/bodybk.jpg); */
	margin-left: auto;
	margin-right: auto;
}


#footer {
	background-color: #E6E6E6;
	background-image: url(../images/bodybk.jpg);
	width:1006px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}

/* need to have better idea where the rest of the stuff below should go */


.listformat {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-left: 40px;
  }




img { border: 0;
}







 hr {
  border: 0;
  width: 80%;
  color: #0873B5;
}




/* for explination see HTML dog's XHTML & CSS page 143 te4xt below the example that starts with ul ul */


ul ul { list-style-type: square;
}

/* needed to have no bullets for this. See the employment.htm */

ul { list-style-type: none;
}




.noborder{
	border: 0;
}
