@charset "utf-8";
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.headerPicPos {
	left: 0px;
	top: -10px;
	position: absolute;
}
.logoPlacement {
	position: absolute;
	left: 85px;
	top: 5px;
}
.navButton {
	position: absolute;
	right: 5px;
	bottom: 0px;
}
.sideNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.fltSideNavTitle { /* this class can be used to the title graphic for the side navigation menus */
	float: top;
	margin-bottom: 5px;
}

.importTbl { /* settings for imported tables */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.LatestNewsBtnArea {
	height: 80px;
	width: 380px;
	margin-left: 60px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 5px;
	background-position: top;
	vertical-align: middle;
	text-align: left;
	float: none;
	top: 0px;
}
/* Replaced LeftIndentOnly class with the following ones that allow indents at multiple levels
.LeftIndentOnly {
	padding-left: 42px;
} /*
/* left indent amounts for Questions & Comments page */
.LeftIndntL1 {
	padding-left: 42px;
}
.LeftIndntL2 {
	padding-left: 64px;
}
.LeftIndntName {
	padding-left: 300px;
}
.ULindentL1 { /* TESTING indented bullet list */
	margin-left: 42px;
}
/* For Top-of-page anchor, so that anchor jumps to the very top
of the bench pic at the top of every page */
.TopAnchor {
	left: 0px;
	top: -20px;
	position: absolute;
}
.QuestionBoundary {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #4d5f69;
	border-right-color: #4d5f69;
	border-bottom-color: #4d5f69;
	border-left-color: #4d5f69;
	padding-top: 15px;
}
