@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	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;
}
#header {
	padding: 0px;
	margin: 0px;
	border-bottom: 2px solid #000033;
	background-image: url(_images/asknateheader.png);
	height: 156px;
	background-repeat: no-repeat;
}
#header h1 {
	margin: 0px;
	padding: 0px;
}

#body {
}


#container  {
	background: #fff;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 900px;
	padding: 0px;
}
#mainContent  {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
#leftcolumn {
	margin: 0 0 20px 0;
	padding: 0px;
	float: left;
	width: 491px;
}
#leftcolumn form {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#leftcolumn p {
	margin: 0px;
	padding: 0px;
}
#leftcolumn h5 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
}

#rightcolumn {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 12px;
	width: 400px;
	float: right;
}
#rightcolumn p {
	padding: 0 10px 0 25px;
}

#footer {
	margin: 0px;
	padding: 15px 0;
	border-top: 2px solid #000033;
	clear: both;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
}
#leftcolumn form div input {
	color: #FFF;
	font-weight: bold;
	background-color: #006;
}

