
.homeDiv
{
	width: 53x;
	height: 25px;
}
.topicTitle
{
	font-weight: bold;
	font-size: 14pt;
	font-family: georgia, arial;
	text-align: center;
}
.content1Title
{
	font-weight: bold;
	font-size: 12pt;
	font-family: georgia, arial;
	text-align: center;
}
/* default toc display.  */
.tocMainExpanded
		{
			color:#000;
 			line-height:13pt;
			width:155;
			background-image: url(../media/tocUpArrow.gif);
			text-Align:left;
			display:block;
			padding-left:10px;
			padding-right:5px;
			padding-top:1px;
			font-size:8pt;
			font-family:georgia, arial;	 
		}
.tocMainNoChld
{
			color:#000;
 			line-height:13pt;
			width:155;
			background-image: url(../media/tocNoChild.gif);
			text-Align:left;
			display:block;
			padding-left:10px;
			padding-right:5px;
			padding-top:1px;
			font-size:8pt;
			font-family:georgia, arial;	 
}

.tocMain
		{
			color:#000;
 			line-height:13pt;
			width:155;
			background-image: url(../media/tocDownArrow.gif);
			text-Align:left;
			display:block;
			padding-left:10px;
			padding-right:5px;
			padding-top:1px;
			font-size:8pt;
			font-family:georgia, arial;
			/*position:relative;*/
		 
		}
/*controls the default display of the submenus that fly out. The display changes when they are visible. Controlled by the javascript function*/
.tocShow
{
	border-right: #c8a112 1px solid;
	padding-right: 4px;
	margin-left: 1px;
	border-top: #c8a112 0px solid;
	padding-left: 5px;
	font-size: 8pt;
	padding-bottom: 2px;
	border-left: #c8a112 1px solid;
	width: 150px;
	padding-top: 2px;
	border-bottom: #c8a112 1px solid;
	font-family: georgia, arial;
}
.tocHid
{
	border-right: #c8a112 1px solid;
	padding-right: 4px;
	margin-left: 1px;
	border-top: #c8a112 0px solid;
	padding-left: 5px;
	font-size: 8pt;
	display:none;
	padding-bottom: 2px;
	border-left: #c8a112 1px solid;
	width: 150px;
	padding-top: 2px;
	border-bottom: #c8a112 1px solid;
	font-family: georgia, arial;
}
.tocSecHexp
		{
			padding-left:4px;
			width:100%; 
			font-size:8pt;
			background:#F5C600;
			border-color: #F5C600;
			border-width: 1px;
			border-style: solid;
 		}


.navLinks
{
	color : Green;
}
.navLinks:hover
{
	color : Red;
}

.tocBackLink
{
	padding-bottom: 3px;
	padding-top: 3px;
}
/*controls the default display of the popout menus.  Display changed by javascript function when needed*/
/*
.tocSecH
		{
			padding-left:4px;
			width:100%; 
			font-size:8pt;
			font-family:georgia, arial;
			border-color: #FFD940;
			border-width: 1px;
			border-style: solid;
 		}
*/

a.tocBack:link
		{
			
 		}
a.tocBack
{
	font-weight: bold;
	font-size: 11pt;
	color: black;
	font-family: Arial;
	font-variant: small-caps;
	text-decoration: underline;
}
a.tocBack:active
		{
  		color: Red;
  		}
a.tocBack:visited
		{
			color:#000000;
 		}
a.tocBack:hover
{
	color: #000099;
}

/*controls the main topic links in the toc*/		
a.toc:link
		{
			text-decoration:none;
 		}
a.toc
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
a.toc:active
		{
  		color: Red;
  		}
a.toc:visited
		{
			text-decoration:none;
			color:#000000;
 		}
a.toc:hover
{
	color: #000099;
}
/*controls display of links in the popout menus*/
a.toc2
		{
		font-weight: bold;
		font-size: 9pt;
		color: black;
		font-family: Arial;
		padding-left:2px;
		text-decoration:none;
 		}
a.toc2:active
		{
  		}
a.toc2:visited
		{
 		}
a.toc2:hover
		{
 			color:#000099;
 		}



a.toc3
		{
			font-weight: bold;
			font-size: 9pt;
			color: black;
			font-family: Arial;
			text-decoration:none;
			padding-left:12px;
 		}
a.toc3:active
		{
  		}
a.toc3:visited
		{

 		}
a.toc3:hover
		{
 			color:#000099;
 		}

a.shide
{
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
	font-size: 12pt;
	color: Red;
}
/*covers the border between main and popover menu*/		
.blank	
	{
		position:absolute;
		top:0;
		left:0;
		background:#FFD940;
		height:13pt;
		width:4px;
		display:none;
	}
	
BODY
{
	background: #F5C600;
	margin-top: 0px;
	margin-left: 0px;
}
