@charset "utf-8";
body {
	font-family: "trebuchet MS", arial, sans-serif, serif;
	font-size: 12pt;
	line-height: 1.2em;
	color: #333333;
	background-color: #336600;
}

div {
	position: relative;
	}
	
h1, h2, h3, h4 {
	color: #336600;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
	color: #336600;
}
a:link {
	font-weight: normal;
	color: #336600;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #336600;
}

#nav_table {
	text-decoration: none;
	height: 50px;
	width: 800px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;

}
a:hover {
	color: #339933;
	font-weight: bold;
	text-decoration: none;
}

/* IDs for layout */

#wrapper {
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #336600;
	background-color: #FFFFFF;
}

#header {
	display: inline;
	width: 810px;
	height: 145px;
	background-color: #FFFFFF;
}
#nav {
	background-color: #FFFFFF;
	width: 800px;
	height: 20px;
	word-spacing: normal;
	font-size: 12pt;
	text-decoration: none;
	/* border: 1px solid red; */
}
#content {
	padding: 10px;
	width: 570px;
	float: right;
	background-color: #FFFFFF;
	font-size: 10pt;
	color: #000000;
	/* border: 1px solid blue; */
}
#left {
	padding: 10px;
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	/* border: 1px solid red; */
}
#copy {
	width: 660px;
	background-color: #FFFFFF;
	padding: 20px;
}
#footer {
	clear: both;
	width: 810px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	font-size: 10pt;
}
#advertisement {
	background-image: url(images/tax_credits.jpg);
	background-color: #FFFFFF;
	
#test_drive {
	background-color: #FFFFFF;
	float: none;
	/* border: 1px solid red; */
	}
	
}
p {
	background-color: #FFFFFF;
}

img
	{  border-style: none;
	}

td {
	vertical-align: top;
	/* padding: 2px */;
	}

#newsletter_image {
	text-decoration: none;
	width: 500px;
	height: 164px;
}

#test_drive {
	font-size: 10pt;
	text-align: right;
	padding-right: 10px;
	}

/* #tzcd {
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 12pt;
	} */

#taxcredits {
	font-family: Arial, Sans-serif;
	font-weight: bold;
	font-size: 20pt;
	line-height: 150%;
	color: red;
	padding: 10px;
	}

.center {
	text-align: center;
}

.right {
	text-align: right;
}