@charset "UTF-8";


body {
	background-color: #FFFFFF;
	width: 900px;
	margin: 0 auto;
	margin-top: 5px;
	color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
}

.wrapper .topnav {
	width: 750px;
	background-color: #fff;
	min-height: 60px;
	clear: none;
	float: right;
}
.wrapper .mainContent {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
	clear: both;
}
.wrapper .footer {
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
.wrapper .footer a:link {
	color: #003366;
	text-decoration: none;
}
.wrapper .footer a:hover {
	color: #006699;
	text-decoration: underline;
}
.wrapper .footer a:visited {
	color: #006699;
	text-decoration: none;
}

.wrapper .footer .teacher_links a:link{
	color: #993300;
	text-decoration: none;
}
.wrapper .footer .teacher_links a:hover{
	color: #cc6600;
	text-decoration: underline;
}
.wrapper .footer .teacher_links a:visited{
	color: #cc6600;
	text-decoration: none;
}

.wrapper .footer .copyright {
	color: #999999;
	font-size: 0.8em;
}
.wrapper .topnav .pg_logo .topnav_content {
}
.wrapper .topnav .topnav_content {
	width: 750px;
	min-height: 60px;
	float: right;
}
.wrapper .topnav .pg_logo {
	width: 150px;
	float: left;
}
.wrapper .pg_logo {
	width: 150px;
	min-height: 60px;
	float: left;
}
.wrapper .mainContent #footerContent {
	height: 90px;
	color: #FAEE6F;
	font-size: 1.2em;
	padding-top: 30px;
	background-color: #FFFFFF;
	background-image: url(../images/mrsp_storyline_footer.png);
}
.wrapper .mainContent #footerContent a:link {
	color: #FAEE6F;
	text-decoration: none;
}
.wrapper .mainContent #footerContent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.wrapper .mainContent #footerContent a:visited {
	color: #FAEE6F;
	text-decoration: none;
}.wrapper .mainContent #footerContent img {
}
