html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	background: #24428A;
	position: relative;
}

* {
margin: 0;
padding: 0;
}


div.header {
	min-width: 700px;
	height: 99px;
	position: relative;
	background: url('header_bg.gif') repeat-x top center;
	/* width: 1025px; */
	background-image: url(header_bg.gif);
}

div.header div.logo_eper {
	position: absolute;
	left: 30px;
	top: 16px;
}
div.header div.logo_esza {
	position: absolute;
	right: 50px;
	top: 18px;
}
	
div.cnt {
	background: #FFF;
	float: left;
	position: relative;
	min-height: 562px;
}
div.cnt div.cnt_left {
	background: #97a529;
	width: 216px;
	position: relative;
	z-index: 100;
	float: left;
	display: inline;
}
div.cnt div.cnt_right {
	background: #FFF;
	min-width: 744px;
	width: auto;
	position: relative;
	z-index: 99;
	float: left;
	display: inline;
}	
	
div.userInfo {
	background: #f3bc17;
	height: 47px;
	margin: 0;
	padding: 0;
	position: relative;
}
	
	div.navigationBar {
	position: relative;
	background: #1f5aa2 url('images/chrome/navbar_bg.gif') no-repeat top left;
	height: 47px;
	min-width: 744px;
	width: 100%;
}
div.navigationBar div.pageTitle {
	float: left;
}

div.navigationBar div.pageTools {
	position: absolute;
	left: 585px;
	margin: 0;
	width: auto;
}
div.navigationBar div.pageTitle p {
	font-size: 15px;
	color: #FFF;
	margin: 12px 0 0 30px;
}
div.navigationBar div.pageTools p {
	display: inline;
}
	
div.mainASP {
	float: left;
	display: inline;
	padding: 20px 20px 20px 20px;
	width: 96%;
}	
	
.normal_text
{
	width: 100%;
}
.normal_text  {
	font-size: 13px;
	color: #484848;
	list-style-type: disc;
	list-style-position: inside;
	}

.normal_text  a:visited, a:link
{
	color: navy
}

.normal_text a:active 
{
	color: red
}

.normal_text a:hover 
{
	color: blue
}

.normal_text_title

{
	font-size: 14px;
	color: #484848;
	font-weight:bold
	
}

.footerLabel
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	color: #484848
}

.footerDiv {
	width: 100%;
	float: left;
	display: inline;
	position: relative;
	border-top: 1px dotted #b5bac2;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
}

.demopagelink
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	color: white
}

.demopagelink a:link, a:visited 
{
	color: white
}

