div.mainlayer {
  width: 1000px;
  border: none;
}

html>body div.mainlayer {
	width: 1000px; 
	border: none;
	/* ie5win fudge ends */
}

div.headerlayer {
  border: none;
  width: 1025px;
}

html>body div.headerlayer {
  border: none;
  width: 1025px;
}

div.headertext {
  border: none;
  width: 775px;
}

html>body div.headertext {
  border: none;
  width: 775px;
}

div.headerimage {
  border: none;
}

html>body div.headerimage {
  border: none;
}

html>body div {
  border: none;
}
h1 {
  font-size: 36pt;
}
h2 {
  margin: 0px 10px 0px 0px;
  text-align: right;
  color: #5F97EC;
  font-size: 12pt;
}
h3 {
  margin: 0px 10px 0px 0px;
  text-align: right;
  color: #5F97EC;
  font-size: 10pt;
}

div.graphtextL {
  float: right;
  margin-top: 3px;
}

div.graphtextR {
  float: left;
  margin-top: 3px;
}

div.headerimage {
	float: left;
	padding: 10px;
	margin-left: 5px;
	margin-right: 2px;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 1px solid Red;
	width: 150px; 
	height: 150px;
	vertical-align: middle;
	background-image: url(../images/statswebsiteheader.gif);
	background-repeat: no-repeat; 
	background-position: center center;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
}

html>body div.headerimage {
	width: 150px; 
	/* ie5win fudge ends */
}

div.footer {
	width: 1025px;
	height: 100px;
	border: none;
	margin-top: 10px;
}
