body {
font-family: Verdana, Arial;
font-size: 12px;
color: #000000;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
}
a:link {
font-size: 12px;
color: #660000;
text-decoration: none;
}
a:visited {
font-size: 12px;
color: #000066;
text-decoration: none;
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
right: 0;
width: 200px;
height: 100%;
overflow: scroll;
scrollbar-width:20px; /*Disable scrollbars. Set to "scroll" to enable*/
background: #5571AA;
color: white;
padding: 8px;
}

#maincontent{
position: fixed;
top: 0;
bottom: 0; 
left: 200px; /*Set left value to WidthOfFrameDiv*/
right: 0;
width:;
height:100%;
overflow: auto; 
background: #5576AA;
color:navy;
padding: 5px;
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
h1 {
font-family: Arial, Verdana; color: black; font-size: 25pt;
}

h2 {
font-family: Arial, Verdana; color: black; font-size: 20pt;
}

h3 {
font-family: Arial, Verdana; color: black; font-size: 16pt;
}

h4 {
font-family: Arial, Verdana; color: black; font-size: 13pt;
}

h5 {
font-family: Arial, Verdana; color: black; font-size: 10pt;
}

