body {
    padding:0px;
    margin-top:0px;
    background-color: white;
    }
    
a{
    color: black;
    }
    
a:hover{
    color:black;
    }

a:active{
    color:black;
    }

#container {
    width:950px; 
    background-color:white; 
    margin:auto; 
    margin-top:0px; 
    padding:0px;
    }
    
#header {
    width:950px; 
    height:59px; 
    margin:0px; 
    padding:0px; 
    clear:both; 
    background-image:url('topimagespacer.jpg'); 
    background-repeat:repeat;
    border-top:thin solid dimgray;
    }
    
#header  img{
    border: none;
    }
#maincontent {
    width:600px; 
    background-color:white; 
    float:right; 
    margin:0px; 
    margin-top:0px;
    margin-bottom:40px;
    padding:0px;
    padding-right:20px;
    }
    
#leftpanel{
    background-color: #B5B5B5;
    font-family: verdana, verdana, arial, helvetica, sans-serif;
    vertical-align: middle;
    width: 300px;
    padding-bottom: 15px;
    }
    
#fromtoc{
    margin:0px; 
    padding:0px; 
    background-color: #B5B5B5;
    }
    
#schoollogo{
    margin:0px;
    padding:0px;
    width:300px;
    background-color:white;
    }
  
#footer{
    width:950px; 
    clear:both; 
    border-top:thin solid dimgray; 
    padding-bottom: 7px;
    }
    
.footertext{
    text-align:center;
    font-size:7pt;
    color:black;
    background-color:white;
    margin-top:8px;
    }
    
#clear{
    clear:both;
    width:950px;
    }


/* Left panel, search area and above */
    
.toc-top{
    text-align: center;
    vertical-align: middle;
    }    
    
.catalog-heading{
    font-size: 15px; 
    margin-top: 0px;
    padding-top: 15px;
    font-weight: bold;
    color: white;
    }
    
#search-heading{
    font-size: 12px; 
    font-weight: bold;
    color: white;
    margin-bottom:3px;
    }
    
.search-block{
    color: white; 
    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 #000000;
    font-size: 11px; 
    margin-top: 0px;
    }
    
#search-button{     /* The search button  */
    vertical-align: middle;
    }
    
    
/* left panel below search */

#ait-content .heading1{ /* The heading that usually says 'Contents' or 'Table of Contents'  */
    color: white;
    margin: auto;
    text-align: center;
    margin-top: 25px;
    font-size: 13px; 
    color: #FFFFFF; 
    font-weight: bold; 
    }

#toc-selection{   /* allows highlighting of the current page in the TOC  */
    background-color: #cccccc ;
    padding: 3px;
    margin: -3px;
    }

.toc{ /* Encloses the generated table of contents below the bontents 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 */
    }
