body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	background-image:url('../Images/energy-bg.jpg')
}
/* DIVs */
#Main {
	background-color: #F6FFBA;
	border: none;
	width: 770px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
/*Small box */
table.Smallbox {
	/*position: relative;
	left: 5px;*/
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
}
#smallboxTop {
	padding: 0px 0px 0px 0px;
}
#smallboxBottom {
	padding: 0px 0px 0px 0px;
}
#smallboxContent {
	padding: 0px 6px 0px 6px;
}

table{
	background-color:#FFFFFF;
}
table.Main {

	table-layout: fixed;
	width: 750px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
td.content {
	text-align: left;
	padding: 10px 20px 10px 20px;
}
td p{
	
	font-size:12px;
}
h1 {
	font-family: Arial;
	font-size: 18px;
}
h3{
	margin:0px 0px 0px 0px;
}
img {
	border-style: none;
}
a {
	text-decoration: none;
}
a:hover {
	color: #111111;
}
a.alternative {
	color: #CC9900;
	font-weight: bold;
}
a:visited {
	color: #000066;
}
a {
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}
a.environment {
	color: #BE4F3C;
	font-weight: bold;
}
a.recycle {
	color: #61881F;
	font-weight: bold;
}
a.emission {
	color: #993A84;
	font-weight: bold;
}
a.landwater {
	color: #616BDB;
	font-weight: bold;
}
a.airquality {
	color: #189570;
	font-weight: bold;
}
.footer {
	font-size: 10px;
	
}
p{
	font-size:10px;
	margin: 4px 0px 4px 0px;
}
ul{
	font-size:12px;
}
ul.check{
	list-style-image:url('http://www.pahouse.com/images/Check.gif');
	margin-top:4px;
}
ul.green {
	list-style-image: url(../../images/ul/ULgreen.gif);
}


