* {
	margin: 0px;
	padding: 0px;
}

body 
{
	background: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background: rgb(174,190,218);
	background: rgb(235,241,246);
}

a:link {color: #990000}
a:visited {color: #660000}
a:hover {color: #CC0000}
a:active {color: #FF0000}

p {
margin-top: 0px;
padding-top: 8px;
line-height: 15px;
}

h2, h3 {
	padding-top: 8px;
}

h2.centered {
	text-align: center;
}

p.indent { text-indent: 12px; }

p.footer {
	text-align: center;
	font-size: 10px;
	color: #666666;
}

p.center { text-align: center; }

img.nomargins { margin: 0px; }

h4.calculated { color: #990000; }

ul {
	text-align: left;
}

li {
	text-align: left;
}

dt {
	font-weight: bold;
	padding-top: 12px;
	font-style: italic;
}

dd {
	padding-left: 24px;
}

div.header {
	width: 900px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

div.ad336x280 {
	float: right;
}

.hovermenu ul{
list-style: none;
display: inline;
font: bold 14px arial, helvetica, sans-serif;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
background-color: rgb(206,228,242);
border: 2px solid rgb(134,197,234);
padding: 2px 0.5em;
margin-right: 10px;
float: left;
}

.hovermenu ul li a{
text-decoration: none;
}

.hovermenu ul li a:hover{
background-color: rgb(177,216,238);
}

div.menubar {
	width: 900px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 6px;
	padding: 4px;
	border-top: 2px solid rgb(160,18,0);
	border-bottom: 2px solid rgb(160,18,0);
}

.menubar img {
	float: right;
}

/*
ul.menu {
	list-style-type: none;
	margin-top: 0px;
	padding: 0px;
	border: none;
}

li.menu {
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	border: none;
}

a.menu {
	display: block;
	width: 120px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
*/

div.threeColumns {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.leftSide {
	float: left;
	width: 400px;
	margin-right: 4px;
}

div.rightSide {
	float: right;
	width: 120px;
	margin-left: 4px;
}

div.calcContainer {
	padding: 0 130px 0 410px;
}

div.appDisplay {
	padding: 40px 130px 0 450px;
}

div.calculator {
	width: 348px;
	padding: 0;
	margin: 4px;
	/* The following came from Microsoft's CSS gradient tool */
	background: rgb(235,241,246); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgb(235,241,246) 0%, rgb(171,211,238) 50%, rgb(137,195,235) 51%, rgb(213,235,251) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgb(235,241,246)), color-stop(50%,rgb(171,211,238)), color-stop(51%,rgb(137,195,235)), color-stop(100%,rgb(213,235,251))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgb(235,241,246) 0%,rgb(171,211,238) 50%,rgb(137,195,235) 51%,rgb(213,235,251) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgb(235,241,246) 0%,rgb(171,211,238) 50%,rgb(137,195,235) 51%,rgb(213,235,251) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgb(235,241,246) 0%,rgb(171,211,238) 50%,rgb(137,195,235) 51%,rgb(213,235,251) 100%); /* IE10+ */
background: linear-gradient(-45deg,  rgb(235,241,246) 0%,rgb(171,211,238) 50%,rgb(137,195,235) 51%,rgb(213,235,251) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	border: 4px solid rgb(160,18,0);
	border-radius: 8px;
}

div.calcHeading {
	width: 346px;
	height: 56px;
	border: 1px solid #333;
	border-radius: 4px;
}

div.calcCellHeading {
	width: 170px;
	height: 48px;
	margin-top: 6px;
	float: left;
	text-align: center;
	font-weight: bold;
}

div.calcSlider {
	width: 346px;
	height: 36px;
	background-image: url('g/sliderScale.png');
	border: 1px solid #333;
	border-radius: 4px;
}

div.calcCell {
	width: 346px;
	height: 32px;
	border: 1px solid #333;
	border-radius: 4px;
}

.calcCell p {
	padding-top: 0;
}

div.calcTitle {
	width: 150px;
	height: 24px;
	margin-top: 6px;
	float: left;
	text-align: right;
	font-weight: bold;
}

div.calcInput {
	width: 160px;
	height: 24px;
	margin-top: 2px;
	float: right;
	text-align: left;
	font-size: 12px;
}

div.amazonContainer {
	margin-top: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #000;
	background: white;
}

div.amazonImage {
	width: 120px;
	float: left;
	padding: 8px;
}

div.amazonDescription {
	width: 240px;
	float: right;
	padding: 8px;
	border-left: 1px solid #888;
}

div.footer {
	clear: both;
	width: 900px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	padding: 4px;
}

div.center { text-align: center; }