@charset "UTF-8";
body, ul, ol, li, 
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	padding: 0;
	border: 0;
    min-height: 100%;
	margin: 0 0 1px 0;
	overflow-y: scroll;
}
body  {
	color: #4d4d4d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 80%;
	background-color: #005596;
	line-height: 1.4em;
}
.fltrt { 
	float: right;
	margin-left: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.to_come {
	color: #FF00FF
}
#container {
	width: 954px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
} 
h1 {
	color: #005596;
	font-size: 1.6em;
	line-height: 110%;
	margin: 0;
	padding: 0;
}
h2 {
	color: #005596;
	padding: 1.1em 0 0 0;
	margin-bottom: 0;
	font-size: 1.1em;
	text-transform: uppercase;
}
h3 {
	color: #005596;
	font-size: 1.1em;
	text-transform: uppercase;
}
h4 {
	font-size: 1em;
}
a:link {
	font-weight: bold;
	color: #005596;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #005596;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #F26722;
	text-decoration: none;
}
ul {
    margin-left: 1.2em;
    list-style-position: outside;
    list-style-type: square;
}
.ulspaceabove {
	margin-top: 1em;
}
li > ul {
	list-style-type: disc;
}	
ol {
	list-style-position: outside;
	margin-bottom: 1em;
	margin-left: 2em;
	list-style-type: decimal;
}
.lispaceabove {
	margin-top: 1.1em;
}
.headerandsidebar1 {
	float: left;
	width: 200px;
	background-color: #70C6F0;
}
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #005596;
}
#mainContentwide {
	padding: 0;
	margin: 0 20px 0 214px;
} 
#mainContent {
	padding: 0;
	margin: 0 150px 0 214px;
} 
#mainContentnew {
	padding: 0;
	margin: 0 0 0 200px;
}
#mainContenttext {
	padding: 0;
	margin: 0 150px 0 12px;
} 
html>body #mainContenttext {
	margin-left: 15px;
}
#mainContenttextwide {
	padding: 0;
	margin: 0 15px 0 15px;
} 
.maincontentwrapper {
	margin: 0 0 20px 0;
	display: inline;
}
.header {
	float: left;
    width: 754px;
	height: 212px;
}
.headershort {
	float: left;
    width: 754px;
	height: 180px;
}
.headerveryshort {
	float: left;
    width: 754px;
	height: 145px;
}
#sidebar1 {
	float: left;
	width: 200px; /* top and bottom padding create visual space within this div  */
	background-color: #70C6F0;
	padding: 0;
	margin: 0;
}
#sidebar1 p {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #003F71;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1em;
	display: block;
}
html>body #sidebar1 p {
	font-size: .9em;
}
#sidebar1 p a:link {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #005596;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.3em 0.3em 0.5em;
}
#sidebar1 p a:visited {
	font-weight: bold;
	color: #005596;
	text-decoration: none;
    padding: 0.5em 0.3em 0.3em 0.5em;
	display: block;
}
#sidebar1 p a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #70C6F0;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1em;
	text-decoration: none;
	background-color: #417196;
    padding: 0.5em 0.3em 0.3em 0.5em;
	display: block;
}
#sidebar1 ul {
	margin: 0 5px 0 0;
	padding: 1px;
	list-style-type: none;
	width: 191px;
	color: #4D4D4D;
	font-size: 11px;
}
html>body #sidebar1 ul {
	font-size: 0.8em;
}
#sidebar1 li {
	list-style: none;
	width: 170px;
	border-left: 1px #4d4d4d dotted;
	border-bottom: 1px #4d4d4d dotted;
	text-align: left;
	margin: 0 0 0 16px;
}
#sidebar1 li a:link {
    color: #4d4d4d;
    display: block;
	width: 162px;
	height: 120%;
    padding: 0.6em 0.3em 0.3em 0.5em;
    font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2em;
	text-decoration: none;
}
#sidebar1 li a:visited {
	color: #4d4d4d;
	display: block;
	width: 162px;
	height: 120%;
    padding: 0.6em 0.3em 0.3em 0.5em;
    font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2em;
	text-decoration: none;
}
#sidebar1 li a:hover {
	color: #70C6F0;
    display: block;
	width: 162px;
	height: 120%;
    padding: 0.6em 0.3em 0.3em 0.5em;
    font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2em;
	text-decoration: none;
    background-color: #417196;
}
#sidebar1 ul .ulsecondlevel {
	margin: 0 5px 0 0;
	padding: 1px;
	list-style-type: none;
	width: 150px;
	color: #4D4D4D;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
