#logo-parish {
	background: url(images/parish_logo.png) 0 0 no-repeat;
	margin-left: -30px;
	margin-top: 0px;
	width: 603px;
	height: 104px;
}

#logo-school {
	background: url(images/school_logo.png) 0 0 no-repeat;
	margin-left: -30px;
	margin-top: 0px;
	width: 603px;
	height: 104px;
}



/* gets rid of any box around the artilces if nothing is there */
table.contentpaneopen-reallyclean {



}


/* contactinfo */
table.contactinfo {
  margin: 0 0 0 0;
  background: whitesmoke;
  border-collapse: collapse; 
  width: 100%;
}

table.contactinfo th, table.contactinfo td, table.infotables th, table.infotables td  {
  border: 1px black solid;
}

table.contactinfo th, table.infotables th {
  background: url(images/th-bg.jpg) repeat-x top #2d5602;
  text-align: center;
  color: #d6dce8;
  padding: 0.1cm;
}

table.contactinfo td, table.infotables td {
  background: url(images/td-bg.jpg) repeat-x top #d6dce8;
  text-align: left;
  color: #2d5602;
  padding: 0.1cm;
}

table.contactinfo td:hover, table.infotables td:hover {
  color: #2d5602;
  background: #aaafb8;
}


/* infotables */
table.infotables {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse; 
}
