body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
width: 208px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: white;
}

#framecontentTop{ 
left: 208px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 112px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: white;
color: white;
background: url(images/npStudioHautTile.jpg) repeat-x;
}

#maincontent{
position: fixed; 
left: 208px; /*Set left value to WidthOfLeftFrameDiv*/
top: 120px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
overflow: auto; 
background: #fff;
bottom: 36px;
}

#footer{
position: absolute; 
background: url(images/ntStudioBasTile.jpg) repeat-x;
height: 36px; /*Height of top frame div*/
left: 0; 
bottom: 0;
width: 110%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

}


* html body{ /*IE6 hack*/
padding: 120px 0 38 208px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}
* html #footer { 
height: 36px; 
width: 150%;

} 


h1
	{
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:9.0pt;
	font-family:Verdana;
	color:#003366;}

p.MsoNormal, li.MsoNormal, div.MsoNormal
	{
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:8.0pt;
	font-family:Verdana;
	color:#003366;}

a:link, span.MsoHyperlink
	{
	color:gray;
	text-decoration:underline;}

a:visited, span.MsoHyperlinkFollowed
	{
	color:#003366;
	text-decoration:underline;}
