@charset "utf-8";
/* CSS Document */

body {
  background-image: none;
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding:0px;
}
#container {
  margin: 0 auto;
  width: 75%;
  max-width:940px;
  min-width:550px;
  padding-bottom:1.875em;
  margin-bottom:0.6em;
}
#header {
  position: sticky;
  top: 0;
  width:100%;
  height:6.563em;
  z-index:100;
  background-image:url("/docs/iPage/images/PDC_banner.jpg");
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.7);
}
#banner {
  width:100%;	
}
#content {
  margin: 30px 50px;
}
p {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin:0%;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #08a;
  text-decoration: none;
}
b {
  font-size: 24px;
}
#jrn_info {
	margin: auto;
}
#jrn_info p {
	padding:2% 1.5% 2% 1.5%;
}

/* == Instructions == */

.instructions1 {
  width:90%;
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
}
.instructions2{
  padding-top:2%;	
}

/* == Links == */

#logos {
  margin-top: 2%;
}
.logo_img {
  float: left;
  padding-right: 0.6em;
}
#link_info {
  border-bottom: none;
  padding-bottom:10%;
}
.logo_img p {
  padding-top: 100px;
  text-align: center;
  font-size: 18px;
}
#logo-pdc {
  background-image: url("/docs/iPage/images/PDC_icon.png");
}
#logo-wiley {
  background-image: url("/docs/iPage/images/Wiley.png");
}
#logo-pdc,
#logo-wiley {
  width: 32%;
  height: 100px;
  margin-bottom: 50px;
  background-position: center; 
  background-size: auto 80%;
  background-repeat: no-repeat;
  color: #38495a;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#logo-pdc:hover,
#logo-wiley:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}