#pageBox #bodyBox #topContainer {
	position: relative;
	height: 200px;
	width: 730px;
	top: 0px;
}
#pageBox #bodyBox #topContainer #primaryBanner {
	position: absolute;
	height: 195px;
	width: 545px;
	top: 0px;
}
#pageBox #bodyBox #topContainer #myProfile {
	position: absolute;
	height: 195px;
	width: 170px;
	background-color: #E7ECF2;
	left: 560px;
	overflow: hidden;
}
#pageBox #bodyBox #midContainer {
	position: relative;
	height: 220px;
	width: 730px;
	top: 0px;
}
#pageBox #bodyBox #midContainer #leftBox {
	position: absolute;
	height: 210px;
	width: 545px;
	overflow: hidden;
	left: 0px;
	top: 0px;
	background-color: #e1e8f0;
}
#pageBox #bodyBox #midContainer #rightBox {
	position: absolute;
	height: 210px;
	width: 170px;
	overflow: hidden;
	left: 560px;
	top: 0px;
	background-color: #EEEEF0;
}
#pageBox #bodyBox #bottomContainer {
	position: relative;
	height: 210px;
	width: 730px;
	top: 0px;
}
#pageBox #bodyBox #bottomContainer #bottomBox {
	position: absolute;
	height: 210px;
	width: 730px;
	overflow: hidden;
	left: 0px;
	top: 0px;
	background-color: #e1e8f0;
}
/* class definitions */
.titleSpan {
	width: 165px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	display: block;
	float: left;
	height: 20px;
	padding-left: 15px;
}
.titleSpanEnd {
	width: 155px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #336699;
}
.homebox {
	position: absolute;
	height: 160px;
	width: 165px;
	left: 12px;
	top: 40px;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-size: 1em;
	line-height: 1.6em;
}
.homeboxEnd {
	border-right-style: none;
	width: 160px;
}
.bannerButton {
	position: absolute;
	left: 232px;
	top: 144px;
	height: 27px;
	width: 130px;
	background-color: #69966D;
}
.homeboxLoc1 {
	left: 20px;
}
.homeboxLoc2 {
	left: 200px;
}
.homeboxLoc3 {
	left: 380px;
}
.homeboxLoc4 {
	left: 560px;
}
.checkOffItem {

}
span.checkOffItem_1 , p.checkOffItem_1 {
	background-image: url(checkoff_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
span.checkOffItem_0 , p.checkOffItem_0 {
background-image: url(checkoff_0.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.orangeBK {
	background-color: #FAF0E4;
}

