@charset "UTF-8";
img {border: 0;}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#form {
	padding-right: 30px;
	padding-left: 100px;
	background-color: #365f71;
	padding-top: 10px;
	font-size: 10pt;
	padding-bottom: 30px;
	color: #002934;
}
.oneColFixCtrHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/tree.png);
	background-repeat: no-repeat;
	background-position: -57px 20px;
}
.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #container #header #menu #MenuBar1 li {
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #365f71;
	height: 450px;
	color: #FFFFFF;
}
#logo {
	width: 200px;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #002934;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: b7c2ba;
}
#menu {
	float: right;
	margin-top: 55px;
	line-height: 40px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 0;
}
#thank {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
