html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: sans-serif;
  color: #333;
  font-size: 15px;
}

h1 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0.5em 0 0.3em 0;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
  margin: 0.6em 0 0.3em 0;
}

h2#h2-print {
  display: none;
}


h3 {
	font-size: 1.1em;
	font-weight: bold;
  margin: 0.6em 0 0.3em 0;
}

p {
  font-size: 0.9em;
  line-height: 1.4em;
  margin: 0.5em 0px;
}

a {
  text-decoration: none;
}

a:hover {background-position: 0 0;}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

#content ul, ol, {
  margin-left: 16px;
}

#content ul li, #content ol li, .mceContentBody ul li {
  list-style-type: disc;
  font-size: 90%;
  line-height: 1.4em;
}

#content ul.casestudy {
  margin-left: 0;
}


#content ul.casestudy li {
  list-style-type: none;
  margin: 0;
}

#content ul.casestudy li a {
  color: #939598;
}


/* COMMON STYLES */

.clearfloats {
	clear: both;
}

#footer a {
  color: #FFF;
}



/* PAGE-SPECIFIC STYLES */

