body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* to account for differing browser defaults */
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers */
	color: #666;
}
h1 {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	color: #00539f;
}
h2 {
  display:block;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	color: #666;
}
img {
	border-style: none;
  border-color: inherit;
  border-width: 0px;
}
h1.News {
  font-size:18px;
	color:#000000
}
h2.News{
  font-size:14px;
	color:#00539f;
}
p.News{
	color:#000000;
}
li.News{
  color:#00539f;
	font-size:13px;
	font-weight:bold;
}
a.News{
  color:#00539f;
	text-decoration:none;
}
.News a:hover{
  color:#FFFFFF;
	background-color:#00539f;
}
hr.News{
	color:#000000;
}
.twoColFixRtHdr #container { 
	width: 800px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* to avoid margin collapse  */
	padding: 10px 0; /* to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* displayed for the length of the content */
	margin: 5px;
}
.twoColFixRtHdr #LoginArea {
  padding: 15px 10px;
  border:1px solid #336600;
  background-color: #e3eacc;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* to stop wrapping around sidebar1 div */
	padding: 0 20px;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* matches left alignment of elements above */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* to avoid margin collapse */
	padding: 10px 0;
}
.fltrt { /* to float an element right */
	float: right;
	margin-left: 8px;
}
.fltlft { /* to float an element left */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* final element before the close of a container that contains a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

.navbar {
	background-color: #336699;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar a {
	text-decoration: none;
	color: #fff;
	background-color: #036;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;	
	margin-left: 5px;
	margin-right: -3px;
}

.navbar a:hover {
	color: #fff;
	background-color: #369;
}

p.catAccess {
	margin: 0px;
	font-size: 10px;
}

.dmenucss{
  color: #e3eacc;
	background-color: #036;
  position:absolute;
  visibility: hidden;
  border:1px solid black;
  border-bottom-width: 0;
  font:normal 12px Verdana;
  line-height: 22px;
  z-index: 100;
  
  width: 200px;
}

.dmenucss a{
	text-decoration: none;
	color: #fff;
	background-color: #036;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}

.dmenucss a:hover{ /*hover background color*/
	color: #fff;
	background-color: #369;
}
div.menuHeader {
	font-weight: bold;
	color: #FFFF00;
	padding-left:4px;
}
.printonly {
	display: none;
}
#CO2reduction {
  background-image: URL(/images/Gen/1.jpg);
  border:solid 2px silver;
  width:185px;
  padding:5px;
  margin:20px 5px 5px 0px;
  color: #3e3e3e;
  cursor: pointer;
}

