/* 100% high layouts attempt */
html, body {
	height:99.8%
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #DEDEDE;
}

div#allAreas {
	height:100%;
	min-height:100%;
}

/*for mozilla as IE treats height as min-height anyway*/
html > body div#allAreas {
	height: auto;
}

/* usefull br style */
br.clearAll {
	position: relative;
	clear: both;
	line-height: 1px;
	height: 1px;
}

/* Hack IE Float bug. Hide from IE5-mac. Only IE-win sees this. \*/
* html div#leftArea {
	margin-right: 0;
}
 
* html div#rightArea {
	height: 1%;
	margin-left: 0;
}
/* End hide from IE5/mac */


div#allAreas {
	position: relative;
	width: 800px;
	margin: 0 auto 0 auto;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	background-image: url(images/pagebg.gif);
	background-position: left;
	background-repeat: repeat-y;

}

/* ------------------------- HEADER AREA ----------------------*/
div#headerArea {
	position: relative;
	height: 119px;
}

img#bnr {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

div#bushes {
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	height: 119px;
	width: 649px;
	background-image: url(images/bushes.gif);
	background-repeat: no-repeat;
}

img#logo {
	position: absolute;
	top: 25px;
	left: 626px;
	z-index: 30;
}

object#biLine {
	position: absolute;
	top: 82px;
	left: 423px;
	z-index: 40;
}

div#menuArea {
	position: relative;
	height: 2em;
	background-color: #B2CED2;
}

/* ------------------------- LEFT AREA ----------------------*/
div#leftArea {
	position: relative;
	width: 176px;
	float: left;
	margin-bottom: 150px;
	z-index: 5;
}

div#leftAreaBottom {
	position: absolute;
	background-image: url(images/leftmenu_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 176px;
	height: 317px;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}

div#leftAreaTop {
	position: absolute;
	background-image: url(images/leftmenu_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 176px;
	height: 243px;
	left: 0;
	top: 0;
	z-index: 1;
	margin-top: 158px;
}

div#bodyAreaBottom {
	position: absolute;
	background-image: url(images/body_bottomright.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 173px;
	height: 304px;
	right: 0;
	bottom: 0;
	z-index: 2;
}

div#bodyAreaTopRight {
	position: absolute;
	background-image: url(images/body_topright.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 300px;
	height: 268px;
	right: 0;
	top: 0;
	z-index: 1;
	margin-top: 158px;
}

div#bodyAreaTopLeft {
	position: absolute;
	background-image: url(images/body_topleft.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 216px;
	height: 170px;
	left: 0;
	top: 0;
	z-index: 2;
	margin-left: 176px;
	margin-top: 158px;
}



div#leftArea form {
	position: relative;
	margin: 0 .5em 0 .5em;
	padding: 0;
}

div#leftArea form p {
	margin: 0;
	padding: 0;
	font-size: .7em;
	color: #015265;
	height: 3em;
}

div#leftArea form input#textInput {
	position: absolute;
	margin: 0;
	padding: 0;
	border-top: 1px solid #015265;
	border-bottom: 1px solid #015265;
	border-left: 1px solid #015265;
	border-right: 1px solid #015265;
	top: 1em;
	left: 0;
	width: 9em;
	font-size: .8em;
	height: 1.5em;
}

div#leftArea form input#submitInput {
	position: absolute;
	top: 1.1em;
	left: 10em;
	margin: 0;
	padding: 0;
	border-top: 1px solid #015265;
	border-bottom: 1px solid #015265;
	border-left: 1px solid #015265;
	border-right: 1px solid #015265;
	font-size: .75em;
	height: 1.7em;
	background-color: #B2CBD0;
	color: #000000;
}

div#leftArea ul {
	position: relative;
	margin: 1em 0 0 0;
	padding: 0;
	list-style: none;
	font-size: .7em;
}

div#leftArea ul li ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
}

div#leftArea ul li {
	position: relative;
	margin: 0;
	padding: 0;
}

div#leftArea ul li a {
	color: #015265;
	text-decoration: none;
	font-size: 1.2em;
	font-variant:small-caps;
}

div#leftArea ul li div {
	position: relative;
	padding: .2em 0 .3em .7em;
	border-bottom: 1px solid #015265;
}

div#leftArea ul li ul li div {
	position: relative;
	padding: .1em 0 .1em .7em;
	border: 0px;
}

div#leftArea ul li ul li.NIMSelected div {
	position: relative;
	color: #015265;
	padding: .1em 0 .1em .7em;
	border: 0px;
}

div#leftArea ul li ul li.NIMLastItem div {
	border-bottom: 1px solid #015265;
}

div#leftArea ul li ul li a {
	position: relative;
	text-decoration: none;
	color: #000000;
	font-variant: normal;
	font-size: 1em;
}

div#leftArea ul li ul li a:hover {
	position: relative;
	text-decoration: none;
	color: #015265;
	font-variant: normal;
	font-size: 1em;
}


/* ------------------------- RIGHT AREA ----------------------*/
div#rightArea {
	position: relative;
	margin-left: 170px;
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 8;
}

div#contentArea {
	position: relative;
	margin: 34px 15px 65px 50px;
	z-index:7;
}

/* ------------------------- FOOTER AREA ----------------------*/
div#footerArea {
	position: absolute;
	width: 800px;
	height: 42px;
	left: 0;
	bottom: -2px;
	background-color: #015265;
	color: #FFFFFF;
	font-size: .65em;
	z-index: 6;
	
}

div#footerArea div#links {
	position: absolute;
	left: 10px;
	top: 15px;
	font-size: .8em;
} 

div#footerArea div#links a {
	color: #FFFFFF;
	text-decoration: none;
}

div#footerContent {
	position: absolute;
	left: 170px;
	top: 15px;
}

div#footerArea p {
	position: relative;
	margin: 0 .5em 0 .5em;
	padding: 0;
	clear: both;
	display: inline;
}
.style1{
  color:#FFFFFF;

}
div#LogoArea{
	position:relative;
	border:0px solid red;
	top:30px;

}