/*fixed*/
div.siteFixedGlobal
{
	width: 100%;
	height: 100%;
	background-color: #5e6066;
}
div.siteFixed
{
	background-color: #5e6066;
}
span.topNavLogoRight, div.topNavLogoRight
{
	right: 0px;
}

/*top*/
div.siteTopnav
{
	position: relative;
	overflow: hidden;
	width: 993px;
	height: 169px;
	background-color: #FFFFFF;
	background-image: url(../../images/body/logo.jpg);
}

/*central*/
div.siteCentralMain
{
	overflow: hidden;
	position: relative;
	width: 993px;
	height: 27px;
}

/*body*/
body
{
	margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;
	overflow: auto;
	background-color: #5e6066;
}
div.siteBodyMain
{
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	width:993px;
	height:auto;
	background-color: #ffffff;
	background-image: url(../../images/body/bg_body.jpg);
	background-repeat:repeat-y;
}
td.siteBodyContent
{
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 18px;
	padding-right: 20px;
}
td.siteBodyContentHome
{
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 18px;
}
td.siteBodyContentWN
{
	padding-top: 0px;
}
td.navBodyMain
{
}

/*bottom*/
div.siteBottomMain
{
	overflow: hidden;
	position: relative;
	width: 993px;
	height: 80px;
}