    
/* Styles for banner/footer  */
/*****************************/          
#footer        { text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; width: 100%; height: 50px;}
#disclaimer    { text-align: justify; padding-left: 10px; padding-top:4px; }
#banner strong { font-size: 160%; font-family: sans-serif;}
#banner em     { font-weight: bold; font-size: 100%; font-family: serif; }

/* Styles for content */
/**********************/
#content { margin: 10px; }
#content a.target {color: black; text-decoration: none;}
#content .banner  {text-align: center;}

#content p,
#content dd { text-align: justify; }

th { text-align: left; }

#index_content p,
#index_ content dd { text-align: justify; }

/* Styles for Functions bar */
/****************************/
#funcbar { font-size: 80%;
             font-family: Verdana, Arial, Helvetica, sans-serif;
             margin-left: 2em;
           }
#funcbar a { text-decoration: none; }

    
/* Styles for Table of Contents: */
/*********************************/
#toc ul         { list-style: none;	}
#toc li a       { text-decoration: none; margin: 0; padding-bottom: 0; }
#toc li a:hover { text-decoration: underline; }
#toc            { font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Stuff for Breadcrumb navigation lists: */
/******************************************/
.breadcrumbs span.marker { display: none; }

/* Styles for advanced search form */
/***********************************/
#advsearch form select { width: 12em; }