body { margin-top:0; 
color: #6699CC;

margin-top:0; 
background-color: #0066CC;  
 
}

a:link {
	color: #FFFFFF;
}

a:visited {
  color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	
}

a:active {
	color: #FFFFFF;
	}
 .more-link a:link {	
	color:#000000;
	}
 .more-link a:hover {	
	color:#000000;
	}
 .more-link a:visited {
  color: #000000;
}
 .leftpane a:hover{ 
    font-size:12px;
	text-decoration: none;
	
	}
 .centerpane a:hover{ 
  
   font-style:oblique;
   font-family:"Times New Roman", Times, serif;
   text-decoration: none;
	  
	}
 .opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}
.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;

}
.left_menu_headings {
	font-family: "Times New Roman", Times, serif;
	font-size:  small;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #66CCFF;
} 
.fadecontentwrapper{ /* Total width: 350px+5px+5px=360px Read relative width relations for the other two containers below! */
position: relative;
width: 350px;
height: 250px; /* Set height to be able to contain height of largest content shown*/
border: 5px solid maroon;
overflow: hidden;
}

.fadecontent{ /*style for each fade content DIV within wrapper. Total width: 330px+10px+10px=350px (".fadecontentwrapper" width minus its padding and borders, if any) */
position: absolute;
background: white;
padding: 10px;
visibility: hidden;
width: 330px;
}

.fadecontenttoggler{ /*style for DIV used to contain toggler links. Total width: 350px+5px+5px=360px */
width: 350px;
border: 5px solid maroon;
border-top-width: 0;
overflow: hidden;
}

.fadecontenttoggler a{ /*style for every navigational link within toggler */
text-decoration: none;
border-right: 2px solid maroon;
padding: 0 5px;
float: left;
display: block;
font-weight: bold;
color: black;
}

.fadecontenttoggler a:hover{
background: #C03021;
color: white;
}

.fadecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.fadecontenttoggler a.prev, .fadecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
color: black;
}

.fadecontenttoggler a.prev:hover, .fadecontenttoggler a.next:hover{
color: white;
background: black;
}

.fadecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #C03021;
color: white;
}



