a {
	color: #000;
	background-color: #ffff;
	text-decoration: underline
}

a:focus, a:hover {
	color: #000;
	background-color: #FFFFC0;
	outline: 1px dashed;
	outline-color: black text-decoration underline;
	padding: 0.1em 0.35rem;
}

a#skip, a#skip:hover, a#skip:visited {
	position: absolute;
	top: -500px;
	width: 1px;
	margin: 0;
	background: #000;
	color: #EFEFEF;
	overflow: hidden;
	padding: 0.5em 0.75rem;
	font-weight: bold;
}

a#skip:active, a#skip:focus {
	position: static;
	width: auto;
	height: auto;
}

.hangingindent {
	padding-left: 28px;
	text-indent: -57px;
}

body {
	background: #F0F0F0 url(./bgtile.gif) repeat -40% 0;
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1, h2 {
	text-transform: uppercase;
	text-shadow: 0px 1px 1px white;
	color: #000;
}

h2 {
	border: solid 1px #000;
	background-color: #ddd;
	padding: 5px;
	/* 	font-size: 2rem; */
	color: #000;
}

h3 {
	display: block;
	border: solid 1px #ccc;
	background-color: #ddd;
	padding: 5px;
	/* 	font-size: 1.17rem; */
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

h4 {
	background-color: #dedede;
	/* 	font-size: 1rem; */
	margin-top: 1.33rem;
	margin-bottom: 1.33rem;
	margin-left: 0;
	margin-right: 0;
	padding: 0.2rem 0.1rem;
	font-weight: bold;
}

h5 {
	display: block;
	font-size: 1.1rem;
	margin-top: 1.67rem;
	margin-bottom: 0.67rem;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

h6 {
	display: block;
	font-size: 0.9rem;
	margin-top: 2.33rem;
	margin-bottom: 0.67rem;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

ol, ul {
	margin-bottom: 0.334rem;
}

p {
	margin: 10px;
	color: black;
}

ul li {
	color: 000;
	padding: .25rem;
	line-height: 1.15;
	/*	background: #EFEFEF; */
}

#content {
	width: 900px;
	margin: 10px auto;
}

p.a {
	font-style: normal;
}

p.b {
	font-style: italic;
}

p.c {
	font-style: oblique;
}

p.intro {
	font-style: italic;
	padding-bottom: 20px;
}

p.italic {
	font-style: italic;
}
/** ohrc **/
form {
	line-height: 2.0;
}

form label {
	font-weight: bold;
}

hr {
	border-bottom-color: Black;
	border-bottom-width: thin;
	margin: 1.5rem auto;
	width: 90%;
}

form .required {
	border: dotted darkgrey 2px;
}

input#fullName {
	width: 27rem;
}

sup.required {
	color: red;
	border: none;
	font-weight: bold;
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 3px 9px;
}

.back-to-toc-link {
	margin-bottom: 0.67rem;
}

.bold {
	font-weight: bold;
}

.hidden {
	display: none;
}

.italic {
	font-style: italic;
}

.normal {
	font-weight: normal;
}

.normal-size {
	font-size: 1.0rem;
}

.smaller {
	font-size: 0.8rem !important;
}

.margTop1-5rem {
	padding-top: 1.5rem;
}

ol.listUpperAlpha, .answer-list {
	list-style-type: upper-alpha;
}

ol.listLowerAlpha {
	list-style-type: lower-alpha;
}

ol.listNoBullets, ul.listNoBullets {
	list-style-type: none;
}

ul.listDash {
	list-style: none; /* Remove HTML bullets */
	padding: 0;
	margin: 0 0 0 0.5rem;
}

ul.listDash li {
	padding-left: 0.5rem;
}

ul.listDash li::before {
	content: "—"; /* custom bullet sub */
	padding-right: 0.67rem;
	color: inherit; /* Or a color you prefer */
}

span.described {
	display: compact;
	font-size: 0;
	left: -1600;
}

.ohrc-a11y-accordion h4 {
	color: inherit;
	/**	display:inline; **/
}

.ohrc-a11y-accordion__panel[aria-hidden="true"] {
	display: none;
}

.evaluation {
	border: solid 1px #000;
	padding: 5px;
	margin: 1.8 em;
	background-color: #ddd;
	font-size: 1rem;
	text-shadow: 0px 1px 1px white;
}

.question {
	font-size: 106%;
	font-weight: bold;
	margin-top: 1.15rem;
}

a.topLink {
	display: inline;
	float: right;
	margin-top: -1.67rem;
}

.marg-top-1pt5rem {
	margin-top: 1.5rem;
}
/* Specific items by Id
 */
#contents {
	text-transform: uppercase;
	text-shadow: 0px 1px 1px white;
	color: #000;
}

#completeCourse {
	float: right;
}
.take-a-moment {
	margin-bottom: 2.0rem;
	padding-bottom: 2rem;
}
