body#corporate {
	background-color: #669999;
}

body#residential {
	background-color: #669933;
}

body#business {
	background-color: #CC6600;
}

table#main {
	border: 5px solid #336666;
	width: 90%;
	background-color: #FFCC66;
}

table#residential {
	border: 5px solid #006600;
	width: 90%;
	background-color: #FFCC66;
}

table#business {
	border: 5px solid #FF9900;
	width: 90%;
	background-color: #FFCC66;
}

td#header-main {
	background-image: url(/images/headers/header-main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	background-color: #FFCC66;
	width: 800px;
}

td#header-residential {
	background-image: url(/images/headers/header-residential.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	background-color: #FFCC66;
}

td#header-business {
	background-image: url(/images/headers/header-business.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	background-color: #FFCC66;
}

td#searchbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #CCCCCC;
	padding: 5px 10px 2px 20px;
	background-color: #000000;
	text-align: left;
	vertical-align: middle;
	background-image:  url(/images/backgrounds/searchbarbkgrd.gif);
	height: 1px;
}

td#maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	padding: 20px 20px 10px;
	text-align: left;
	vertical-align: top;
	background-image:  url(/images/backgrounds/recycle-bkgrnd-blue.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #99CCCC;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	width: 80%;
}

td#maincontent a {
	color: #CC3300;
	text-decoration: none;
}

td#maincontent a:hover {
	color: #993300;
	text-decoration: underline;
}

td#maincontent a:visited {
	color: #663300;
}

td#maincontent-res {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	padding: 20px 20px 10px;
	text-align: left;
	vertical-align: top;
	background-image:  url(/images/backgrounds/recycle-bkgrnd-green.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #99CC66;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	width: 60%;
}

td#maincontent-res a {
	color: #CC3300;
	text-decoration: none;
}

td#maincontent-res a:hover {
	color: #993300;
	text-decoration: underline;
}

td#maincontent-res a:visited {
	color: #663300;
}

td#maincontent-bus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	padding: 20px 20px 10px;
	text-align: left;
	vertical-align: top;
	background-image:  url(/images/backgrounds/recyclebkgrd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFCC66;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	width: 60%;
}

td#maincontent-bus a {
	color: #CC3300;
	text-decoration: none;
}

td#maincontent-bus a:hover {
	color: #993300;
	text-decoration: underline;
}

td#maincontent-bus a:visited {
	color: #663300;
}

td#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	margin-top: 10px;
	padding-top: 10px;
	border-left-style: dotted;
	border-left-color: #CC3300;
	border-left-width: 1px;
	background-color: #FFCC66;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	width: 20%;
	margin-right: 5px;
	padding-right: 5px;
}

td#sidebar a {
	color: #663300;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

td#sidebar a:hover {
	color: #CC3300;
	text-decoration: underline;
}

td#sidebar a:visited {
	color: #663300;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #333333;
	text-align: center;
}

.footer a{
	color: #333333;
	text-decoration: none;
}

.footer a:hover{
	color: #333333;
	text-decoration: underline;
}
.headergreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #006600;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.headerorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #CC6600;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.headerblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #336666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
}
.boxsidebartext {
	background-color: #CCCC99;
	padding: 2px;
	border: 1px dotted #CC6600;
	color: #000000;
}
.largegreencopy {
	font-size: 13px;
	line-height: 20px;
	color: #336600;
}
.largebrowncopy {
	font-size: 13px;
	line-height: 20px;
	color: #990000;
}
.largebluecopy {
	font-size: 13px;
	line-height: 20px;
	color: #006666;
}
table#board {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #333333;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	width: 100%;
	border: 0px;
}

ul {
}
table#leftjustified {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	width: 100%;
	border: 0px;
}

table#leftjustified li {
	margin-left: 1px;
	padding-left: 1px;
	line-height: 13px;
}


.moreinfo {
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.headerwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-bottom: -10px;
	padding-bottom: -10px;
}
.largeorangecopy {
	font-size: 13px;
	line-height: 20px;
	color: #CC6600;
	font-weight: bolder;
}

td#sidebar li {
	margin-left: -15px;
	padding-left: -5px;
}

td#sidebar ul {
margin-top: -3px; 
padding-top: -3px
}
td#header-home {
	height: 150px;
	background-color: #FFCC66;
	background-image: url(/images/headers/header-main.jpg);
}
td#header-athome {
	background-color: #CC6600;
	background-image: url(/images/newsletter/spsa-work.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 161px;
}