body {
	margin: auto;
	padding:0;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(images/recycle_bg.jpg);
	background-repeat: repeat;
	background-color: #3399ff;
	width: 800px;
	font-size: 90%;
}
#content {
	margin: auto;
	padding: 0px;
	border:0;
	width: 800px;
	background-color: #FFFFFF;
}
#content2 {
	margin: auto;
	padding: 0px;
	border:0;
	width: 800px;
	background-color: #FFFFFF;
	text-align:center;
}
#header {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 10px;
}
#side-a {
	float: left;
	width: 250px;
	margin-top: 20px;
}
#side-a p {padding-left: 25px;}
#side-b {
	float: left;
	width: 500px;
	height: 1% /* Holly hack for Peekaboo Bug */;
	margin-top: 20px;
	margin-left: 10px;
	text-align: left;
}
#side-b a {
	color: #006600;
	text-decoration: none;
}
#side-b a:hover {
	color: #99cc33;
		text-decoration: underline;
}
#btop{
	height: 22px;
	background-image: url(images/contentbktop2.gif);
	background-position: center top;
}
#bmiddle{
	background-image: url(images/contentbkmiddle2.gif);*/
	background-repeat: repeat;
	margin-top: -15px;
	margin-bottom: -14px;
	width: 500px;
}
#bbottom{
	height: 15px;
	background-image: url(images/contentbottom2.jpg);
	background-repeat: no-repeat;
}
p {
	margin-left: 10px;
	margin-right: 10px;
}
h1 {margin-top: 2px;
	margin-bottom: 6px;
	margin-left: 10px;
	font-size: 16px;
	text-align: left;
	color: #006600;
	font-weight: normal;
}
h2 {margin-top: 6px;
	margin-bottom: 0px;
	font-size: 14px;
	text-align: cemter;
	color: #006600;
	font-weight: bold;
}
h3 {margin-top: 6px;
	margin-bottom: 0px;
	font-size: 14px;
	text-align: cemter;
	color: #006600;
	font-weight: normal;
}

.ecoterms {font-size: 11px;}
.small {font-size: 10px;}
.ecotips li {padding-bottom: 5px; margin-left: 0px; font-size: 11px;}
.idea {padding: 0px 40px 0px 40px;}
#footer {
	width: 760px;
	text-align: center;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer a {
	color: #006600;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#footer a:hover {
	color: #3399ff;
	text-decoration: underline;
}
#index .index, #about .about, #contact .contact {
	color: #990000;
	font-weight: bold;
	font-size: 1.5em;
}
.floatright{
	float:right;
	margin-left: 6px;
}
.floatleft{float:left;}
.clear{
	clear: both;
}
#navcontainer ul {
list-style-type: none;
text-align: left;
}
#navcontainer li {
line-height: 30px;
}
#navcontainer ul li a {
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 10px;
text-decoration: none;
color: #212121;
}
#navcontainer ul li a:hover {
background: transparent url(images/list-on.gif) left center no-repeat;
color: black;
}
#navcontainer ul li a#current {
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666666;
}

/* used on new digital incentives page */
#content-full {
	width: 740px;
	margin: auto;
	padding-top: 0px;
	text-align: left;
	font-size: 12px;
}
#content-full a {font-size: inherit;}
h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	text-align: left;
	color: #666666;
	font-weight: bold;
}

h6 {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #006600;
	margin-top: 5px;
	margin-bottom: 0px;
}

#contentwrapper2{ width: 100%; padding-top: 1px; padding-bottom: 20px;}
#contentwrapper2 a {color: #666666; }
#contentwrapper2 a:hover {color: #3399ff; }

#contentcolumn{
margin: 0 220px 0 250px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 210px; /*Width of left column in pixel*/
}

#rightcolumn{
float: right;
width: 210px; /*Width of right column*/
}
.smaller {
	font-size: 12px;
	text-align: center;
}
.smaller a {
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
}
.smaller a:hover {
	color: #006600;
	text-decoration: underline;
}
ul.digital {
	list-style-image: url(images/checkmark.jpg);
}
ul.digital li {
	padding-bottom: 10px;
}
ul.digital a{
	color: #666666;
}
ul.digital a:hover {
	color: #3399ff;
}

/* end of code used on digital incentives page */


