/* CSS Document */

/*
	img, #header, #nav, #footer {
	behavior: url(css/iepngfix.htc);
	margin-top: 0; 
}
*/

body {
	color: #000;
	background-color: #6B7C2E;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #6B7C2E;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

p {
	margin: 0;
}

a:link, a:active, a:visited {
	color: #6B7C2E;
	text-decoration: underline;
}

a:hover {
	color: #C4BC7D;
}

a.footer:link, a.footer:active, a.footer:visited {
	color: #C4BC7D;
	text-decoration: underline;
}

a.footer:hover {
	color: #6B7C2E;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 116px;
	width: 782px;
	margin: 10px auto 0 auto;
}

#nav {
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 782px;
	margin: 0 auto;
}

#container {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	width: 782px;
	margin: 0 auto;
	padding: 0;	
}

#content {
	color: #000;
	width: 740px;
	margin: 0 auto;
}

#footer {
	color: #C4BC7D;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 53px;
	width: 782px;
	margin: 0 auto;
	padding: 27px 0 5px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#whoIsCol {
	width: 236px;
	float: left;
	margin-right: 8px;
}

#benefitsCol {
	width: 234px;
	float: left;
	padding-left: 8px;
	border-left: 1px solid #CFCFCF;
	padding-right: 8px;
	border-right: 1px solid #CFCFCF;
}

#statesFeesCol {
	width: 236px;
	float: left;
	margin-left: 8px;
}

a.navItem:link, a.navItem:active, a.navItem:visited {
	color: #FFF;
	padding: 4px 6px 0 48px;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	float: left;
}

a.navItem:hover {
	color: #333;
}

#headerLogoLeft {
	padding: 25px 0 0 24px;
}

.benefits {
	font-size: 15px;
}

.queryForm {
	font-size: 11px;
}