@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto');
/* CSS Document */

.wrapper {
	float: none;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}

.wrapper .header {
	height: 75x;
	width: 665px;
	font-size: 70px;
	color: #0071bc;
	font-family: 'Roboto Condensed', sans-serif;
	float: right;
	text-transform: uppercase;
}
.wrapper .sub_header {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #666;
	float: right;
	height: auto;
	width: 665px;
	font-weight: bold;
}

.wrapper .pic {
	float: left;
	height: 120px;
	width: 120px;
	margin-right: 15px;
}
.wrapper .content {
	width: 800px;
	float: left;
	height: auto;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 20px;
}

.bluelink {
  color: #4978bc;
  text-decoration: none;
}
.bluelink:hover,
.bluelink:focus {
	color: #CCC;
	text-decoration: underline;
}