html, body, div
{
   font-size: 10pt;
	background: none;
	/* line-height: 18px; */
	line-height: 120%;
	margin: 0;
	padding: 0;
}


body {
	font-family: 'Trebuchet MS', Geneva, Arial, sans-serif;
	/* line-height: 14px; */
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Geneva, Arial, sans-serif;
}

h1.top {
	font-size: 16pt;
	/* NOTE: same line-height as height of logo image */
}
#topmenu, #tailmenu
{
	font: bold 10pt Verdana, sans-serif;
}
.orangetabs
{
	font: bold 10pt Verdana, sans-serif;
}

#sheetback {
	width: 1015px; /* width for IE */
	margin-left: 0px; /* with a controlled left-margin rather than auto we may position the jumpbox easier */
	padding: 0px;
}
#sheet {
	width: 1015px; /* 1015 - 34 - ? = 950? to show sheetback background */
	background-color: #f4f8f9; /* Match color of bottom.jpg */
	background-image: url('../images/sheetback_1x720.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	text-align:left;
	margin: 0px;
}
.sheetright {
	width: 300px;
	float: left;
	padding-left: 10px;
}
.orangebox {
	width: 300px; /* this is max = image-width */
	border: 1px solid orange;
}
.orangebox h2 {
	font-size: 14pt;
}
.orangebox li a {
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial, sans-serif;
}
.h2orange h2 {
	font-size: 14pt;
}
#contentfooter p {
	font-size:7pt;
}

#nupicorner, #contentfooter, .hzlistnav, #j2s, #nextpage, #sheetbottom
{
    display: none; /* Hide elments not wanted on a printed page */
}
