﻿/*Created with Adobe RoboHelp 2017.*/

BODY {
	font-family: "MS Reference Sans Serif";
	font-size: 10pt;
	padding: 25px 10px;
	background-color: #ffffff;
	color: #000000;
}

A:link {
	font-family: Arial, Cambria, Rockwell, sans-serif;
	color: #008080;
	line-height: 20px;
	font-size: 1.14em;
	text-decoration: none;
	padding: 5px 0 5px 6px;
	margin: 2px 6px 2px;
	letter-spacing: .2px;
}
A:visited {
	color: #008080;
}
a:hover {
	color: #bb2a2a;
	text-decoration: none;
}
a:active {
	text-transform: none;
	color: #ff0000;
	text-decoration: none;
}

div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex: 0 1 270px;
	margin: 10px;
	max-width: 510px;
	border-radius: 3px;
	padding: 7px 4px 7px 4px;
	background-color: #eff3f5;
}

div a:hover {background-color: rgba(192, 160, 152, 0.1);}
main {
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-end;
	margin: 0 auto;
	padding: 20px;
}

H5 {
	color: #000080;
	margin: 0 auto 10px auto;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: .96px;
	font-size: 17px;
	font-family: "Segoe UI", sans-serif;
	font-weight: 550;

}

h3 {
	text-align: center;
	font-size: 36px;
	font-family: Rockwell, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	margin: 7px auto; 
	color: #000080;
}

p {
	background-color: #ffffff;
	margin-right: 35px;
	color: #000000;
	margin-top: 0pt;
	margin-bottom: 11px;
	line-height: 150%;
	margin-left: 35px;
	font-family: "MS Reference Sans Serif";
	font-size: 10pt;
}
p.tagline {
	text-align: center;
	color: #000080;
	font-weight: bold;
	margin: 8px auto;
	font-size: 18px;
}
img {
	display: block;
	margin: 25px auto;
}
