body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentLeft{
position: absolute; 
top: 0; 
left: -1px;
width: 240px; /*Width of left frame div*/
height: 535px;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #C9DAE2;
}

#framecontentTop{
position: absolute; 
top: 0; 
left: 240px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
height: 180px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #C9DAE2;
color: white;
}

#framecontentBottom{
position: absolute; 
top: auto; 
left: 238px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: -1907px;
right: 0;
height: 50px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #C9DAE2;
color: white;
}

#maincontent{
position: fixed; 
top: 180px; /*Set top value to HeightOfTopFrameDiv*/
left: 240px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
bottom: 50px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
background: #F0FFFF;
}

.innertube{
margin: 25px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 180px 0 50px 240px; /*Set value to (HeightOfTopFrameDiv  0 HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}


p {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #000066;
}
h1 {
	font: bold 22px Georgia, "Times New Roman", Times, serif;
	color: #003366;
}
h2 {
	font: bold 26px "Lucida Handwriting", "Monotype Corsiva", "BrushScript BT", cursive;
	color: #003366;
}
a:link {
	font: 14px Arial, Helvetica, sans-serif;
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: underline;
}
a:visited {
	font: 14px Arial, Helvetica, sans-serif;
	color: #009999;
	text-decoration: none;
}
.style1{font-size:10px;color:#006699;font-family:Verdana,Arial,Helvetica,sans-serif;}.style3{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:14px;}h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #006666;
}

ul {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	list-style: disc inside;
}

html, body{
scrollbar-face-color:#C9DAE2;
scrollbar-base-color:#C9DAE2;
scrollbar-arrow-color:black;
scrollbar-track-color:#F0FFFF;
scrollbar-shadow-color:#191970;
scrollbar-highlight-color:#ADD8E6;
scrollbar-3dlight-color:#ADD8E6;
scrollbar-darkshadow-Color:#191970;
}li {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #003333;
	list-style: disc outside;
}
