html { 
  height: 100%;
}

body { 
  margin: 0;
  height: 100%;
  background-color: #fff;
  overflow: -moz-scrollbars-vertical;
  text-align: left; 
  font-size: 10pt;
  color: #888;
  font-family: helvetica, "trebuchet MS", verdana, sans-serif;
  letter-spacing: 0.1em;
  font-weight: normal;
} 

div#pane {
  width:750px;
  min-height:100%;
  height:auto;
  margin:0 auto -20px auto;
  background: url("../images/layout/page_background.gif") repeat-y;
}

* html div#pane {
  height: 100%;
}

div#clear_footer {
  height: 30px;
}

div#sidebar {
  width: 150px;
  vertical-align: top;
  overflow: hidden;
}

div#content {
  width: 450px;
}

.page_title {
  display: block;
  margin: 0 20px 10px 20px;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  color: #02a7c2;
}

.page_quote {
  display: block;
  margin: 10px 20px 10px 20px;
  padding: 0;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #7e569b;
}

.page_content {
  display: block;
  margin: 0 20px 10px 20px;
  padding: 0;
  font-size: 12px;
}

.sidebar_title {
  display: block;
  margin: 0 8px 2px 8px;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  color: #02a7c2;
}

.sidebar_content {
  display: block;
  margin: 0 8px 5px 8px;
  padding: 0;
  font-size: 11px;
}

div.page_title {
  margin-bottom: 5px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #02a7c2;
}

.calc_header {
	font-weight: bold;
	color: black;
	padding-right: 10px;
}