@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/co2_background.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	}
.bgndleft {
	background-image: url('images/co2_background_left.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	}
.bgndright {
	background-image: url('images/co2_background_right.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	}
img {
	border: 0px;
	}
.texta {
 	border: 1px solid #999999;
 	font-size: 10px;
 	color: #546171;
}

/* Navigation */

#mainnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00b0da;
	margin-bottom: 25px;
	}
#mainnav a {
	color: #546171;
	text-decoration: none;
	margin-right: 20px;
	 }
#mainnav a:active {
	color: #546171;
	text-decoration: none;
	 }
#mainnav a:visited {
	color: #546171;
	text-decoration: none;
	 }
#mainnav a:hover {
	color: #546171;
	text-decoration: underline;
	 }

/* Sidebar */

#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #5b943b;
	margin: 18px;
	}
#sidebar a {
	color: #ed8a2f;
	text-decoration: none;
	}
#sidebar a:active {
	color: #ed8a2f;
	text-decoration: none;
	}
#sidebar a:visited {
	color: #ed8a2f;
	text-decoration: none;
	}
#sidebar a:hover {
	color: #ed8a2f;
	text-decoration: underline;
	}
#sidebarbg {
	background-image: url('images/co2_sidebar1.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	}
#sideheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5b943b;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
	}
#sidenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	width: 224px;
	padding: 10px 18px 10px 18px;
	border-bottom: 2px solid #ffffff;
	background-color: #cfe7f3;
	}
#sidenav a {
	color: #00b0da;
	text-decoration: none;
	}
#sidenav a:active {
	color: #00b0da;
	text-decoration: none;
	}
#sidenav a:visited {
	color: #00b0da;
	text-decoration: none;
	}
#sidenav a:hover {
	color: #00b0da;
	text-decoration: underline;
	}

/* Main Content */

#maintable {
	margin: 2px;
	}
#homecalloutlt {
	padding: 15px;
	}
#homecalloutrt {
	padding: 15px 15px 15px 0px;
	}
#homecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #546171;
	}
#homecontent a {
	color: #ed8a2f;
	text-decoration: none;
	 }
#homecontent a:active {
	color: #ed8a2f;
	text-decoration: none;
	 }
#homecontent a:visited {
	color: #ed8a2f;
	text-decoration: none;
	 }
#homecontent a:hover {
	color: #ed8a2f;
	text-decoration: underline;
	 }
.maintextbox {
	padding: 20px;
	}
#mainheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #74b74a;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	}
#calloutheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #74b74a;
	font-weight: bold;
	margin-bottom: 10px;
	}
#subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #58b7dd;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
	}
#maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #546171;
	}
#maincontent a {
	color: #ed8a2f;
	text-decoration: none;
	 }
#maincontent a:active {
	color: #ed8a2f;
	text-decoration: none;
	 }
#maincontent a:visited {
	color: #ed8a2f;
	text-decoration: none;
	 }
#maincontent a:hover {
	color: #ed8a2f;
	text-decoration: underline;
	 }
table.chart {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
}
table.chart th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.chart td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	-moz-border-radius: 0px 0px 0px 0px;
}
#productheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00b0da;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	}
	
/* Footer */

#footercontainer {
	border-top: #cfe7f3 solid 20px;
	width: 756px;
	}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #546171;
	margin-bottom: 30px;
	}
#footer a {
	color: #546171;
	text-decoration: none;
	}
#footer a:active {
	color: #546171;
	text-decoration: none;
	}
#footer a:visited {
	color: #546171;
	text-decoration: none;
	}
#footer a:hover {
	color: #546171;
	text-decoration: underline;
	}