#homeContainer {
    background:			url('/images/home/homeBackground.jpg') repeat-x #f4f4f4;
	width:				744px;
	height:				400px;
	padding-top:		7px;
}
#row1Container {
	width:				729px;
	background:			#cccccc;
	margin:				0px auto 0px auto;
    }
#row1Spotlight {
	width:				236px;
	background:			#e7e7e7;
	float:				left;
}
#row1Divider {
	width:				1px;
	background:			#ffffff;
	float:				left;
}
#row1Image {
	width:				492px;
	background:			#666666;
	float:				left;
}
#row2Container {
	width:				729px;
	margin:				0px auto 0px auto;
	padding-top:		10px;
	clear:				both;
}
#row2Box1 {
	width:				237px;
	background:			#999999;
	float:				left;
}
#row2Box1Title {
	background:			#b50939;
	width:				100%;
	height:				28px;
}
#row2Box1Content {
	height:				128px;
	background:			url('/images/home/box1Background.jpg') no-repeat #cccccc;
	width:				100%
}
#row2Box1Text {
	font-family:		Arial;
	font-size:			11px;
	color:				#000000;
	padding:			10px 20px 0px 55px;
	font-weight:		bold;
}
#row2Box2 {
	margin-left:		9px;
	width:				237px;
	background:			#999999;
	float:				left;
}
#row2Box2Title {
	background:			#b50939;
	width:				100%;
	height:				28px;
}
#row2Box2Content {
	height:				128px;
	background:			url('/images/home/box2Background.jpg') no-repeat #cccccc;
	width:				100%;
}
#row2Box2Text {
	font-family:		Arial;
	font-size:			11px;
	color:				#000000;
	padding:			10px 90px 0px 25px;
	font-weight:		bold;
}
#row2Box3 {
	margin-left:		9px;
	width:				237px;
	background:			#999999;
	float:				left;
}
#row2Box3Title {
	background:			#b50939;
	width:				100%;
	height:				28px;
}
#row2Box3Content {
	height:				128px;
	background:			url('/images/home/box3Background.jpg') no-repeat #cccccc;
	width:				100%;
}
#row2Box3Text {
	font-family:		Arial;
	font-size:			11px;
	color:				#000000;
	padding:			10px 30px 0px 30px;
	font-weight:		bold;
}
a.homeButton:link, 
a.homeButton:active, 
a.homeButton:visited {
    display:            block;
    width:              80px;
    background:         #ffffff url('/images/home/homeButtonBackground.jpg') no-repeat right;
    color:              #000000;
    line-height:        18px;
    height:             18px;
    border:             1px solid #cccccc;
    padding-left:       8px;
    text-decoration:    none;
    font-weight:        normal;
}
a.homeButton:hover {
    background:         #ffffee url('/images/home/homeButtonBackground_hover.jpg') no-repeat right;
    color:              #333333;
    border:             1px solid #e7e7e7;
}
#containerInnerNew {
    background:         #f4f4f4;
}
