/* CSS Document */
html {
overflow-y: scroll;
}
#ContentCol {float: right;	width: 735px; height: 1%; padding-right:20px }


	
/* STYLES FOR TABS */	

#ContentCol ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/ 
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
#ContentCol ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
#ContentCol ul.tabs li a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
#ContentCol ul.tabs li a:hover {
	background: #ccc;
}
html #ContentCol ul.tabs li.active, html #ContentCol ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

#ContentCol .tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
#ContentCol .tab_content {
	padding: 15px;
}

#ContentCol .tab_content p {
	margin: 0 0 15px 0;
	LINE-HEIGHT: 165%;
}

#content ul
{
list-style-type: none;
padding: 0;
margin: 20px;
}


#ContentCol .tab_content li {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left:25px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .57em;
	padding-left: .9em;
	line-height:165%;

}	

#ContentCol .tab_content  ol {
		padding-bottom:15px;
}

	
#ContentCol .tab_content  ol li {
	margin-top:10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:70px;
	line-height:145%;
	background-image:none;
	
}

#ContentCol .tab_content ol .lower-alpha {
	list-style-type:lower-alpha; 
	
	}


#ContentCol .tab_content h2 {
	margin: 25px 15px 5px 0;
 	color:#666666; 
	font-family: “Times New Roman? Arial, sans-serif;
	font-size: 1.3em; 
	font-weight:bold; 
	border-bottom: 1px solid #cccccc;
	
	}


#ContentCol .tab_content h3 {
	margin: 25px 15px 5px 0;
	font-family: Arial, sans-serif;
	font-size: 1.2em; 
	font-weight:bold; 
	color:#333;
	letter-spacing: 0.05ex;
}



#ContentCol table {
	table-layout:auto; 
	margin-left: auto; 
	margin-right: auto;
	border: 1px #000000 solid;
	border-collapse:collapse;

	} 



#ContentCol  th { 
	background-color: #007097;
	border: 1px #000000 solid;
	color: #ffffff;
	height:25px;
	font-weight:bold;
	text-align:center;
	white-space: normal;
	padding:5px;

	}


#ContentCol th a:link {color:#FFFF00; text-decoration:underline;  font-weight: normal}
#ContentCol th a:visited {color:#fff; text-decoration:none; font-weight: normal}
#ContentCol th a:active  {color:#666666; text-decoration:underline; font-weight: normal}
#ContentCol th a:hover   {color:#fff; text-decoration:none;	font-weight: normal}

	




#ContentCol  td { 

	border: 1px #000000 solid;
	font-weight: normal;
	color: #333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px; 
	white-space: normal;

}

#ContentCol  td p { 

	padding:0;
	margin:0;

}

#ContentCol table.TableNoBorder {
	table-layout:auto; 
	margin-left: auto; 
	margin-right: auto;
	border-top:1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left:none;
	border-right:none;
	/*width:650px;*/

	} 
	

#ContentCol table.TableNoBorder td { 
	border: none;
}

/* SIDE COLUMN NAVIGATION STYLES FOR USE WITH TABS  */
#SideCol {
    width: 215px;
}
  

#SideCol h3 {
	margin: 2px 5px 5px 25px;
 	color:#007097; 
	font-family: “Times New Roman? Arial, sans-serif;
	font-size: 1.3em; 
	font-weight:bold; 
	
	}


#SideCol .TOC {
	margin: 2px 115px 0 25px;
 	color:#007097; 
	font-family: “Times New Roman? Arial, sans-serif;
	font-size: 1.3em; 
	font-weight:bold; 
	border-bottom: 0px solid #cccccc;
	
	}




#SideCol a:link {color:#333; text-decoration:none;  font-weight: normal}
#SideCol a:visited {color:#007097; text-decoration:none; font-weight: normal}
#SideCol a:active  {color:#666666; text-decoration:underline; font-weight: normal}
#SideCol a:hover   {color:#cc0000; text-decoration:underline; font-weight: normal}

#SideCol hr {
	margin:0 auto;
	padding:0;
	color:#CCC;
	width:170px;
	height: 1px;
	margin-bottom:5px;
}


#TOCBook {
	float:right;
	windows:200px;
    padding:15px;
	}

#TOCTitleAuthor {
	float:left;
	width:500px;
}

#clear {clear:both}