#homeLeft
{
	float: left;
	width: 720px;
	height: auto;
}
#bannerBox
{
	width: 720px;
	height: 222px;
	padding: 6px 0px 6px 0px;
	float: left;
	background: url(/flash/homepage_banner_bak.png) no-repeat 0px 6px;
}
html>body #bannerBox
{
	height: 210px;
}
#outerContent
{
	height: 212px;
	/*background: url(/images/special/homepage_btm.png) no-repeat left bottom;*/
	float: left;
	margin-bottom: 10px;
}
html>body #outerContent
{
	width: 720px;
	height: auto;
	min-height: 196px;
}
#contentBox
{
	float: left;
	width: 720px;
	height: 212px;
	padding: 12px;
	padding-top: 16px;
	padding-bottom: 0px;
	background: url(/images/ui_09_1/homepage_content_bak.png) no-repeat;
}
html>body #contentBox
{
	width: 696px;
	height: auto;
	min-height: 196px;
}
#contentBox.special
{
	background: url(/images/special/homepage_top.png) no-repeat;
	margin-top: 6px;
}
#contentBox div.hr
{
	background: url(/images/special/hr_line.png) no-repeat center top #f9a466;
	width: 696px;
	height: 1px;
	clear: both;
	overflow: hidden;
	margin: 15px 0px;
}
#contentBox h1
{
	padding-left: 6px;
	margin-bottom: 16px;
}
#contentBox p
{
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: .8em;
	padding: 0px 24px 0px 12px;
}
#contentBox ul, ol
{
	margin-bottom: 1em;
	padding-left: 12px;
}
#contentBox ul li
{
	background: url(/images/bullet_orange.png) 0px 5px no-repeat;
	padding-left: 12px;
}
#contentBox a
{
	text-decoration: underline;
}
#rightColBox
{
	width: 236px;
	padding: 6px 0px 0px 0px;
	height: 444px;
	float: right;
}
html>body #rightColBox
{
	height: 432px;
}
div.rightSidePanel
{
	background: url(/images/ui_09_1/homepage_rh_panel.png) no-repeat;
	width: 236px;
	height: 144px;
	padding-bottom: 4px;
	float: left;
}
html>body div.rightSidePanel
{
	height: 140px;
}
div.rightSidePanel h2
{
	font-size: 1.3em;
}
div.rightSidePanel p
{
	margin-bottom: 6px;
}
div.rightSidePanel div.rightInner
{
	width: 236px;
	height: 114px;
	float: left;
	padding: 6px;
}
html>body div.rightSidePanel div.rightInner
{
	width: 224px;
	height: 102px;
}

div.rightSidePanel div.rightLink
{
	width: 236px;
	height: 26px;
	float: left;
	text-align: right;
}
div.rightSidePanel div.rightLink a
{
	display: block;
	width: 236px;
	height: 26px;
	background: url(/images/ui_09_1/homepage_right_arrow.png) no-repeat top right;
	padding: 0px 36px 0px 6px;
	font-weight: bold;
}
html>body div.rightSidePanel div.rightLink a
{
	width: 194px;
}
div.rightSidePanel div.rightLink a:hover
{
	background: url(/images/ui_09_1/homepage_right_arrow_ovr.png) no-repeat top right;
}