* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .85em;
	background: #595959;
}
a {
	color: #d32f0f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.grey {
	color: #333333;
}

#pageWrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: #595959 url('/bodybg.gif') center top repeat-y;
	line-height: 1.45em;
	padding-bottom: 40px;
}
#body {
	position: relative;
	padding: 0 40px 0 220px;
	margin-top: 2em;
}
h1,
h2 {
	font-family: Georgia, "Times New Roman", serif;
}
h1 {
	width: 946px;
	height: 350px;
	margin: 0 0 0 7px;
	overflow: hidden;
	text-indent: -2000px;
	background: url('/head.jpg') 0 0 no-repeat;
	border-bottom: 1px solid #888888;
}
h2 {
	margin: 1em 0 .65em 0;
	padding-top: 1em;
	border-top: 1px solid #dbdbdb;
	color: #595959;
	line-height: 1em;
	font-size: 1.6em;
	font-weight: normal;
}
h2.top {
	margin-top: 0;
	padding-top: 0;
	border: 0;
}
p.pageSummary {
	position: absolute;
	top: 205px;
	left: 220px;
	padding-right: 40px;
	color: #d32f0f;
	font-size: 1.2em;
	line-height: 1.45em;
}
#vendorContainer p {
	margin-top: .8em;
}
#tableOfContents {
	position: absolute;
	left: 40px;
	top: 0;
	width: 150px;
	font-size: .9em;
	line-height: 1.1em;
}
* html #tableOfContents {
	left: -180px;
}
#tableOfContents strong {
	color: #595959;
	display: block;
	border-bottom: 1px solid #c0c0c0;
}
#tableOfContents a strong {
	color: #d32f0f;
	font-family: Georgia, "Times New Roman", serif;
	display: block;
	border: none;
}
#tableOfContents ul {
	list-style: none;
}
#tableOfContents ul li {
	margin-top: 1em;
}
#tableOfContents ul li.top {
	margin-top: .6em;
}
#tableOfContents a {
	color: #595959;
}
#tableOfContents a:hover {
}