body {
	margin: 20px;
	font-family: "Lucida Grande", Calibri, Arial, Helvetica, sans-serif;
	font-size: 87%;
}

a {
	text-decoration: none;
	color: #6D6F71;
}

a:hover {
	text-decoration: underline;
}

p.information {
	background-image: url('/Images/Information.gif');
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 8px 8px 8px 52px;
	line-height: 16px;
	font-size: 0.8em;
	margin: 0px;
}

table.standard thead td {
	background-color: #9CA9B9;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

table.standard tbody td {
	padding: 2px;
}

table.standard tbody tr.alternate td {
	background-color: #E5E9E9;
}

table.standard tfoot td {
	text-align: center;
	border-bottom: 1px solid #C7C8CA;
	border-top: 1px solid #C7C8CA;
	padding: 5px;
}

table.standard tfoot ul {
	display: table;
	padding: 0; 
	margin: 0 auto; 
	list-style-type: none;
	white-space: nowrap;
}

table.standard tfoot li {
	display: table-cell;
}

table.standard tfoot a, table.standard tfoot strong {
	display: block;
	width: 20px;
	text-align: center;
}

table.standard tfoot strong {
	color: #6D6F71;
}

#content {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#search {
	text-align: center;
}

#search i {
	font-size: 0.8em;
	color: #6D6F71;
}

#progressMeter {
	height: 20px;
	border: 1px solid #C7C8CA;
	padding: 1px;
	margin: 10px;
}

#progressMeter div {
	height: 100%;
	background-color: #9CB999;
}

#progressMeter span {
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

#searchResults {
	border: 1px solid #C7C8CA;
	padding: 20px;
}

#searchResults legend {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #6D6F71;
}

#profileGrid {
	width: 410px;
	margin: 0px auto;
}

#profileGrid tbody td {
	width: 200px;
}

#siteInfo {
	margin-top: 40px;
	font-size: 0.7em;
}

#siteInfo p {
	text-align: center;
}
