@charset "utf-8";
/* CSS Document */
* {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: #0d5bca;
}
#logo {
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 0;
}
#content {
	display: block;
	width: 960px;
	margin: auto;
}
input {
	color: #000;
}
/* ---------------------------- */
.visual {
	background: url(/images/visual-background.png) top right no-repeat;
}
.game {
	background: url(/images/game-background.png) top right no-repeat;
}
.instructional {
	background: url(/images/instructional-background.png) top right no-repeat;
}
.design {
	background: url(/images/design-background.png) top right no-repeat;
}
.testing {
	background: url(/images/testing-background.png) top right no-repeat;
}
.navigation {
	background: url(/images/navigation-background.png) top right no-repeat;
}

#setContent {
	display: block;
	float: left;
	width: 900px;
	padding: 10px;
	z-index: 100;
}
#setContent h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	height: 30px;
	border-bottom: solid 1px #fff;
}
#setContent h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	margin: 20px 0;
}
#setContent h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin: 30px 0 10px 0;
	clear: both;
}
#setContent p {
	margin: 10px 0;
}
#setContent ul {
	margin: 20px 0;
}
#setContent ol {
	margin: 20px 0;
}
#setContent ul li {
	margin: 0 0 5px 30px;
	list-style: disc;
}
#setContent ol li {
	margin: 0 0 5px 30px;
	list-style: decimal;
}
#setContent .report {
	text-decoration: none;
	display: block;
	float: right;
	width: 160px;
	height: 20px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	background: url(/images/report.png) top center;
}
#setContent .report:hover {
	background: url(/images/report.png) bottom center;
}
#setContent img {
	margin: 0 0 30px 0;
	display: block;
	float: left;
	width: 128px;
}
#setContent table {
	margin-bottom: 20px;
	border-collapse: collapse;
}
#setContent th {
	text-align: left;
	vertical-align: top;
	border: solid 1px #fff;
	width: 140px;
	padding: 5px;
}
#setContent td {
	vertical-align: top;
	border: solid 1px #fff;
	padding: 5px;
}
#setContent td ol, #setContent td ul {
	margin: 0 0 0 -10px;
}
#setContent .sources li {
	margin: 0 0 10px 20px;
	padding: 2px;
	list-style-image: url(/images/link.png);
}