@charset "UTF-8";body {	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;	background-color: #1F1F1F;}.oneColFixCtrHdr #container {	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 1px solid #000000;	text-align: left; /* this overrides the text-align: center on the body element. */}.oneColFixCtrHdr #header {	margin: 0px;	padding: 0px;}#headerFlash {	margin: 0px;	padding: 0px;	height: 250px;}#heartOverviewText {	padding-right: 20px;	padding-left: 20px;	width: 400px;	height: 430px;	padding-top: 10px;	padding-bottom: 10px;	margin-top: 10px;	float: right;	overflow: scroll;	border-left-width: 2px;	border-left-style: solid;	border-left-color: #F00;}#tableContents {	width: 350px;	padding-top: 20px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 0px;	font-weight: bold;	text-decoration: none;	text-align: right;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 0px;	height: 430px;	background-image: url(images/HeartAgeLevelsArt.jpg);	background-repeat: no-repeat;}.oneColFixCtrHdr #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.oneColFixCtrHdr #mainContent {	padding: 0;	margin-bottom: 0px;	height: 575px;	background-color: #4D4D4E;}p {	font-size: 14px;	line-height: 1.5em;}a:link {	font-family: Arial, Helvetica, sans-serif;	font-size: 1em;	color: #F00;	text-decoration: none;	list-style-type: none;}a:visited {	color: #999;	text-decoration: none;}a:hover {	color: #000;	text-decoration: underline;}#scopeText {	margin: 20px 0px 0px;	padding: 20px 20px 0px;	float: right;	border-left-width: 2px;	border-left-style: solid;	border-left-color: #F00;	width: 400px;	height: 400px;	overflow: scroll;}#sampleText {	margin: 20px 0px 0px;	padding: 20px 20px 0px;	float: right;	border-left-width: 2px;	border-left-style: solid;	border-left-color: #F00;	width: 400px;	height: 400px;}#sampleArt {	margin: 0px;	padding: 0px;}#resourcesText {	margin: 0px;	padding: 0px 20px;	float: right;	overflow: scroll;	width: 375px;	height: 425px;	position: relative;	font-size: 14px;	clear: right;}#teacherResources {	width: 350px;	float: left;	height: 425px;	padding-left: 20px;	margin: 0px;	padding-top: 0px;	padding-right: 0px;	padding-bottom: 0px;	font-size: 14px;	line-height: normal;	overflow: scroll;	clear: left;}#ResourcesTeacherTitle {	margin: 0px 0px 10px;	padding: 10px 0px 0px 20px;	float: left;	width: 300px;}#ResourcesTeacherTitle h4 {	margin: 0px;	padding: 0px;}#resourcesFamilyTitle {	float: right;	width: 392px;	padding-left: 0px;	margin: 0px;	padding-top: 10px;	padding-right: 0px;	padding-bottom: 0px;}#resourcesFamilyTitle h4 {	margin: 0px;	padding: 0px;}#resourcesArt {	margin: 0px;	padding: 0px;	position: relative;}#resourceList {	margin: 0px;	padding: 0px;	width: 220px;	text-align: right;	position: absolute;	top: 10px;	background-repeat: no-repeat;	left: 100px;}#resourcesPic {	margin: 0px;	padding: 0px;	position: absolute;	left: 100px;	top: 125px;}#theBeat {	margin: 15px 0px 0px;	padding: 0px 20px;	border-left-width: 2px;	border-left-style: solid;	border-left-color: #F00;	float: right;	overflow: scroll;	width: 400px;	height: 425px;}#videoHolder {	height: 400px;	border-left-width: 2px;	border-left-style: solid;	border-left-color: #F00;	width: 300px;	float: right;	margin: 0px 40px 0px 0px;	padding-top: 20px;	padding-bottom: 0px;	padding-left: 20px;}#videoLinks {	margin: 20px 0px 0px 50px;	padding: 0px;	float: left;}#heartShaperBanner {	margin: 0px;	padding: 0px;	height: 115px;	width: 800px;	background-image: url(images/heartShaperBanner.jpg);	text-align: center;	border-top-width: 5px;	border-top-style: solid;	border-top-color: #69696A;}#theBeatArt {	margin: 0px;	padding: 0px;}#navbar {	font-family: Arial, Helvetica, sans-serif;	margin: 0px;	padding: 4px;	background-image: url(images/heartShaperGradient2.jpg);	border-top-width: 5px;	border-top-style: solid;	border-top-color: #666;	text-align: center;}#navbar ul {	margin: 0px;	padding: 0px;}#navbar ul li {	display: inline;	margin-right: 20px;	margin-left: 20px;	list-style-type: none;}#navbar a:link {	color: #FFF;	text-decoration: none;}#navbar a:visited {	color: #FFF;	text-decoration: none;}#navbar a:hover {	color: #000;}.oneColFixCtrHdr #footer {	background:#F00;	color: #FFF;	text-align: center;	font-family: Arial, Helvetica, sans-serif;	margin: 0px;	padding: 30px 0px 10px;}#container #footer p {	padding-bottom: 10px;	margin-top: 75px;}.oneColFixCtrHdr #container #footer p a:link {	color: #FFF;}.oneColFixCtrHdr #container #footer p a:hover {	color: #FFF;	text-decoration: underline;}