#boxPage
{
	position: relative;
	width: 910px;
	margin: 0 auto;
	padding: 0;
}
#boxHeader
{
	height: 228px;
	background: #999967;
}
#boxLogo
{
	width: 305px;
	float: left;
	text-align: center;
	padding: 60px 0 0 0;
}
#boxBanner
{
	width: 605px;
	height: 228px;
	float: right;
}
#boxUser
{
    height:20px;
    background:#003D6B ;
    text-align:right;
    padding:0 10px;  
    color:#fff;
}
#boxUser .SkinObject
{
    color:#fff;
    font-weight:normal;
}
#boxContent
{
	float: left;
	background: #999967;
	border-bottom: solid 18px #003D6B;
	background: #FFFFFF url(images/homepage_bg.gif) repeat-y top left;
}
#boxTitle
{
	float: left;
	width: 698px;
	background: #FFFFFF url(images/Title_bg.gif) repeat-y 303px;
	padding-top: 10px;
}
#boxTitle H1
{
	padding: 7px;
	margin: 0;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: right;
	border: solid 1px #979972;
	background-color: #cccc9a;
}
#boxUtility
{
	float:right;
	width:187px;
	height:42px;
	padding: 0 0 0 15px;
	background: url(images/Utility_bg.gif);	
}
#boxUtility a
{
	margin: 0 5px;
}
#boxUtility img
{
	border: none;
}
#boxLeftSide
{
	width: 708px;
	float: left;
}

#boxMenu
{
	width: 303px;
	float: left;
	padding: 20px 0 20px 0;
	background: #fff;
}
#boxLeftPane
{
	clear: both;
	width: 283px;
	float: left;
	background: #999967;
	padding: 10px;
}
#boxMiddlePane
{
	width: 375px;
	margin-left: 320px;
	padding: 10px 0 0 0;
}
#boxRightSide
{
	background: #999967;
	float: right;
	width: 202px;
}
#boxRightPane
{
	padding: 10px;
}

#boxFooter
{
	clear: both;
	text-align: center;
}
#boxFooter .SkinObject
{
	font-weight: normal;
	color: #000;
}
