html, body { /* Required for percentage heights below */
	height: 8.5in;
	background-color: #ffffff;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#main {
	position: absolute;
	width: auto;
	height: auto;
	top: 125px;
	right: 20px;
	bottom: auto;
	left: 160px;
}
a:visited {
	color: #092091;
}
a:hover {
	text-decoration: none;
	color: #ed0f14;
}
#top {
	position: absolute;
	width: 100%;
	height: 140px;
	top: 0px;
	right: 0px;
	bottom: auto;
	left: 0px;
	background-image: url("/images/topBar/topBarBack.png");
	background-repeat: repeat-x;
}
#topLogo {
	position: absolute;
	width: auto;
	height: 95px;
	top: 0px;
	left: 0px;
	bottom: auto;
	right: auto;
}
#topNav {
	position: absolute;
	width: auto;
	height: 30px;
	top: 104px;
	left: 0px;
	bottom: auto;
	right: auto;
}
#sideBar {
	position: absolute;
	width: 160px;
	height: auto;
	top: 140px;
	left: 0px;
	bottom: auto;
	right: auto;
}
#sideBarBody {
	position: relative;
	background-color: #2e17bf;
	color: #ffffff;
	width: 139px;
	text-align: center;
	top: 0px;
	bottom: 0px;
	height:auto;
	vertical-align: bottom;
	font-family: sans-serif;
}
.sideBarWindow {
	width: 139px;
	height: auto;
	background-image: url("/images/sideBar/windows/middle.png");
}
.sideBarWindowContents {
	position: relative;
	width: 118px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	color: #000000;
	text-align: left;
	font-size: .9em;
}
.header {
	width: 500px;
	background-image: url("/images/bodyHeader.png");
	background-repeat: repeat-y;
	font-weight: normal;
	font-family: verdana;
	font-size: .9em;
	padding: 3px;
	color: white;
	margin-top: 1.5em;

}
.header a {
	color: white;
}
.topbarImage {
	margin-right: 20px;
}
.printOnly {
	visibility: hidden;
}