body
{
	font-size: 18px;
	margin: 0px;
}

button, input
{
	font-size: 18px;
}

input
{
	text-align:center;
}

td
{
	text-align: center;
}

#myCanvas
{
	background: #F3FFE5;
}
	
#mainDiv
{
	width: 1024px;
	height: 790px; /* was 768px - 580 */
	clear: left;
	background: #FFFFD5;
/* 
	border: 1px dotted black;
 */
}

#leftDiv
{
	float: left;
	margin: 20px 0px 0px 4px;
/* 
	border: 1px dotted black;
 */
}

#rightDiv
{
	float: right;
	width: 650px;
/* 
	Using 560px here for iPad/iBook widget

	border: 2px dotted black;
 */
}

#instruction
{
	float: right;
/* 
	border: 1px dotted black;
 */
}

#copyright
{
	float: left;
	margin: 60px 20px 0px 10px;
/* 
	border: 1px dotted black;
 */
}
#plotButtons
{
	float: left;
/* 
	margin: 10px 10px 0px 10px;
 */
/* 
	border: 1px dotted black;
 */
}

#plotVariables
{
	float: right;
	margin: 10px 10px 0px 10px;
/* 
	border: 1px dotted black;
 */
}
