﻿/*-------------------------------
Body 
-------------------------------*/

body
{
	font-family: Segoe UI, Calibri, Arial;
	margin:0px;

}


div#div_contents{
	margin:12px;
}

/*-------------------------------
Links 
-------------------------------*/

/*-------------------------------
Links 
-------------------------------*/

a{
	text-decoration: none;
	background:none;
	color: #0066FF;
}

a:hover{
	text-decoration:underline;
	color:#ff664a
}

/*-------------------------------
Frames 
-------------------------------*/


iframe#iframe_toolbar{
	
	left:0px; 
	top:0px; 
	width:100%; 
	height:110px; 
	z-index:1;
	margin:0px;
}

iframe#frame_TOC{
	height:4900px; 
	z-index :2; 
	width:300px;
	margin:0px;
	color:#e4e8ed;
	background-color:#e4e8ed;

}

div#div_TOC{
	position:relative;
	height:2000px; 
	overflow:scroll;
	color:#e4e8ed;
	background-color:#e4e8ed;
}

/*-------------------------------
Table cells that host the TOC and the actual page contents
-------------------------------*/

table#table_contents{
	width:100%;
}


td#cell_TOC{
	vertical-align:top;
	width=300px;
	background-color: #e4e8ed;
}


td#cell_contents{
	vertical-align:top;
	
}






