@charset "UTF-8";

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	padding-bottom: 0px;
}

div#wrapper {
	text-align: left;
	margin: 12px auto 0px;
	width: 740px;
	position: relative;
}

header {
	background-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 65px;
}

div#pg_logo {
	float: left;
	height: 65px;
	width: 150px;
}

div#topAd {
	float: right;
	height: 65px;
	width: 590px;
}

div#mainContent {
	width: 100%;
	height: 480px;
}

footer {
	background-color: #ffffff;
	color: #000000;
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
}

div#gameContainer {
	width: 740px;
	height: 475px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

div#bottomNav {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;
	color: #000000;
	font-size: 1em;
	line-height: 1.2em;
}
div#bottomNav a:link {
	color: #006699;
	text-decoration: none;
}
div#bottomNav a:hover {
	color: #0099cc;
	text-decoration: underline;
}
div#bottomNav a:visited {
	color: #0099cc;
	text-decoration: none;
}
div#bottomNav a:active {
	color: #0099cc;
	text-decoration: underline;
}

p#teacher_links a:link {
	color: #c00;
	text-decoration: none;
}
p#teacher_links a:hover {
	color: #ff6633;
	text-decoration: underline;
}
p#teacher_links a:visited {
	color: #f63;
	text-decoration: none;
}
p#teacher_links a:active {
	color: #c00;
	text-decoration: underline;
}

.copyright {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #999;
}

div#awardOne {
	float: left;
	width: 225px;
	margin-left: 15px;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 0px;
}
div#awardTwo {
	text-align: center;
	float: left;
	width: 225px;
	margin-left: 15px;
	margin-top: 0px;
	padding-bottom: 25px;
}
div#awardThree {
	text-align: center;
	float: left;
	width: 225px;
	margin-left: 15px;
	margin-top: 0px;
	padding-bottom: 25px;
}

.awardType {
	font-size: 1em;
	line-height: 1em;
	color: #000000;
}
.awardTypeBold {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	line-height: 1.4em;
}
