/* BEGIN Global */

body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
  width:100%;
  margin:0px;
}

a {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
  color: #BE007C;
}
	
.center {
  text-align:center;
}
.center div.site {
  width:800px;
  margin:auto;
  text-align:left;
  overflow:visible;
}

img {
  border: 0px solid #BE007C;
}

/* BEGIN Header */
div.header {
  width:663px;
  height:161px;
  background: url('images/logo_left.jpg') no-repeat bottom left;
}
div.logo {
  height:161px;
  background: url('images/Auhof_Logo.jpg') no-repeat top right;
}
div.header div.path {
  text-align:right;
  height:35px;
  background: url('images/pathway.jpg') no-repeat bottom right;
}
div.header div.path div{
  position:relative;
  top:25%;
  right:10px;
}

#headerimage {
  height:161px;
  width:663px;
}


/* END Header */

/* BEGIN Footer */
.footer {
  font-family: arial, verdana, helvetica;
  font-size: 11px;
  color: #ffffff;
  padding-left: 10px;
  padding-top: 5px;
  background-color: #4BB3A8; 
  border-top: 1px solid #ffffff;
  height: 20px;

}
/* END Footer */

/* Begin Dynamic Loader */

.dynload_content_title {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #4BB3A8;
  margin-left: 16px;
  margin-top: 20px;
  width:161px;;
}

.dynload_content {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
  width:161px;
  padding-left: 16px;

}

