body {
    background-color: #ecbe5c;
    font-family: verdana, arial, helvetica, sans-serif;
    vertical-align: middle;
    margin:0px;
    padding:0px;
    }
    
div { 
    border:none;
    padding:0px;
    margin:0px;
    }
    
.toc-top{   /* encloses everything above the generated portions  */
    text-align: center;
    vertical-align: middle;
    border:none;
    }    
    
.toc-top img { 
    border:none;
    padding:0px;
    margin:0px;
    }
    
#logo-block {
    padding:0px;
    margin:0px;
    background-color:#003053;
    }
    
.catalog-heading{ /* The top heading  */
    font-size: 15px; 
    font-weight: bold;
    color: black;
    margin-top:25px;
    }
    
#search-heading{
    font-size: 12px; 
    font-weight: bold;
    color: black;
    margin-bottom:3px;
    }
    
.search-block{
    color: #333300; 
    line-height: 16px;
    }

.search-block label{
    font-size: 10px;
    margin-bottom: 15px;
    }
    
.search-block select{
    font-size:10px;
    }
    
#search-text{     /* The text box in the search form  */
    border: thin solid #333300;
    font-size: 11px; 
    margin-top: 0px;
    }
    
#search-button{     /* The search button  */
    vertical-align: middle;
    }
    
.heading1{ /* The heading that usually says 'Contents' or 'Table of Contents'  */
    color: #333300;
    margin: auto;
    text-align: center;
    margin-top: 25px;
    font-family: verdana, verdana, arial, helvetica, sans-serif;
	font-size: 13px; 
    color: #333300; 
    font-weight: bold; 
    }
    
/*Link styles*/

a{
    text-decoration: none; 
    display:inline;
    color: #333300;
    padding: 0px;
	margin: 0px;
    border:none;
	}
    
a:hover{
	color: #660000;
	background-color: #FFFFFF; 
	}
    
a:active {
    	color: #660000;
	background-color: #FFFFFF;
	}
	
a:active
{
outline: none;
}

a.hilite
{
background:white;
outline:none;
}

a:focus
{
outline: none;
}

    
/* styles for content generated by SmartCataalog */

.toc{ /* Encloses the generated table of contents below the contents heading   */
    line-height: 14px;
    text-indent: 6pt;
    font-size: 11px;
    margin-left: 15px;
    }
    
.toc img{
    vertical-align: bottom; 
    margin-left: 0px;
    margin-right: 4px;
    }
    
.toc1{ /* unindented contents items  */
    margin: 0px;
    margin-left: 12px;
    margin-top: 5px;
    text-indent: -15px;
    }
.toc2{   /* contents items indented one levels */
    margin: 0px;
    margin-top: 5px;
    margin-left: 24px;
    text-indent: -15px;
    }
.toc3{    /* contents items indented two levels */
    margin: 0px;
    margin-top: 5px;
    margin-left: 36px;
    text-indent: -15px;
    }
.toc4{     /* contents items indented three levels */
    margin: 0px;
    margin-top: 5px;
    margin-left: 48px;
    text-indent: -15px;
    }
.toc5{     /* contents items indented four levels */
    margin: 0px;
    margin-top: 5px;
    margin-left: 60px;
    text-indent: -15px;
    }
.toc6{     /* contents items indented five levels */
    margin: 0px;
    margin-top: 5px;
    margin-left: 72px;
    text-indent: -15px;
    }
.toc7{     /* contents items indented six levels */
    margin: 0px;
    margin-top: 5px;
    margin-left: 84px;
    text-indent: -15px;
    }
.toc8{       /* contents items indented seven levels */
    margin: 0px;
    margin-top: 5px;
    margin-left: 96px;
    text-indent: -15px;
    }

.sp {    /* this style is toggled by dhtml_toc.js to control expanding & collapsing of the TOC */
    display: none   /* The 'display' parameter must remain as 'none' in order for the TOC to expand & collapse correctly */
    }

