/* css for SIDENAV */
 
 
 
.Sidenav{
	width : 182px;
	padding-left : 32px;
	padding-top : 46px;
	padding-bottom : 6px;
	padding-right : 0px;
	float : left;
	text-align: left;

}

.Sidenav[class] {
	width : 150px;
}

.SideNavSecName {

}

 /* removed from above
 
	background-color : #FFFFFF;
 	filter:alpha(opacity=50); 
	-moz-opacity:.5; 
	opacity: .5;
 
 
  */

.Sidenavcopy {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: normal;
	font-weight : normal;
	letter-spacing: 0;
	line-height: 1.1em;
	font-size: 1.1em;	
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 10px;
	margin-top : 0px;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-right : 0px;
	color: #000000;
}

.Sidenavcopy A:Link {color: #000000; text-decoration: none;}
.Sidenavcopy A:visited {color: #333333; text-decoration: none;}
.Sidenavcopy A:hover {color: #005D00; text-decoration: none;}


.Sidenavcopy H1 {
	font-family: Trebuchet MS;
	text-decoration: none;
	word-spacing: normal;
	font-weight : bold;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.3em;	
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 5px;
	margin-top : 0px;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : -5px;
	color: #4798E7;
}

 /* removed from above
 	background-color : #FFFFFF;
 	filter:alpha(opacity=50); 
	-moz-opacity:.5; 
	opacity: .5;
.Sidenavcopy h1 {}	
   */
   


.Sidenavcopy H1 A:Link {color: #4798E7; text-decoration: none;}
.Sidenavcopy H1 A:visited {color: #4798E7; text-decoration: none;}
.Sidenavcopy H1 A:hover {color: #005D00; text-decoration: none;}

 

.NavGroup {
	/* width : 150px;
	padding : 5px 5px 5px 5px;
	color : #CCCCCC;
	background-color : #FFFFFF;
	border : 1px solid #CCCCCC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;*/
}

.SectionName {
	color : #000000;
	margin-bottom : 6px;
	/* 
	font-weight : bold;
	font-size : 12px;
	border-bottom : 1px solid #EEEEEE;
	*/
}
.SectionName A:Link {color : #000000; text-decoration: none;}
.SectionName A:visited {color : #000000; text-decoration: none;}
.SectionName A:hover {color : #005D00; text-decoration: none;}





.Parent {
	color : #333333;
	margin-bottom : 6px;
	font-weight : bold;
	/*
	background-color : #FFFFFF;
	border-bottom : 1px solid #EEEEEE; 
	*/
}
.Parent A:Link {color : #333333; text-decoration: none;}
.Parent A:visited {color : #333333; text-decoration: none;}
.Parent A:hover {color : #005D00; text-decoration: none;}


.CurrentParent {
	color : #4798E7;
	margin-bottom : 6px;
	font-weight : bold;
	/*
	background-color : #FFFFFF;
	border-bottom : 1px solid #EEEEEE; 
	*/
}
.CurrentParent A:Link {color : #4798E7; text-decoration: none;}
.CurrentParent A:visited {color : #4798E7; text-decoration: none;}
.CurrentParent A:hover {color : #005D00; text-decoration: none;}




.CurrentPage {
	color : #4798E7; 
	margin-bottom : 6px; 
	font-weight : bold; 
	/* 
	background-color : #FFFFFF; 
	border-bottom : 1px solid #EEEEEE;
	*/
	}
.CurrentPage A:Link {color : #4798E7; text-decoration: none;}
.CurrentPage A:visited {color : #4798E7; text-decoration: none;}
.CurrentPage A:hover {color : #005D00; text-decoration: none;}

	
	
.Sibling {
	color : #999999; 
	margin-bottom : 6px; 
	/* 
	font-weight : normal; 
	background-color : #FFFFFF; 
	border-bottom : 1px solid #EEEEEE;
	*/
	}
.Sibling A:Link {color : #999999; text-decoration: none;}
.Sibling A:visited {color : #999999; text-decoration: none;}
.Sibling A:hover {color : #005D00; text-decoration: none;}



.Cousin {
	color : #999999; 
	margin-bottom : 6px; 
	/* 
	font-weight : normal; 
	background-color : #FFFFFF; 
	border-bottom : 1px solid #EEEEEE;
	*/
	}
.Cousin A:Link {color : #999999; text-decoration: none;}
.Cousin A:visited {color : #999999; text-decoration: none;}
.Cousin A:hover {color : #005D00; text-decoration: none;}



.Indent {
	
	margin-left : 20px;
	text-indent : -11px;
	
}




