@charset "utf-8";
body {
	background: #DFDFDF url(images/page_1.jpg)  no-repeat center top scroll;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 46em;
	/* background: #FFFFFF; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	width: 44em;
	margin-left:auto;
	margin-right:auto;
	margin-top: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color:#FFFFFF;
}

h1, h2, h3 {
	color: #3E5BAB;

}

h2 {

	line-height: 1.5em;
}

.emphasized {
	color: #F38725;
}

.squeeze-container	{
	background-color:#3E5BAB;
	width: 35em;
	margin-left:auto;
	margin-right:auto;
}

#squeezeform	{
	padding: 1em;
	width:30em;
	background-color: #3E5BAB;
	margin-left:auto;
	margin-right:auto;
}

#squeezeform p {
text-align:center;
color:#FFFFFF;
}

select {
	font-size: 16px;
}
