* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
	color: #002B4B;
  font-family: 'Merriweather', serif;
	font-size: 14px;
	line-height: 22px;	
}

h1, h2 {
	font-family: 'Lato', sans-serif;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

table {
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
}

table tr th {
	padding: 10px;
}

table tr td {
	padding: 10px;
}

table {
	border: 1px solid #002B4B;
}

input[type=text], textarea {
	padding: 5px;
}

table.formTable {
	width: 100%;	
}

table.formTable tr th {
	
	text-align: right;
	vertical-align: top;
}

table.resultTable tr th {
	background-color: #002B4B;
	color: #fff;
}

table.resultTable tr:nth-child(even) {
	background-color: #EEE;
}

a {
	text-decoration: none;
	color: #003366;
}

a:hover {
	text-decoration: underline;
}

.header {
	margin-top: 20px;
	margin-left: 30px;
	border-bottom: 7px solid #003366
}

.body {
  margin: 30px;	
	clear: both;
}

.header-text {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 30px;
}

.menu {
    float: right;
		font-size: 12px;
}

.menu > ul > li {
	display: inline-block;
	padding-left: 10px;
}

.typeCheck > label {
	display: block;
}

.resultTable th, .resultTable td {
  text-align: center;
  vertical-align: middle;
}

.team-photo {
  width: 100%;
  max-width: 250px;
  height: auto;
}
