#homePage #topPane {
	width: 750px;
	height: 303px;
	font-weight: bolder;
	background-color: #6f0000;
}
#homePage #topPane .topLeft {
	padding: 16px 16px 0 16px;
	width: 254px;
	background-color: #6f0000;
	color: #ffffff;
	line-height: 1.1em;
}
#homePage #topPane .topLeft h1 {
	margin: 0 0 0.2em;
	padding: 0;
	font-size: 12pt;
}
#homePage #topPane .topLeft p {
	line-height: 1.2em;
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 9pt;
}
#homePage #topPane .topRight {
	float: right;
}
#homePage #topPane .topLeft p, #homePage #topPane .topLeft h1 {
	background-color: #6f0000;
	color: #fff;
}
#homePage #topPane .topLeft p.noWeight {
	font-weight: normal;
}
#homePage #topPane .topLeft p.alert {
	font-size: 11pt;
	text-align: center;
}
#homePage #topPane .topLeft a {
	color: #fff;
}
#homePage #bottomPane {
	clear: both;
	width: 750px;
}
#homePage #bottomPane .bottomLeft {
	width: 298px;
	height: 292px;
	float: left;
}
#homePage #bottomPane .bottomRight {
	padding-left: 8px;
	float: right;
	width: 444px;
	height: 292px;
}
#homePage #bottomPane .bottomRight h2 {
	color: #fff;
	background-color: #000;
	font-size: 12pt;
	font-weight: bolder;
	margin-top: 1em;
}
#homePage #bottomPane .bottomRight h3 {
	color: #fff;
	background-color: #000;
	font-size: 11pt;
	font-weight: bolder;
}
#homePage #bottomPane .bottomRight p .white {
	color: white;
}
#homePage #bottomPane .bottomRight p {
	color: #fff;
	background-color: #000;
	font-size: 10pt;
	font-weight: bolder;
}
#wmvVid {
	cursor: pointer;
}

#spread {
	width: 750px;
	height: 400px;
	clear: both;
}
#spreadList {
	width: 750px;
	height: 100px;
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#homePage #spreadList ul.buttonList li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#homePage #spreadList #buttonSpread {
	width: 700px;
	height: 100px;
	overflow: hidden;
}
#homePage #spreadList ul.buttonList {
	width: 700px;
	left: 25px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#homePage #spreadList #bclose {
	width: 25px;
	height: 100px;
	float: left;
}
#homePage #spreadList #blate {
	width: 25px;
	height: 100px;
	float: right;
}