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

body {
  color : #000000;
  background : #ffffff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size : 12pt;
}
a {
  text-decoration : underline;
  color : #0000ff;
}

/* REMOVE UNNECESSARY DIVS */
div#top-wrapper, div#header div#float_right, div#header div#search, div#bottom, div#footer, div.btn-bg_blue, div#btn_sustain, div#social, div#btn_newsletter, div#green_chill { 
	display: none;
}

/* HIDE BACKGROUNDS WHERE APPOPRIATE */
div#white-wrapper, div#header.inner { 
	background: none;
}