/*091221styleSheet10x1.css*/
body {
	background-color:white;
}

  #all{
  	margin-left:auto;
	margin-right:auto;
	background-color:white;
	width:652px;
	padding:10px;
  }
  /* bottom of page paragraph */
    p.bottomOfPageClass
    {font-family: monospace; 
	font-size: 10pt; 
	color: gray;
	position: absolute;
	top:5px; 
	/*left: 20px;*/ 
    }

div.problemBox{
	width:632px;
	height:77px;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	border-left:solid black 1px;
	border-top:solid black 1px;
	border-right:solid black 1px;
	/*background-color:yellow;*/
}
div.problemBoxBottomOfPage{
	width:632px;
	height:77px;
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	border-left:solid black 1px;
	border-top:solid black 1px;
	border-right:solid black 1px;
	/*background-color:yellow;*/
	border-bottom:solid black 1px;
}




#heading01{
			/* take out what is between these comment lines 
			position:absolute;
			top:0px;
			left:0px;
			take out what is between these comment lines */
	width:632px;
	height:21px;
	color:#bbbbbb;
	color:#000000;
	padding-left:10px;
	padding-right:10px;	
		/*background-color:#dddddd; */
	font-size:10pt;
}
#heading02{
			/* take out what is between these comment lines 
			position:absolute;
			top:21px;
			left:0px;
			take out what is between these comment lines */
	width:632px;
	height:25px;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
padding-top:20px;	
	/*background-color:#3388aa;*/
	font-size:14pt;
}
#heading03{
			/* take out what is between these comment lines
			position:absolute;
			top:61px;
			left:0px;
			take out what is between these comment lines */
	width:632px;
	height:25px;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
padding-top:0px;	
	/*background-color:#3388ff;*/
	font-size:12pt;
}


div.problemNumberDiv{
	background-color:#ffffff;
	/*background-color:#aaaaff;*/
	color:#000000;
	font-size:18pt;;
	padding-right:5px;
	padding-top:2px;
	height:35px;
	width:35px;
	float:left;
}
div.problemDiv{
	background-color:#ffffff;
	/*background-color:#ffaaaa;*/
	color:#000000;
	font-size:14pt;
	padding-top:2px;
	font-family:monospace;
	height:35px;
	width:592px;
	float:left;
	
}
div.answerDiv{
	background-color:#ffffff;
	/*background-color:#aaffcc;*/
	color:#ff00ff;
		font-size:14pt;
		font-family:monospace;
	min-width:20px;
	padding-top:2px;
	padding-left:40px;
	height:70px;
	text-align:left;
	float:none;
}
div.fractionDiv{
	background-color:#ffffff;
	min-width:20px;
	padding-top:2px;
	min-height:50px;
	text-align:center;
	float:left;
}
hr.fractionHr{
	color:black;
	height:1px;
	min-width:20px;
	background-color:black;
	border:none;
}
hr.fractionAnswerHr{
	color:#ff00ff;
	height:1px;
	min-width:20px;
	background-color:#ff00ff;
	border:none;
}
div.clearFractionDiv{
	float:none;
	padding-top:2px;
	min-height:50px;
}








