﻿html {
	background-color: #fff;
	/*height: 100%;*/
}

body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 960px;
	/*height: 100%;*/
	background-color: #ffffff;
	border: 1px #aaa solid;
	font-family: Arial, Helvetica, sans-serif;
}

#doc {
	min-height: 100%;
	position: relative;
}

* html #doc {
	/*height: 100%;*/
}

#hd {
	background-color: #00407f;
	background-image: url('../chrome/header-bg-discover-blank.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 200px;
	width: 960px;
	position: relative;
}

#hd-text {
	color: #fafafa;
	text-decoration: none;
	font-size: 300%;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	position: relative;
	top: 15px;
	left: 20px;
	text-shadow: 2px 2px #000;
}

#bd {
	padding: 25px 0 25px 0;
	line-height: 1.25em;
}

#bd ol {
	list-style-type: decimal;
	margin-left: 25px;
}

#bd ol li {
	margin: 10px 0 10px 0;
}

.tabledata {
	width: 100%;
}

.tabledata th, td {
	padding: 3px 10px 3px 10px;
}

.tabledata tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

.tabledata tbody tr:nth-child(even) {
	background-color: #eeeeee;
}

.tabledata tbody th {
	font-weight: normal;
	text-align: right;
	width: 150px;
}

.right-aligned-values {
	float: left;
	text-align: right;
	width: 5em;
}

.currency {
	float: left;
	text-align: left;
	width: 1.5em;
}

.comparisontable thead th {
	font-weight: normal;
	width: 100px;
}

.comparisontable tbody th {
	font-weight: normal;
	font-size: .5em;
}

.comparisontable tbody th, td {
	padding: 3px 0 3px 0;
}

.comparisontable tbody td {
	text-align: center;
}

.comparisontable tr {
	border-bottom: 1px #eeeeee solid;
}

/*
#ft {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
}
*/


