/* Cascading Style Sheet for HTML */
/* MODULE: STATIC OUTLINE */
/* Royal Purple */
/* This stylesheet expects the following HTML structure
		  
   left column in page body
		  #pageBody .left
		  
		  td.outlineColumn
		     div.staticOutline
			     div.maintopic
				     span.select or splan.unselect
			     div.subtopic
				     span.select or splan.unselect
					  
*/

.outlineColumn {
	color: #003300;
	vertical-align: top;	
        background-image: url(../images/lefty.jpg);
}

.staticOutline {
	color: #003300;
	white-space: nowrap; 		
	vertical-align: top;
}

.staticOutline a:link {
	color: #003300;
	border-bottom: solid 0px #7033DD;
	font-size: 8pt;
        font-weight: bold;
        text-decoration: none;		/* no link underline */
}

.staticOutline a:visited {
	color: #002222;
	text-decoration: none;
}

.staticOutline a:hover {
	color:  #114411;
	background-color: #FEFEFF;
        font-weight: bold;
	text-decoration: none;
}

.staticOutline .hometopic {
	color: #003300;
        margin-left:   2px;
        margin-right:  0px;
	margin-bottom: 1em;
	font-size: 8pt;
        font-weight: bold;
	border-top: solid 0px #7033DD;
	margin-top:   .5em;
        padding-top: 0px;
}

.staticOutline .hometopic a:hover {
	color: #004411;
	text-decoration: none;
}

.staticOutline .maintopic {
	color: #005500;
        margin-left:  4px;
        margin-right:  0px;
	margin-bottom: .75em;
	font-size: 8pt;
        font-weight: normal;
	border-top: solid .75px;
	margin-top:   8px;                     /* .5em; */
        padding-top: 6px;
}

.staticOutline .maintopic a:hover {
	color: #004411;
	text-decoration: none;
}

.staticOutline .subtopic {
	color: #005500;
        text-indent: 16px;		/* set to 0 if image is hidden */ 
        margin-left:  4px;		/* use same margin as in .maintopic */
        margin-right:  0px;
	margin-bottom: 0em;
	font-weight: bold;
	font-size: 8pt;
}

.staticOutline .subtopic a:hover {
	color: #004411;
	background-color: #FFEEAA;
	text-decoration: none;
}

.staticOutline .select a:visited {
	color: #000022;
}

.staticOutline .select {
	color: #003300;
}

.staticOutline .unselect {
}

.staticOutline a:active {
	text-decoration: none;
}
