/* Default CSS Stylesheet for a new Web Application project */

BODY
{
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	

	}	
		
TH	{	
	}	

A.BlackLink  
{
    color: Black;
    text-decoration: none;
}
.SelectedLink
{
    color: #AD6D2D;
    text-decoration: none;
    font-weight: bold;
}
A.BigLink 
{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	color: Black;
}

A.ProjectLinks
{
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: Normal;
	color:	Black;
}
A.BottomLinks   
{
 color: #FFFFFF; 
 text-decoration: none;    
}

A {	

	}
	
A:visited	{	

	
	}	
		
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	/*margin-left: 0px;
	margin-right: 0px; */
	}
.Hang 
{
    text-indent: -2em;
    margin-left: 2em; 
    
    }
 .LeafStyle
{
    text-indent: -2em;
    margin-left: 2em; 
    }
P.LeftNav1
{
     margin-bottom:.6em; 
     margin-top: .6em;
    text-indent: -0.5em;
    margin-left: 0.5em;     
}

.menu a{
	color: black;
	text-decoration: none;
}
.menu a:hover{
	color: #A2002D;
}

.bigMenu a{
	color: black;
	text-decoration: none;
}
.bigMenu a:hover{
	color: #A2002D;
}

.menuTrigger{
	font: 10pt Verdana, sans-serif;
	color: black;
	padding: 0px;
	width: 88px;
	height: 15;
	z-index: 20000;
	cursor: pointer;
	cursor: hand;
}
.menu{
	font: 7pt Verdana, sans-serif;
	color: black;
	background-color: #FEFEE3;
	padding: 4px;
	
	visibility: hidden;
	z-index: 20000; 
}

.bigMenu{
	font: 8pt Verdana, sans-serif;
	color: black;
	background-color: White;
	visibility: hidden;
	z-index: 2000; 
}

p.menuItem {
  margin-top: .6em; margin-bottom: .6em;
  color: Black;
}

p.BigMenuItem {
  margin-top: .6em; margin-bottom: .6em; padding-left: 0em; margin-left: .3em;
  color: Black;
}
        #fadeBandsV {
            position: relative;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 80px;
            z-index: 1;
        }

        #fadeBandsH {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            z-index: 1;
        }

        #fadeBandsV div {
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        #fadeBandsH div {
            overflow: hidden;
            position: absolute;
            height: 200px;
        }

        #pageContent {
            position: relative;
            z-index: 2;
        }
