@charset "utf-8";
.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FCFCFC;
	border-radius: 6px;
}

.bodyEnvelope {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DFDFDF;
	border-radius: 0px;
    float: left;
	margin-top: auto;
	padding-top: auto;
	margin-bottom: auto;
}
body h1 {
	font-family: pt-sans, Arial, SansSerif, "Gill Sans MT", "Gill Sans Ultra Bold";
	font-style: normal;
	font-weight: 700;
	color: #1F7099;
	left: auto;
	right: auto;
	font-size: 20px;
	text-indent: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
body h2 {
	font-family: pt-sans, Arial, SansSerif, "Gill Sans MT", "Gill Sans Ultra Bold";
	font-style: normal;
	font-weight: 700;
	color: #1F7099;
	left: auto;
	right: auto;
	font-size: 17px;
	text-indent: 0;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
.container p {
	margin-left: 10px;
	margin-right: 10px;

}
.footer {
	background-color: #1F7099;
	color: #FBFBFB;
	text-align: left;
	text-indent: 0;
}
.footer p {
	font-family: pt-sans, Arial, sans-serif, "Gill Sans MT";
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-indent: 0;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	line-height: normal;
	bottom: auto;
	margin-bottom: 0px;
}
.ContactForm {
	float: right;
}
.ContactForm {
	float: right;
	padding-top: 10px;
}
.Contact {
	float: none;
	padding-top: 10px;
	margin-top: 12px;
}
