

/*top*/
div.siteTopnav
{
	overflow: hidden;
	width: 100%;
	height: 117px;
	background-color: #003466;
	background-image: url(../../images/Body/bg_top.gif);
}
div.siteTopnavRight
{
	position: absolute;
	overflow: hidden;
	width: 1px;
	right: 0px;
	height: 1px;
}

/*central*/
div.siteCentral
{
	overflow: hidden;
	width: 100%;
	height: 26px;
	z-index: 2;
}
div.siteCentralMain
{
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: auto;
	height: 100%;
}

/*body*/
body
{
	margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
	overflow: hidden;
	background-attachment : fixed;
	background-image : url(../../images/Body/bg_body.gif);
	background-repeat : no-repeat;
}
div.siteBodyMain
{
	overflow: auto;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	background-color: #ffffff;
	background-image: url(../../images/Body/bg_body.gif);
	background-repeat : no-repeat;
}
td.siteBodyContent
{
	overflow: hidden;
	padding-top: 10px;
	padding-left: 9px;
	padding-right: 10px;
}
td.siteBodyContentHome
{
	overflow: hidden;
	padding-top: 10px;
	padding-left: 9px;
}
td.siteBodyContentWN
{
	padding-top: 10px;
}
td.navBodyMain
{
}

/*bottom*/
div.siteBottom
{position: absolute;
	overflow: hidden;left: 0px;
	width:100%;
	height: 22px;
	bottom: -1px;
}
div.siteBottomMain
{
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: auto;
	height: 100%;
}