/*****************************************************************************/
/* Menu*/
/*****************************************************************************/

#menu2 {
  border-bottom-style: solid;
  border-bottom-color: #333333;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-top-color: #333333;
  border-top-width: 2px;
}
/*****************************************************************************/
/* Heading */
/*****************************************************************************/


.bodytext em {
	font-size: 20px;
	color: #000;
}

/*****************************************************************************/
/* Logos                                                         */
/*****************************************************************************/

.logo_header {
  padding-top: 10px;
  padding-bottom: 10px;
}

/***********************************************************************************************************************/
/* Footer/Copyright
/************************************************************************************************************************/
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .copyright-text p {
  text-align: left;
  color: #555555;
  margin-bottom: 0px;
  font-size: 12px;
}



