img#logo {
	background: transparent url(images/logo.png) no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 75px;
	margin-left: 15px;
	margin-top: 5px;
	width: 279px;
}



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



}

/* makes the alert section red, bold and bigger so it gets noticed */
table.contentpaneopen-alert {
	font-weight: bold; 
        color: red;
        font-size: 130%;

}


/* 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 #2b3f0d;
  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: #2b3f0d;
  padding: 0.1cm;
}

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


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