@charset "UTF-8";
* {
margin:0;
padding:0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: ffffff; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 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;
	margin: 0 0;
}
.oneColFixCtr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
}
.oneColFixCtr #mainContent {
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#navbar {
	position:absolute;
	width:277px;
	height:36px;
	z-index:20;
	left: 526px;
	top: 95px;
}
#variableContent {
	position:absolute;
	left:529px;
	top:149px;
	width:402px;
	height:164px;
	z-index:100;
}
#text {
	font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	text-align: left;
	overflow: auto;
}
#animation {
	position:absolute;
	left:53px;
	top:130px;
	width:748px;
	height:600px;
	z-index:40;
}
.linkBold {
	color: #55BFAE;
	text-decoration: none;
	font-weight: bold;
}
.linkReg {
	color: #55BFAE;
	text-decoration: none;
	font-weight: normal;
}
#arrow {
	position:absolute;
	left:678px;
	top:31px;
	width:54px;
	height:53px;
	z-index:110;
}
#rollover1 {
	position:absolute;
	left:702px;
	top:459px;
	width:163px;
	height:55px;
	z-index:111;
}
#text2 {
	position:absolute;
	left:671px;
	top:904px;
	width:166px;
	height:60px;
	z-index:120;
}
.caption {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}
