html, body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	background: #ecf8fe;
	background: #0071BC;
}

body {
	font-size: 62.5%; /* reset 1em to 10px */
	text-align: center;
}

div {
	margin: 0;
	padding: 0;
}

img {
	display: inline;
	margin: 0;
	padding: 0;
}

a {
	color: #000;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, li {
	margin: 0;
	padding: 0;
	color: #000;
}

form, input, label, select, option {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#main {
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

#header {
	width: 780px;
	height: 42px;
	background: url(images-layout/bg-header.gif) no-repeat;
}

#header.home {
	background: url(images-layout/bg-header-home.gif) no-repeat;
}

#header p {
	padding: 12px 0 0 45px;
	color: #006f3b;
	font-size: 1.6em;
	font-weight: bold;
}

#header a {
	color: #006f3b;
	text-decoration: none;
}

#header a:active,
#header a:hover {
	text-decoration: underline;
}

#content {
	width: 780px;
/*	background: #4cb0e3 url(images-layout/bg-content.gif) top center no-repeat; */
	background: #4cb0e3 url(images-layout/bg-content-tall.gif) top center no-repeat;
}

#content.home {
	height: 370px;
	background: #4cb0e3 url(images-layout/bg-content-home-full.gif) top center no-repeat;
}

#contentLeft {
	position: relative;
	float: left;
	display: inline;
	width: 438px;
/*	background: #98d2f3 url(images-layout/bg-content-left.gif) top center no-repeat; */
}

#contentLeft.home {
	width: 509px;
}

/* start buttons for home */
#contentLeftButtonMagic {
	position: absolute;
	top: 110px;
	left: 85px;
}

#contentLeftButton2QLNT2 {
	position: absolute;
	top: 110px;
	left: 277px;
}

#contentLeftButtonSuperhero {
	position: absolute;
	top: 241px;
	left: 169px;
}
/* end buttons for home */

#contentLeft p {
	margin: 0 44px 10px 44px;
}

#contentLeft p.indent {
	margin: 0 44px 10px 60px;
}

#contentLeft ul {
	position: relative;
	margin: 0 44px 10px 44px;
	list-style: none;
	font-size: 1.2em;
	line-height: 1.5em;
}

#contentLeft ul li {
	padding: 0;
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(images-layout/recycle-bullet.gif) left 2px no-repeat;
}

#contentLeft img.head {
	margin-bottom: 42px;
}

#contentLeft img.subhead {
	margin-bottom: 5px;
}

#contentRight {
	position: relative;
	float: right;
	display: inline;
	width: 342px;
}

#contentRight.home {
	width: 271px;
}

#contentRight img.space {
	margin-bottom: 25px;
}

#footerNav {
	width: 780px;
	height: 62px;
	padding: 0 0 0 29px;
	background: url(images-layout/bg-footer-nav.gif) no-repeat;
}

#footerNav.home {
	padding: 0 0 0 63px;
}

#footerNav img {
	margin-right: 37px;
}

#footer {
	width: 780px;
	height: 111px;
	margin-bottom: 20px;
	padding: 20px 0 0 0;
	background: url(images-layout/bg-footer.gif) no-repeat;
}

#footer p {
	text-align: center;
	font-size: 1em;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:active, 
#footer a:hover 
{
	text-decoration: underline;
}

#contentMagic {
	margin-left: 52px;
}

#quizAnswer {
	visibility: hidden;
	display: none;
}

.clearIt {
	clear: both;
}

.clearIt10 {
	clear: both;
	height: 10px;
}

.clearIt25 {
	clear: both;
	height: 25px;
}

.titleRed {
	padding: 50px 0 0 0;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #ee2a32;
}

.titleSub {
	font-size: 1.5em;
	font-weight: bold;
	color: #006f3b;
}