.navbar .brand {
	display: inline-block;
	width: 195px;
	height: 65px;
	padding: 0;
	margin: 0px 10px 0px 10px;
	background: url(../images/logo3.png) no-repeat center;
}

.fineprint {
	font-size: 10px;
}

.carousel-inner {
	text-align: center;
}

.carousel .item > img {
	display: inline-block;
}

.subhead {
	font-weight: bold;
	/*text-align: center;*/
}

.subhead h1 {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 40px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
