body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url('/systemfiles/media/images/background.jpg');
	background-repeat: repeat-x;
}

h1, h2, h3 {
	font-size: 18pt;
	margin: 0;
	color: #000000;
}

h4 {
	font-size: 10pt;
	margin: 0;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #01669A;
	background-color: #01669A;
	border: 0;
	height: 4px;
}

img {
	border: 0;
}

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#content-left {
	float: left;
	width: 400px;
	padding-top: 40px;
	padding-left: 150px;
	padding-right: 15px;
}

#maincontent {
	font-size: 10pt;
	color: #333333;
}

#maincontent strong, #maincontent a, #maincontent a:visited {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

#content-right {
	float: right;
	width: 267px;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 153px;
}

#content-right h3 {
	color: #FFFFFF;
	width: 267px;
	height: 40px;
	text-align: center;
	background-image: url('/systemfiles/media/images/calc-header.png');
	background-repeat: no-repeat;
}

#footer {
	float: left;
	width: 700px;
	margin-left: 150px;
	margin-right: 150px;
	font-size: 8pt;
	font-weight: bold;
	color: #01669A;
}

#footer a, #footer a:visited {
	color: #01669A;
}

#calculator {
	padding-bottom: 35px;
}

#contact {
	text-align: center;
}

div.module {
	background-color: #99CCFF;
	background-image: url('/systemfiles/media/images/calc-footer.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	font-size: 10pt;
	color: #333333;
	padding: 6px;
}

div.module strong, div.module a, div.module a:visited {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

div.logo {
	text-align: center;
	margin-bottom: 30px;
}

span.left {
	float: left;
	display: block;
}

span.right {
	float: right;
	text-align: right;
	display: block;
}

strong.red {
	color: #FF0000 !important;
}

div.sharethis {
	float: left;
	margin-bottom: 10px;
}

div.tweetthis {
	float: right;
	margin-bottom: 10px;
}