﻿body 
{
	position: absolute;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: background: url(Images/gfx_back.jpg) no-repeat;
	color: #000000;
}

#divPageHeader
{
	position: relative;
	width: 100%;
	height: 75px;
	margin-top: 0px;
	/*background: #01305a url(Images/header.png) repeat-x bottom;*/
	border-bottom: solid 1px #a3a3a3;
	border-top: solid 1px #a3a3a3;
	z-index: 1;
}
#divPageBody
{
	width: 100%;
	/*background: #01305a url(Images/gfx_back.jpg) no-repeat;*/
}
#divPageFooter
{
	position: relative;
	width: 100%;
}

#divMainMenu
{
	position: absolute;
	right: 0;
	bottom: 0px;
}

/*#divPageLeftSide
{
	position: relative;
	float: left;
	margin-right: 30px;
	width: 200px;
}
#divMenu
{
	position: relative;
	width: 100%;
	top: 60px;
}*/

#divPageContent
{
	position: relative;
	width: 780px;
}

#divContentHeader
{
	position: relative;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 220px;
}

#divContentFooter
{
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 300px;
	background: url(Images/gradient.png) bottom center repeat-x; 
}
#divFooter
{
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

#divLng
{
	position: absolute;
	top: 2px;
	right: 5px;
	font-family: Tahoma, Vardana, Arial;
	font-size: 12px;
}
.panelControl
{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
}
.SiteMapPath
{
	color: White;
	font-family: Verdana;
	font-size: 12px;
}