body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #ffffff;
}

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 */



/* -------------------------- TOP AREA ------------------------------- */
div#topArea {
	position: relative;
	background-image: url(images/topareabg.gif);
	background-repeat: repeat-y;
}

div#rightArea {
	position: relative;
	margin-left: 138px;
}

div#headerArea {
	position: relative;
	height: 128px;
	background-color: #0E8C37;
}

div#yellowBlockLeft{
	position: absolute;
	background-color: #ffcc00;
	left: 0;
	bottom: 0;
	height: 25px;
	width: 10px;
}

div#yellowBlockRight{
	position: absolute;
	background-image: url(images/righttrianlge.gif);
	background-repeat: no-repeat;
	left: 470px;
	bottom: 0;
	height: 25px;
	width: 25px;
	
}

img#bnr {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

img#title {
	position: absolute;
	top: 0;
	left: 239px;
	border-left: 3px solid #ffffff;
}

div#contentArea {
	position: relative;
	width: 564px;
}

div#content {
	position: relative;
	margin: 24px 0 47px 15px;
}

@media print {
	div#contentArea {
		width: auto;
	}
}
/* -------------------------------------------------------------------- */


/* --------------------- SEARCH BAR AREA START ---------------------- */
form#searchFormInput {
	position: absolute;
	height: 25px;
	width: 150px;
	bottom: 0;
	left: 495px;
	z-index: 400;
	margin: 0;
	padding: 0;
	display: block;
}

form#searchFormInput p {
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: .7em;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

form#searchFormInput input#textInput {
	position: absolute;
	right: 20px;
	top: 3px;
	border: none;
	width: 75px;
	font-size: .7em;
	padding: 0;
	margin: 0;
}

form#searchFormInput input#submitInput {
	position: absolute;
	right: 10px;
	top: 5px;
}
/* --------------------- SEARCH BAR AREA END ---------------------- */


/* --------------------------  LEFT AREA ------------------------------- */
div#poleStamper {
	position: relative;
	width: 135px;
	height: 180px;
	background-image: url(images/polestamper.jpg);
	background-repeat: no-repeat;
}

div#leftArea {
	position: relative;
	width: 135px;
	height: 576px;
	float: left;
	background-color: #65B721;
	background-image: url(images/leftmenubg.jpg);
	background-repeat: no-repeat;
	background-position: 0 180px;
}

div#selectedMenuArea {
	position: relative;
}
/* -------------------------------------------------------------------- */



/* ---------------------------  BOTTOM AREA --------------------------- */
div#footerArea {
	position: relative;
	height: 25px;
	background-color: #999966;
}

div#footerArea img {
	position: absolute;
	left: 635px;
	top: 5px;
	border: none;
}
/* -------------------------------------------------------------------- */


/* ---------------------------  LEFT MENU --------------------------- */
div#selectedMenuArea strong {
	position: relative;
	display: block;
	margin: .4em 0 .4em 1em;
	color: #ffcc00;
	font-size: .7em;
}

div#selectedMenuArea ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1em;
	border-top: 1px solid #ffffff;
}

div#selectedMenuArea ul a {
	position: relative;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: .15em 1em .15em 1em;
	
}

div#selectedMenuArea ul li {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: .7em;
	border-bottom: 1px solid #ffffff;
	line-height: 2em;
	background-image: url(images/clear.gif);
}

div#selectedMenuArea ul li.NIMSelected a {
	background-color: #ffcc00;
	color: #0A792A;
}

div#selectedMenuArea ul li.NIMSelected ul li a {
	background-color: transparent; 
	color: #ffffff;
}

div#selectedMenuArea ul li.NIMSelected ul li.NIMSelected a {
	color: #ffcc00;
	font-weight: bold;
}

div#selectedMenuArea ul li ul {
	position: relative;
	border-top: 1px solid #ffffff;
}

div#selectedMenuArea ul li ul li {
	position: relative;
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 1em;
	border-bottom: none;

}
/* -------------------------------------------------------------------- */
