body
{
	font-family: 'Century Gothic', Arial, Helvitica, sans-serif;
	background-color: white;
}

div.title
{
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	padding-left: 25px;
	padding-top: 25px;
}

div.subtitle
{
    font-size: 16px;
    text-align: left;
	padding-left: 25px;
}

div.section
{
	padding-top: 10px;
	padding-bottom: 25px
}

div.section-title
{
	padding-left: 25px;
	font-size: 22px
}

div.section-text
{
	padding-top: 16px;
	padding-left: 50px;
    font-size: 16px;
}

div.section-form
{
	padding-top: 25px;
	padding-left: 100px;
}

span.result-value
{
	font-weight: bolder;
}

#page
{
	position: absolute;
	left: 50%;
	width: 768;
	margin-top: 50px;
	margin-left: -384px;
    text-align: center
}

#header
{
	background-position: center top;
	background-color: #BBFFBB;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
	background-image: url(light-green-top-rounder.jpg);
	background-repeat: no-repeat;
}

#body
{
	background-position: center bottom;
	background-color: #D9FFD9;
	width: 100%;
	text-align: justify;
	padding-top: 25px;
	padding-bottom: 25px;
	background-image: url(lighter-green-bottom-rounder.jpg);
	background-repeat: no-repeat;
}

#results
{
	display: none;
	background-position: center top;
	margin-top: 20px;
	background-color: #D5FFFF;
	height: 50px;
	background-image: url(light-blue-top-rounder.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-left: 150px;
	padding-right: 150px;
	font-size: 16px;
}

#results-bottom
{
	display: none;
	background-position: center bottom;
	margin-bottom: 25px;
	background-color: #D5FFFF;
	height: 20px;
	background-image: url(light-blue-bottom-rounder.jpg);
	background-repeat: no-repeat;
}

#footer
{
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	text-align: justify;
	padding-right: 25px;
	padding-left: 25px;
	position: absolute;
	top: 1000px;
}

div.footer-title
{
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
}