body {
  font-size: 100%;
  font-family: "lucida grande", geneva, helvetica, arial, sans-serif;
  margin: 0;
}
img {
  border: 0;
}
.small {
  font-size: 80%;
}

.hideprint, hr, form, .imgBanner {
	display: none;
}
a {
	color: #000;
}


#logo {
  position: relative;
}
#logo img {
	padding: 12px;
	padding-bottom: 0;
}
#content {
  position: relative;
  margin-top: 130px;
	font-size: 85%;
	line-height: 150%;
}
#header {
  position: absolute;
  top: 60px;
}
#footerprint {
  margin-top: 100px;
	font-size: 75%;
	line-height: 150%;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 105%;
}
h3 {
	font-size: 95%;
}
#content div.space {
	clear: both;
	height: 3em;
}
#content div.nospace {
	clear: both;
}

#content div.oneCol, #content div.twoCols, #content div.threeCols, #content div.fourCols {
	clear: both;
}
#content div.threeCols div.colThree, #content div.fourCols div.colThree {
	clear: both;
}
#content div.threeCols div.colOne {
	float: left;
	width: 201px;
	margin-right: 1.0em;
}
#content div.fourCols div.colOne, #content div.fourCols div.colThree {
	float: left;
	width: 201px;
	margin-right: 1.0em;
}
