.BPlogo {
  height : 27px;
}
.pagetitle {
  font-size:25px;
  margin: 0px;
  color: #0f7dc2;
  
}
.outer-logo-block {
	float: right;
	margin-right: 100px;
}
body, form .mktoLabel, p, .button  {
	font-family: "Gotham A","Gotham B",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
}
.button {
  cursor: pointer;
}
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black !important;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	/*background-color: #3e8e41;*/
}
.links {
  margin-top: 10px;
  border: 1px #cfcfcf solid;
  height: 50px;
  background: #0f7dc2;
 
}
.links a, .links a:hover {

text-decoration: none;
color: #fff;
font-weight: bold;
}
.links div {
float: left;
padding:12px;
border-left: 1px solid #ccc;
}

.clear {
  clear: both;
}
.button {
	background: #f15f44; 
    border: 1px solid #f15f44;
    color: #fff;
  font-weight: bold;
}
.tablealign div {
    float: left;
    padding: 10px;

}
.ptable {
	font-weight: bold;
    text-decoration: underline;
}
.current {
	
    background: white;;

}
.current a, .current a:hover  {
	
    color: black;;

}
.videocontainer div {
    float: left;
    padding: 10px;
}
.videocontainer p {
  font-weight: bold;
}