html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
/*  background-color: #005a9c;*/
  background-color: #999;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 1.4em;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

/** LAYOUT STRUCTURE  **/
#outerWrapper {
  background-color: #fff;
  margin: 10px auto 0 auto;
  text-align: left;
  width: 960px;
}
#outerWrapper #header {
/*  background-color: #fff;
  background-image:url(/energyefficiencyreport/images/header.gif);
  background-repeat:no-repeat;
  background-color: #005a96;*/
  background-color: #999;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px;
  margin: 0px;
    max-height:102px;
}
#outerWrapper #headerPrint {
  display:none;
}
#outerWrapper #topNavigation {
  background-color: #019bd9;
  height: 25px;
  border-bottom: solid 8px #FFF; 
  margin: 0px;
}
#outerWrapper #contentWrapper {
    background-color: #fff;
    background-image:url(/energyefficiencyreport/images/contentWrapperBG.gif);
 border-right: solid 6px #8cc63e;
}
#outerWrapper #wrapper {
    background-color: #fff;
    background-image:url(/energyefficiencyreport/images/greenBG.gif);
}
#outerWrapper #contentWrapper #leftColumn {
  background-color: #8cc63e;
  float: left;
  padding: 20px 10px 10px 10px;
  width: 200px;
}
#outerWrapper #contentWrapper #content {
  background-color: #fff;
  margin: 0 0 0 220px;
  padding: 15px 20px 0px 20px;
}
#outerWrapper #homepageWrapper {
  background-color: #8cc63e;
  background-image:url(/energyefficiencyreport/images/logo-homepage.gif);
  background-repeat:no-repeat;
  margin: 0px;
  padding: 30px 30px 5px 450px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
/*  background-color: #005a9c;*/
  background-color: #999;
  margin:0px;
  padding: 0px;
}


/** PRESENTATION **/
/** Text **/
h1 {
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.8em;
}
h2 {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6em;
}
h3 {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5em;
}
h4, h4 a {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  margin: .6em 0 .3em;
}
#subtitle {
font: bold 1.2em/1.4em;
margin: .4em 0;
}
.subheading {
font-size:  1.1em;
margin: 1.5em 0 -.8em 0;
}
#caption {
position:absolute;
font-size: 1.1em;
font-weight:bold;
letter-spacing:.05em; 
line-height:1.4em;
margin:440px 10px 1.5em 45px; 
text-align:center;
}
#outerWrapper #homepageWrapper h1, 
#outerWrapper #homepageWrapper h2,
#outerWrapper #homepageWrapper h3 {
color:#fff;
font: bold 1.8em/2.2em Arial, Helvetica, sans-serif;
width:200px; 
margin: .8em auto -1em;
text-align:center;  
}
#outerWrapper #homepageWrapper h2  {
  font-size: 1.2em;
letter-spacing:.05em; 
  line-height:1.4em;
  width:auto;
}
#outerWrapper #homepageWrapper h3 {
  font-size: 1.1em;
  margin: -.8em;
letter-spacing:.05em; 
 text-align:left;
 width:auto;
}

/** Links  **/
a,  a:link {
  color: #07c;
  text-decoration: underline;
}
a:visited {
  color: #333399;
  text-decoration: underline;
}
a:hover {
  color: #c00; /*#663399;*/
  text-decoration: underline;
}
a:focus {
  color: #333399;
}
a:active {
  color: #003366;
}
h4 a {
  color: #000;
  font-size: 1em;
  margin: 1.5em 0 -.8em 0;
  text-decoration: underline;
}
h4 a:hover {
  color: #339;
  text-decoration: underline;
}
#outerWrapper #homepageWrapper a {
  color: #000;
}
#outerWrapper #homepageWrapper a:hover {
  color: #c00; /*#663399;*/
  text-decoration: underline;
}
#footer a {
color:#fff;
}
#footer a:hover  {
color:#8cc63e;
text-decoration:underline;
}
/** tags **/
hr {
color: #019bd9;
height: 1px;
text-align:center;
width:50%;
}
ul {
margin: .5em .5em 2em 1.0em;
}
ul li {
margin: .5em 0 .5em 1em;
}
li.objectives {
margin: .5em 0 1.5em .5em;
}
ul li ol {
margin:.5em 0 .3em 3.5em;
}
ul li ol li {
margin-bottom:0em;
}
ul li ol li ul {
margin:.5em 0 1em 1.7em;
}
ul li ol li ul li {
list-style-type:none;
}

img {
	border:none;
	}
.imageRight {
font-size: .85em;
line-height:1.4em;
margin: .5em .2em .5em 1.2em;
float:right;
text-align: right;
width:204px;
}

.copy { /* copyright */
color:#fff;
  text-align:right; 
  font-size:.8em; 
  padding:0; 
  margin:0 4px 0 0;
}
#bookmarks {
float:right;
height:22px; 
text-align:center;
width:175px;
}

/**** curve box for left column  ****/

#outerWrapper #contentWrapper #leftColumn #curvedBox {
	background-color: #ffc63e;
	background: url('/energyefficiencyreport/images/bottomCurve.gif') no-repeat bottom left;
	min-height:125px !important;
	margin: 20px 0 4px;
	padding:0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #leftColumn #curvedBox p, 
#outerWrapper #contentWrapper #leftColumn #curvedBox li {
	margin: 0 auto;
	padding:0px 12px 5px 12px;
	font-size:1em;
	line-height:1.7em;
}
#outerWrapper #contentWrapper #leftColumn #curvedBox h4 {
	background: url('/energyefficiencyreport/images/topCurve.gif') no-repeat top left;
	margin: 0;
	padding: 10px 12px 0px 15px;
	font-size: 1.1em;
	line-height:1.4em;
}
#outerWrapper #contentWrapper #leftColumn #curvedBox img {
	margin: 10px auto 15px;
}
