html, body {
	background-image: url("/images/siteHeader/bg.gif");
	background-color: #ffffff;
	background-repeat: repeat;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width: 950px;
	height:100%;
	width: 100%;
}

#siteHeader {
	background-image: url("/images/siteHeader/head-bg.gif");
	margin-top: 15px;
	margin-left: 35px;
	min-width: 970px;
}
#navHeader {
	background-image: url("/images/siteHeader/top-border.gif");
	background-repeat: repeat-x;
	position: absolute;
	top: 101px;
	left: 35px;
	right: 0px;
	bottom:0px;
	height: 60px;
	z-index: 2;
	min-width: 970px;
}
#mainLeft {
	background-color: #ffffff;
	background-image: url("/images/siteHeader/left-border.gif");
	background-repeat: repeat-y;
	position: absolute;
	left: 35px;
	top: 101px;
	right: 0;
	bottom: 0;
	z-index: 1;
	min-width: 970px;
}
#pageBody {
	background-color: #ffffff;
	background-image: url("/images/siteHeader/left-border.gif");
	background-repeat: repeat-y;
	position: static;
	padding-left: 38px;
	padding-right: 30px;
	padding-top: 50px;
}
#primaryContent {
	margin-top:12px;
	margin-left:50px;
	margin-right:60px;
	max-width:1000px;
}

button, input[type=submit], input[type=reset], input[type=button] {
	background-color: #810000;
	border-color: #810000;
	color: #ffffff;
	margin-top: .5em;
	margin-right: 10px;
	font-size: 11pt;
	font-family: Gill Sans, Arial, sans-serif;
}

.printOnly {
	display: none;
}

