@charset "UTF-8";
.blue-header{
	font-family: "Adobe Garamond Pro", Garamond, "Times New Roman";
	font-weight: bold;
	font-size: 21px;
	color: #FFFFFF;
	font-style: italic;
	line-height: 36px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.body-copy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.body-copy a:link, a:visited, a:hover, a:active {
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}
.headline {
	font-size: 16px;
	color: #242E39;
	font-weight:bold;
}
.form-bg {
	background-repeat: no-repeat;
	padding: 50px 25px 30px;
	vertical-align: top;
	background-image: url(images/contact-background.jpg);
	background-color: #063961;
	margin: 0px;
}
.container {
	padding: 0px;
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
}
.Contact-copy {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