html>body #sidebar1 ul .ulsecondlevel {
	font-size: 0.9em;
}
#sidebar1 li .lisecondlevel {
	width: 130px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-left-color: #4d4d4d;
	border-bottom-style: none;
	border-right-style: none;
	list-style-image: none;
}
#sidebar1 li .lisecondlevel a:link {
	color: #4d4d4d;
	display: block;
	width: 114px;
	height: 120%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2em;
	text-decoration: none;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 li .lisecondlevel a:visited {
	color: #4d4d4d;
	display: block;
	width: 114px;
	height: 120%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2em;
	text-decoration: none;
	padding: 0.3em 0.3em 0.3em 0.5em;
}
#sidebar1 li .lisecondlevel a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #70C6F0;
	text-decoration: none;
	background-color: #417196;
	z-index: auto;
}
#sidebar1 ul .ulthirdlevel {
	margin: 0 5px 0 0;
	list-style-type: none;
	width: 150px;
	color: #4D4D4D;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 1px;
}
html>body #sidebar1 ul .ulthirdlevel {
	font-size: 0.9em;
}
#sidebar1 li .lithirdlevel {
	width: 98px;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	border-style: none;
}
#sidebar1 li .lithirdlevel a:link {
	color: #4d4d4d;
	display: block;
	width: 98px;
	height: 120%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2em;
	text-decoration: none;
	padding: 0.3em 0.3em 0.3em 0.5em;
	border-style: none;
}
#sidebar1 li .lithirdlevel a:visited {
	color: #4d4d4d;
	display: block;
	width: 98px;
	height: 120%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2em;
	text-decoration: none;
	padding: 0.3em 0.3em 0.3em 0.5em;
}
#sidebar1 li .lithirdlevel a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #70C6F0;
	text-decoration: none;
	background-color: #417196;
	z-index: auto;
}
#sidebar1 .button {
    margin: 1em auto 0 auto;
	text-align: center;
}
#sidebar1 .button a:hover {
    text-decoration: none;
}
#sidebar1 .buttonstayconnected {
    margin: 1em auto 0 auto;
	text-align: center;
	border: 0;
	width: 130px;
	height: 106px;
}
#sidebar1 .buttonstayconnected a {
 	background: url(images/navbar_button_sprites.jpg) no-repeat 0 0;
	border: 0;
	text-align: center;
	text-indent: -9999px;
	display:block;
	height: 106px;
}
#sidebar1 .buttonstayconnected a:hover {
 	background: url(images/navbar_button_sprites.jpg) no-repeat 0 -106px;
	border: 0;
	display:block;
}
#sidebar1 .buttonvisitthinkfun {
    margin: 1em auto 0 auto;
	text-align: center;
	border: 0;
	width: 130px;
	height: 77px;
}
#sidebar1 .buttonvisitthinkfun a {
 	background: url(images/navbar_button_sprites.jpg) no-repeat -130px 0;
	border: 0;
	text-align: center;
	text-indent: -9999px;
	display:block;
	height: 77px;
}
#sidebar1 .buttonvisitthinkfun a:hover {
 	background: url(images/navbar_button_sprites.jpg) no-repeat -130px -77px;
	border: 0;
	display:block;
}
.sidebar2 {
	float: right; 
	margin-left: 8px;
	display: inline;
}
#footer {
	clear: both;
	background:#F26722;
	padding: 0.2em;
} 
#footer p {
	color: #FFFFFF;
	font-size: .8em;
    text-align: center;
	line-height: 1.2em;
	margin-top: .5em;
	margin-bottom: .5em;
}
#footer a:link {
	color: #FFFFFF;
	background:#F26722;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #005596; 
	text-decoration: none;
}
.nextpage {
	font-weight: bold;
	border-top-style: dotted;
	border-top-color: #005596;
	border-width: 1px;
	padding-top: 1em;
	font-size: 1.1em;
}
.indent_nospaceabove {
	margin: 0 0 0 1.3em;
}
.indent_somespaceabove {
	margin:  0.3em 0 0 1.3em;
}
.bold {
	font-weight: bold
}
.nospaceabovebelow {
	padding: 0;
	margin: 0;
}
.nospacebelow {
	padding: 0;
	margin-bottom: 0;
}
.kicker {
	text-transform: uppercase;
	letter-spacing: .4em;
	margin-bottom: 0;
	padding-bottom: 0em;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 1em;
	margin-top: 2em;
	font-size: 1em;
}
.kickernospaceabove {
	text-transform: uppercase;
	letter-spacing: .4em;
	margin-bottom: 0;
	padding-bottom: 0;
	border-top-style: dotted;
	border-top-width: 1px;
	padding-top: 1em;
	margin-top: 0;
}
.kicker_nolineabove {
	text-transform: uppercase;
	letter-spacing: .4em;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 1em;
	margin-top: 2em;
}
.kicker_nolineorspaceabove {
	text-transform: uppercase;
	letter-spacing: .4em;
	margin-bottom: 0;
	padding-bottom: 0;
}
.deck {
	font-size: 1.2em;
	color: #005596;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #4d4d4d;
	margin-top: 0.2em;
	padding-top: 1em;
	font-weight: bold;
}
.subhednospacebelow {
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
.pnospaceabove {
	margin-top: 0;
	padding-top: 0;
}
.clearnone {
	clear: none;
	float: left;
}
a img {
	border-style: none;
}
.salebox {
	float: left;
	padding-top: 1em;
	padding-bottom: 1em;
}
.prodpage1 {
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.prodpage2 {
	float: right;
	margin-left: 10px;
	clear: right;
	margin-top: 10px;
	margin-bottom: 5px;
}
.prodpage3 {
	margin-top: 10px;
	margin-left: 270px;
	margin-right: 130px;
}
.prodcontainer {
	clear: both;
	margin-top: 1em;
	padding-top: 1em;
	border-top-color: #005596;
	border-top-width: 1px;
	border-top-style: dotted;	
}
.prodcontainerfirst {
	clear: right;
	border-top-color: #005596;
	border-top-width: 1px;
	padding-top: 1em;
	border-top-style: dotted;
}
.prodpagesubhed {
	height: 33px;
	background-color: #72c5ef;
	margin-top: 3em;
	margin-bottom: 1em;
}
.prodbutton {
	padding-top: 0.3em;
}
.excitingnews {
	clear: right;
	padding: 9px;
	border: 1px dotted #EE2121;
}
.prodtoolcontainer {
	clear: both;
	padding-top: 1em;
}
.prodcontainerfirst h3 {
	color: #005596;
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 0;
	font-size: 1.1em;
}
.prodcontainer h3 {
	color: #005596;
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 0;
	font-size: 1.1em;
}
.price {
	font-weight: bold;
	color: #EE2121;
	margin-top: 0;
	padding-top: 0;
}
.htplaypicleft {
	float: left;
	width: 48%;
	text-align: center;
	clear: right;
 }
.htplaypicright {
	float: right;
	text-align: center;
	width: 48%;
}
.htplaysteps {
	width: auto;
}
#mainContenttexthome {
	padding: 0;
	margin: 0;
} 
.homemainpic {
    margin: 0 3px 0 2px;
    float: left;
    display: inline;
}
html>body .homemainpic {
	margin: 0 3px 0 5px;
} 
.homemainpic_alternativecontent {
    margin: 18px 0 0 12px;
	width: 490px;
}
.whatsnewcontainer {
	float: left;
	width: 238px;
	height: 278px;
	background-image: url(images/whatsnewbox.jpg);
	background-repeat: no-repeat;
}	
.whatsnewbox {
	margin: 34px 16px 0 16px;
}
.whatsnewhed {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color: #005596;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 0 0 0;
}
.whatsnewbody {
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
.whatsnewbox li {
	line-height: 1.4em;
}	
.whatsnewbox li > ul {
	list-style-type: disc;
}	
.teacherquotecontainer {
	float: left;
	margin-left: 1px;
	width: 505px;
	height: 127px;
	background-image: url(images/teacherquotebox.jpg);
	background-repeat: no-repeat;
	display: inline;
}	
html>body .teacherquotecontainer {
	margin: 0 0 0 4px;
} 
.teacherquotebox {
	margin: 46px 18px 0 18px;
}
.headerhomenew {
	float: left;
    width: 754px;
	height: 120px;
}
.haveyouseenbox {
	margin: 0;
	float: left;
}
.attribution {
	font-style: italic;
}
.cutline {
	font-size: 0.9em;
	line-height: 1.1em;
	margin-top: .5em;
}
#spotlightstorycontainer {
    margin: 0 0 0 3px;
	height: 406px;
	width: 324px;
	float: left;
	display: inline;
}
html>body #spotlightstorycontainer {
	margin: 0 0 0 6px;
} 
#topicscontainer {
	background-image: url(images/topics_teacherstories.jpg);
	background-repeat: no-repeat;
	height: 406px;
	width: 424px;
	float: left;
	display: inline;
}
#spotlightstorybox {
	margin: 283px 15px 0 15px;
}
#spotlightstoryphoto {
	height: 285px;
	width: 320px;
	float: left;
	display: inline;
}
#spotlightstorytextwrapper {
	background-image: url(images/spotlightstory_teacherstories_textbox.jpg);
	background-repeat: no-repeat;
	height: 118px;
	width: 320px;
	float: left;
	display: inline;
}
#spotlightstorytextbox {
	margin: 0 15px 5px 15px;
}
#topicsboxes {
	margin-top: 46px;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 18px;
}
#topicsbox1 {
	float: left;
    display: inline;
	width: 124px;
	height: 268px;
	margin: 12px 6px 6px 10px;
}
#topicsbox2 {
	float: left;
    display: inline;
    width: 124px;
	height: 268px;
    margin: 12px 6px 6px 6px;
}
#topicsbox3 {
	float: left;
    display: inline;
	width: 124px;
	height: 268px;
	margin: 12px 0 6px 6px;
}
#topicsbox4 {
	width: 400px;
	height: 100px;
	margin: 14px 6px 6px 10px;
}
.topicshed {
	font-size: .9em;
	line-height: 1.1em;
	font-weight: bold;
	color: #005596;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 16px;
}
.moretopicshed {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #005596;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 12px;
}
.spotlightstoryhed {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #005596;
	text-transform: uppercase;
	margin: 0;
	padding: 15px 0 12px 0;
}
.ts_topicpic {
	margin-bottom: 6px;
}
.brainlabtable {
	border-collapse: collapse;
	width: 100%;
}
.brainlabtablenote {
	font-size: 0.8em;
	font-weight: normal;
}
.brainlabtable th {
	text-align: left;
	border:1px dotted #4d4d4d;
	padding: 6px;
	background-color: #a7c9e6;
}
.brainlabtable td {
	border:1px dotted #4d4d4d;
	padding: 6px;
}
.brainlabtableodd {
	background-color: #ffe7a8;
}
.brainlabtableeven {
	background-color: #FFFFCC;
}
.brainlabtable p {
	margin: 0;
	padding: 0;
	border: 0;
}
.brainlabpage1 {
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.brainlabpage2 {
	float: right;
	margin-left: 10px;
	clear: right;
	margin-top: 10px;
	margin-bottom: 5px;
}
.brainlabdescription {
	margin-top: 10px;
	margin-right: 140px;
}
.brainlabpage3wide {
	margin-top: 10px;
	margin-left: 270px;
	margin-right: 20px;
}
.brainlabpagesubhed {
	height: 33px;
	background-color: #72c5ef;
	margin-top: 3em;
	margin-bottom: 1em;
}
.brainlabbutton {
	padding-top: 0.3em;
}
.brainlabtoolcontainer {
	clear: both;
}
.brainlabcontainerfirst h3 {
	color: #005596;
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 0;
	font-size: 1.1em;
}
.brainlabpic {
	float: right;
	width: 125px;
	margin-top: 0;
}
.brainlabdescription {
	margin-top: 10px;
	margin-right: 140px;
}
.fundraisercontainer {
	clear: both;
	border-top-color: #005596;
	border-top-width: 1px;
	margin-top: 1em;
	padding-top: 1em;
	border-top-style: dotted;
}
.fundraisersubcontainer {
	clear: both;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	margin-top: 1em;
	padding-top: 1em;
	border-top-style: dotted;
}
.fundraisercontainerfirst {
	clear: right;
	border-top-color: #005596;
	border-top-width: 1px;
	margin-top: 1em;
	padding-top: 1em;
	border-top-style: dotted;
}
.fundraiserbox {
	float: left;
	padding: 0 0 12px 0;
	margin-right: 12px;
	width: 233px;
}
.fundraiserpic { 
	float: left;
	width: 140px;
	display: inline;
}
.fundraiserresources {
	float: right;
	margin: 0 auto 0 auto;
	padding-left: 10px;
	width: 140px;
	text-align: center;
	display: inline;
}
#fundraiserscolumn1 {
	width: 480px;
	padding-right: 12px;
}
#fundraiserscolumn2 {
	float: right;
	width: 204px;
	text-align: center;
	color: #999999;
}
.fundraiserbox1 {
	float: left;
	padding: 0 18px 0 0;
	width: 210px;
	text-align: center;
}
.fundraiserbox2 {
	float: left;
	padding: 0 0 0 18px;
	width: 233px;
	text-align: center;
}
.fundraiserquotetop {
	background-image: url(images/final-quote-balloon_01.jpg);
	height: 19px;
	background-repeat:no-repeat;
}
.fundraiserquotemiddle {
	background-image: url(images/final-quote-balloon_02.jpg);
	background-repeat: repeat-y;
}
.fundraiserquotebottom {
	background-image: url(images/final-quote-balloon_03.jpg);
	background-repeat:no-repeat;
	height: 42px;
}
.fundraiserquote {
	font-size: 90%;
	color: #888888;
	padding: 0 18px 0 18px;
	text-align: center;
}
.fundraiserquoteattrib {
	margin: 0 0 18px 0;
	font-weight: bold;
	font-size: 85%;
}
.fundraiserhighlighttop {
	background-image: url(images/fundraiserhighlight_01.jpg);
	background-repeat:no-repeat;
	height: 15px;
}
.fundraiserhighlightmiddle {
	background-image: url(images/fundraiserhighlight_02.jpg);
	padding: 8px 24px 0 24px;
	background-repeat: repeat-y;
}
.fundraiserhighlightbottom {
	background-image: url(images/fundraiserhighlight_03.jpg);
	background-repeat:no-repeat;
	height: 20px;
}
.fundraiserhighlightcontainer {
	margin: 1.6em 0 1.6em 0;
	position: relative;
	left: -0.3em;
}
.fundraiserhighlight {
	background-image: url(images/fundraiser_spotlight.jpg);
	height: 291px;
	padding: 15px 24px 0 24px;
	background-repeat:no-repeat;
}
.fundraiseresourcescontainerv2 {
	margin: 0 0 1.1em 0;
}
.fundraiserresourcesv2 {
	float: left;
	width: 140px;
	text-align: center;
	display: inline;
	padding: 0.6em;
	border-color: #CCCCCC;
	border-width: 1px 0 1px 0;
	border-style: solid;
}
.fundraiseresourcescontainerv2right {
	margin: 0 0 1.1em 0.5em;
	float: right;
	width: 160px;
}
.fundraiserfltrt {
	float: right;
	margin-right: 0.5em;
	margin-left: 15px;
}
.lispacebelow {
	margin-bottom: 1.1em;
}
.brainlabcontainer {
	clear: both;
	border-top-color: #005596;
	border-top-width: 1px;
	margin-top: 1em;
	padding-top: 1em;
	border-top-style: dotted;
}
.brainlabcontainerfirst {
	clear: right;
	border-top-color: #005596;
	border-top-width: 1px;
	margin-top: 2em;
	padding-top: 1em;
	border-top-style: dotted;
}
.brainlabdescription {
	width: 295px;
	padding: 0;
	margin-top: 1.2em;
	margin-right: 10px;
	float: left;
}
.brainlabpowerpoint {
	float: left;
	margin: 1.2em auto 0 auto;
	width: 140px;
	text-align: center;
}
.brainlabresources {
	float: left;
	margin: 1.2em auto 0 auto;
	width: 140px;
	text-align: center;
}
.brainstationpic { 
	float: right;
	width: 150px;
	margin-bottom: 10px;
	margin-top: 1.2em;
	margin-left: 10px;
}
.programoverviewdescription {
	width: 320px;
	padding: 0;
	margin-top: 0;
	margin-right: 20px;
	float: left;
}
.programoverviewresources {
	float: left;
	width: 240px;
}
.legalline {
	font-size: 0.8em;
	margin: 1em 0 0 0;
	padding: 0;
	line-height: 1.2em;
}
.memberpic {
	float: left;
	width: 170px;
	margin-top: 1.2em;
}
.memberdescription {
	margin-top: 1.2em;
}
.brainstationdescription {
	margin-top: 1.2em;
}
.margin-topls {
	margin-top: 1.2em;
}
.margin-topnone {
	margin-top: 0;
}
.pshort {
	line-height:.1em
}
.spaceabove {
	margin-top: 1em;
}
.somespaceabove {
	margin-top: 0.6em;
}
.spacebelow {
	margin-bottom: 1.1em;
}
.grayrule {
	padding: 0;
	margin: 0;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
body#index a#index_link,
body#classroom_classroom a#classroom_classroom_link,
body#problemsolving_problemsolving a#problemsolving_problemsolving_link,
body#problemsolving_steps a#problemsolving_steps_link,
body#problemsolving_strategies a#problemsolving_strategies_link,
body#problemsolving_state a#problemsolving_state_link,
body#sale_sale a#sale_sale_link,
body#sale_individualgames a#sale_individualgames_link,
body#sale_gameclub a#sale_gameclub_link,
body#sale_programtools a#sale_programtools_link,
body#sale_brainlab a#sale_brainlab_link,
body#stories_stories a#stories_stories_link,
body#stories_individualgames a#stories_individualgames_link,
body#stories_gamesets a#stories_gamesets_link,
body#stories_brainlab a#stories_brainlab_link,
body#stories_world a#stories_world_link,
body#stories_community a#stories_community_link,
body#stories_family a#stories_family_link,
body#stories_visionaries a#stories_visionaries_link,
body#stories_share a#stories_share_link,
body#newsletter_newsletter a#newsletter_newsletter_link,
body#newsletter_backissues a#newsletter_backissues_link,
body#fundraisers_fundraisers a#fundraisers_fundraisers_link,
body#fundraisers_gamenight a#fundraisers_gamenight_link,
body#fundraisers_givingtree a#fundraisers_givingtree_link,
body#becomeamember_becomeamember a#becomeamember_becomeamember_link,
body#becomeamember_chocolatefixbrainlab a#becomeamember_chocolatefixbrainlab_link,
body#becomeamember_rushhourbrainlab a#becomeamember_rushhourbrainlab_link,
body#becomeamember_brainstation a#becomeamember_brainstation_link
{
	color: #005596;
	background-color: #FFE275;
}
/* place css fixes for all versions of IE in this conditional comment */
 <!--[if IE]> 
#mainContent,
#mainContenthome,
.mainContenthometop,
#mainContentwide,
.productdescription,
.prodpage3,
.brainlabdescription,
.htplaypicleft,
.htplaypicright,
.fltlft,
.fltrt,
.flexfloatleft,
.headerandsidebar1,
#sidebar1,
.sidebar2,
#mainContenttext,
#mainContenttexthome,
.homemainpic,
.whatsnewcontainer,
.teacherquotecontainer,
.haveyouseenbox,
#spotlightstorycontainer,
#topicscontainer,
#spotlightbox,
#topicsboxes,
.brainstationpic,
.brainstationdescription,
.fundraiserpic,
.fundraiserresources,
.fundraiserdescription,
.memberpic,
.memberdescription {
	zoom: 1;
}
 <![endif]--> 
/* the above proprietary zoom property gives IE the hasLayout it needs
to avoid several bugs */