/* CALC BOX */

			#calcBox {
				float:right;
				padding:0;
				margin:0 12px 20px 20px;
				width: 360px;
				height: 250px;
				overflow: hidden;
				font-family: verdana;
				font-size: 10px;
				background-color: #9DD263;
				margin-top: -40px;
			}
			#calcHead {
				color: #fff;
				font-family: verdana;
				font-weight: bold;
				background-image:url("images/calcHead.gif");
				padding: 5px;
				font-family: Trebuchet MS;
				font-size: 16px;
			}
			
			#calcNav {
				overflow: hidden;
				height: 27px;
			}
			
			#calcNav a {
				display: block;
				width: 88px;
				height: 25px;
				line-height: 25px;
				border: 1px solid #6AB01E;
				float: left;
				text-align: center;
				color: #FFF;
				text-decoration: none;
				font-weight: bold;
				background-image:url("images/calcNav.gif");
			}
			
			#calcNav .active {
				background-color: #73BE1F;
				background-image:none;
			}
			
/* BODY OF CALC */
			
			#calcBody {
				overflow: hidden;
				height: 210px;
			}
			
			#calcBody #calcDesc {
				padding: 5px 5px 5px 5px;
				color: green;
				clear: both;
			}
			
			#calcBody  ul {
				font-weight: bold;
				font-size: 11px;
				color: #fff;
				list-style-type: none;
				padding: 0;
				margin: 5px 100px 5px 10px;
			}
			
			#calcBody ul li {
				display: block;
				margin-top: 0;
			}
			
			#calcBody ul li ul {
				padding: 0;
				font-weight: normal;
				margin: 0 0 0 0;
				list-style-type: none;
				font-size: 10px;
				line-height: 1px;
			}
			
			#calcBody ul li ul li {
				color: #000;
				font-weight: normal;
				text-align: left;
				line-height: 19px;
			}
			
			#calcBody span {
				line-height: 18px;
				
			}
			
			#calcBody .calcGreenline {
				height: 1px;
				display: block;
				width: 100%;
				font-size: 1px;
				line-height: 1px;
				margin-top: 5px;
				margin-bottom: 0;
				border-top: 1px solid green;
			}
			
			#calcBody label {
				display: block;
			}
			
			
			#calcBody input.sml {
				width: 50px;
				padding: 1px;
			}

			
			#calcBody input, #calcBody select {
				border: 1px solid green;
				font-family: verdana;
				font-size: 9px;
				color: green;
				background-color: #D7F5B1;
				margin-bottom: 5px;
			}
			
			#calcBody .calcStepTrail {
				color: #3D6A17;
			}
			
			
/* CALC SCORE */
			
			#calcScoreBox {
				float: right;
				width: 80px;
				height: 80px;
				margin-top: -85px;
				margin-left: 270px;
				margin-right: 10px;
				background-image:url("images/calcScore.gif");
			}
			
			#calcScoreHead {
				color: #fff;
				font-size: 9px;
				text-align: center;
				padding-top: 4px;
			}
			
			#calcScore {
				font-family: Trebuchet MS;
				font-size: 22px;
				color: #fff;
				text-align: center;
				font-weight: bold;
				line-height: 50px;
				height: 45px;
				display: block;
				overflow: hidden;
			}
			
			#calcScoreFoot {
				color: #fff;
				font-size: 9px;
				text-align: center;
				padding-top: 2px;
			}
			