/* 100% high layouts attempt */
html, body {
	height:99%
}

body {
	font-family:tahoma,arial,helvetica;
	font-size: 1em;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #ffffff;
}

a {
	color: #E03940;
	text-decoration: none;
}

a:hover {
	color: #E03940;
	text-decoration: underline;
}

a:visited {
	color: #E03940;
	text-decoration: none;
}

div#allAreas {
	height:100%;
	min-height:100%;
	background-image: url("images/page_bg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}


/*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 {
	width: 100%;
	margin: 0 auto 0 auto;
	
}

div#InnerArea {
	width: 800px;
	margin: 0 auto 0 auto;
}


div#headerArea {
	position: relative;
	height: 200px;
	vertical-align: bottom;
	/** border: 1px solid black; **/
}

div#Logo {
	width: 100%; 
	height: 100%; 
	text-align: left; 
	vertical-align: bottom; 
	padding-left: 11px;
}

div#containerSection {
	width:800px; 
	margin: 0 auto 0 auto;
}



div#menuArea {
	position: relative;
	height: 2em;
	border: 1px solid black;
}

div#leftArea {
	position: relative;
	width: 200px;
	float: left;
	text-align: left;
	z-index: 2;
}

div#leftArea ul {
	list-style: none;
	font-size: .9em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#leftArea a {
	color: #000000;
	text-decoration: none;
}

div#leftArea a:hover {
	color: #000000;
	text-decoration: none;
}

div#leftArea a:visited {
	color: #000000;
	text-decoration: none;
}

div#leftArea li {
	padding: 3px 1px 3px 1px;
}

div#leftArea ul li div {
	height: 26px;
	width: 130px;
	cursor: pointer;
	background-image: URL("images/menu_green.gif");
	background-repeat: no-repeat;
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
}

div#leftArea ul li.NIMSelected div {
	background-image: URL("images/menu_red.gif");	
	position: relative;
}

div#leftArea ul li.NIMSelected ul {
	margin: 0px 0px 0px 10px;
}

div#leftArea ul li.NIMSelected ul li {
	margin: 0px 0px 0px 10px;
}

div#leftArea ul li.NIMSelected ul li div {
	background: none;
	text-align: left;
	height: auto;
	line-height: normal;
	margin-bottom: 5px;
}

div#leftArea ul li.NIMSelected ul li a {
	color: #E03940;
	text-decoration: none;
}

div#leftArea ul li.NIMSelected ul li a:hover {
	color: #000000;
	text-decoration: none;
}

div#rightArea {
	position: relative;
	padding: 0px;
	font-size: .9em;
	text-align:left;
	margin-left: 200px;
}

div#footerArea {
	left: 0;
	bottom: 0;
}

div#footerBar {
}


/* --------------------- FONT SIZER --------------------- */
div#fontSizerArea {
	position: relative;
	padding: .5em;
	text-align: center;
	margin: 0 0 270px 0;
}

a.fontSizer {
	position: relative;
	text-decoration: none;
	font-size: .8em;
	color: #666666;
	cursor: pointer;
	border: 1px solid #666666;
	display: inline;
	padding: .5em;
	background-color: #CCCCCC;
	text-align: center;
	clear: both;
	line-height: 2.4em;
} 

a.fontSizer:hover {
	background-color: #DDDDDD;
}



/* ------------------------------------------------------ */