body {
	background-color: #091A25;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(images/bkgrnd_gradient.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
p {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #878888;
}
p A {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: underline;
}
p A:hover {
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: none;

}
#container {
	background-color: #ffffff;
	padding: 5px;
	margin: 5px;
	display: block;
	width: 120px;
}
#nav A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding: 5px;
	margin: 5px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}
#nav A:hover {
	color: #66CCCC;
	text-decoration: underline;
	border-bottom: 1px solid #66CCCC;
}
#subnav A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #ffffff;
	padding: 5px 5px 5px 20px;
	margin: 5px;
	display: block;
	width: 100%;
}
#subnav A:hover {
	color: #666666;
	text-decoration: underline;
}

.footer {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #627E8C;
	text-decoration: none;
	padding: 4px;
}
.footer A {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #627E8C;
	text-decoration: none;
	padding: 4px;
}
.footer A:hover {
	color: #627E8C;
	text-decoration: underline;
}
.breadcrumbs {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.breadcrumbs A {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
}
.breadcrumbs A:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
}
li {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	/* font-style: italic; */
	line-height: normal;
	padding: 5px;
	background-color: #878888;
}
li A {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}
li A:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.popup {
    background-color: #091924;
}
.outcome {
	background-color: #091A25;
	font-family: "Courier New", Courier, mono;
	color: #0000FF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #878888;
}
.question_image {
	padding-bottom: 18px;
}
