@charset "utf-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2c389c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #DFDFDF url(images/logo-squeeze.jpg) center top no-repeat;
}
#container {
	width: 750px;
	/* 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: 84px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color:#FFFFFF;
}

h1, h2, h3 {
	color: #2c389c;

}

h1 {
padding-top: 40px;
}

h2 {

	line-height: 1.7em;
	font-size: 1em;
	padding-top: 10px;
	margin-top: 20px;
}

.emphasized {
	color: #F38725;
}

.squeeze-container	{
	background-color:#2c389c;
	width: 35em;
	margin-top: 25px;
	margin-left:auto;
	margin-right:auto;
}

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

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

select {
	font-size: 16px;
}

li {
	list-style-image:url(images/bullet.png);
	list-style-position:outside;

}
