@charset "UTF-8";
html,body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	width:100%;
}
#question {
	font-size: 12px;
	background-color: #FF4F40;
	width: 55px;
	text-align: center;
	border: 1px solid #9B2B24;
	color: #481411;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}
#container {
	width: 446px;
	height: 125px;
	height:100%;
	width:100%;
	background-color:#9B2B24;
}
#content {
	padding: 23px;
	background-color:#FFF;
	margin: 4px;
	height: 124px;
	background-image: url(images/spectrum-health-care.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
}
h1 {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
h2 {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 18px;
}
h2.space {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 18px;
}
h3 {
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 18px;
}
hr {
	height: 1px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-top-color: #999999;
}
ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 18px;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
form {
	margin: 0px;
}
input {
	font-size: 12px;
	border: 1px solid #666666;
	line-height: 18px;
	background-color: #EFEFEF;
	height: 18px;
	width: 275px;
	padding: 0px 0px 0px 3px;
}
input.submitbutton {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	background-color: #666666;
	height: 22px;
	width: 125px;
	padding: 0px;
	border: none;
	cursor: pointer;
	margin-right: 8px;
}
input.submitbutton:hover {
	color: #666666;
	line-height: 18px;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}
input.rate {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	background-color: #666666;
	height: 22px;
	width: 22px;
	padding: 0px;
	border: none;
	cursor: pointer;
	margin-right: 4px;
}
input.rate:hover {
	color: #666666;
	line-height: 18px;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}
#scroll {
	padding: 23px;
	background-color:#FFF;
	margin: 4px;
	overflow: auto;
	height:500px;
	background-image: url(images/spectrum-health-care.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#scroll p {
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
}
#scroll p.space {
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}
#table {
	width:419px;
}
#table p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
#printhead {
	display:none;
}

