/* CSS Document 

color and design styles*/

/* Set the overall color scheme*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
		
	h1,h2,h3,h4,h5{ margin: 0.2em 0 }
	P { margin: 1em  1em;
	font-family: "Arial, Helvetica, Sans serif";
	color: #000000;
	font-size:11pt;
	font-weight:normal;
	}
tt{
font-size:9pt;
padding-bottom:5px;
}
.style1 {color: #CC3300}
/* 	h1{
	color: #000000;
	
	}
	 h2 {
	color: #005279;
	font-size:16pt;
	}
	h3{
	color: #76C793;
	font-size:14pt;}
	
	h4{
	color: #007BB7;
	font-size:12pt;
	} 
	
	h5{
	color: #007BB7;
	font-size:10pt;
	}
	 h6 {
	color: #B9DBEC;
	font-size:10pt;
	}*/
H1{	font-family: "Times New Roman", "Times, serif";
	color: #003926;
	text-align:left;
	vertical-align:top;
	font-size: 18px;}	
	
H2{	font-family: "Times New Roman", "Times, serif";
	color: #003926;
	text-align:left;
	vertical-align:top;
	font-size: 18px;}
	
H3{	font-family: "Times New Roman", "Times, serif";
	color: #709256;
	text-align:left;
	vertical-align:top;
	font-size: 16px;
	}
H3.Title{	

	padding-top:0px;
	font-family: "Times New Roman", "Times, serif";
	color: #160567;
	text-align:left;
	vertical-align:top;
	font-size: 16px;
	line-height:20px;}	
.Title{	

	font-family: "Times New Roman", "Times, serif";
	background-color:#003926;
	text-align:left;
	vertical-align:top;
	font-size: 16px;
	line-height:16px;	
	color: #160567;
	padding:10px;}	

H4{	
	font-family:"Times New Roman", "Times, serif";
	color: #FFFFFF;
	text-align:left;
	vertical-align:top;
	font-size: 14px;}


H5{
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	text-align:left;
	vertical-align:top;
	font-size: 12px;}
H6{	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	text-align:left;
	vertical-align:top;
	font-size: 12px;}
td{
	font-family: arial, helvetica, sans-serif;
	font-size:9pt;
}
/********   Links General      *****************/ 
/***********************************************/ 
a{color: #3029AF;}
a:link {
	color: #3029AF;
}

a:visited {
  color: #3029AF;
}

a:hover {
	text-decoration: none;
	color:#709256;
}

a:active {
	color:#709256;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box:link, a.box:visited{
	padding: 3px;
	background-color: #003926;
	text-decoration: none;
	border: medium solid #003926;
	color: #DFE4A3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #003926;
	padding: 2px;
	text-decoration: none;
	background-color: #709256;
	border: medium solid #FAFC98;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.highlight{
	background-color:#160567;
	color: #ffffff;
	font-size: 10pt;
	padding:0px;
	padding-left:6px;
	padding-right:6px;
}
.highlightHeader{
font-family:"Times New Roman", "Times, serif";
	background-color:#003926;
	color: #ffffff;
	font-size: 11pt;
	font-weight:bold;
}
a.highlight{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:left;
	vertical-align:top;
	font-size: 9px;
	padding-bottom: 5px;
	list-style-type:disc;
	line-height:9px;}

a.highlight:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:left;
	vertical-align:top;
	font-size: 9px;
	padding-bottom: 5px;
	list-style-type:disc;
	line-height:9px;
	text-decoration:underline;
	}
a.highlight :VISITED{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:left;
	vertical-align:top;
	font-size: 9px;
	padding-bottom: 5px;
	list-style-type:disc;
	line-height:9px;
	text-decoration:underline;
	}
a.highlight:ACTIVE {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:left;
	vertical-align:top;
	font-size: 9px;
	padding-bottom: 5px;
	list-style-type:disc;
	line-height:9px;
	text-decoration:underline;
	}

/***********************************************/ 
li.bullet {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:left;
	vertical-align:middle;
	font-size: 9px;
	line-height: 14px;
	padding-bottom: 5px;
	list-style-type:square;

	
}
li.highlight {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:left;
	vertical-align:top;
	font-size: 9px;
	line-height: 14px;
	padding-bottom: 5px;
	list-style-type:disc;
	line-height:9px;
	
}


/***********************************************/ 

/*  INNER SECTION MENUS */

.sectionmenu{
	padding-left:0px;
	color: #DFE4A3;
	
}
.sectionmenu LI UL{
	list-style-type : none;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left:0px;
	margin:0px;
	margin-left:0px; 
	

}
LI.sectionmenuHeading 
{
	border-bottom-color: #003926;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	list-style-type: none;
	padding-top:5px;
	padding-bottom: 5px;
	font-weight: bold;
	color:#003926;
	padding-left:0px;
	margin:0px;
}
.isectionmenuLink{
	text-decoration: none;
	color: #FAFC98;}
a.isectionmenuLink:link{
	text-decoration: none;
	color: #FAFC98;}
a.isectionmenuLink:visited{
	text-decoration: none;
	color: #FAFC98;}
a.isectionmenuLink:Hover{
	text-decoration: none;
	color: #FAFC98;}

.sectionmenuLink{
	text-decoration: none;
	color: #DFE4A3;}
a.sectionmenuLink:link{
	text-decoration: none;
	color: #FAFC98;}
a.sectionmenuLink:visited{
	text-decoration: none;
	color: #FAFC98;}
a.sectionmenuLink:Hover{
	text-decoration: none;
	color: #003926;}
 

/* END INNER SECTION MENUS */
.innerrightbox{
	text-decoration: none;
	color: #003926;}
a.innerrightboxLink:link,
a.innerrightboxLink:visited{
	text-decoration: none;
	color: #FFFFE0;}
a.innerrightboxLink:Hover{
	text-decoration: none;
	color: #DFE4A3;}
innerrightbox.Li  {
	color: #DFE4A3;
	azimuth: far-left;
	
}
innerrightbox H3{
margin: 0em  0em;
	font-family: "Arial, Helvetica, Sans serif";
	color: #003926;
	font-size:11pt;
	font-weight:normal;
	}
}
/*rightinnerbox styles */

/*END rightinnerbox styles */

.menu{
	
	color: #DFE4A3;
}
.menu LI{
	border-top-color : #DFE4A3;
	border-top-style : solid;
	border-top-width : 1px;
	list-style-type : none;
	padding-top:5px;
	padding-bottom: 5px;
	margin:0;

}
LI.menuHeading 
{
	border-bottom-color : #DFE4A3;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	list-style-type : none;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left:2px;
	margin:0;
	font-weight: bold;
	color:#FCFDBB;
	font-size:12pt;
}

dl.sectionColor{
	background-color: #709256;
}

a.menuHeading:link, a.menuHeading:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color:#FCFDBB;
	font-size:12pt;
	padding:1px;
}

a.menuHeading:hover {
    color: #003926;
	padding:1px;
    text-decoration: none;
	background-color: #FAFC98;
	border: 2px solid #DFE4A3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#ancestortable LI{
color:#000000;
}

.ancestorFamilyLinks{

background-color:#003926;
color:#DFE4A3;
padding:6px;
font-weight:bold;
font-size:18px;
font-family: "times new Roman"
}


.menuLink{
	text-decoration: none;
	color: #DFE4A3;}
a.menuLink:link{
	text-decoration: none;
	color: #DFE4A3;}
a.menuLink:visited{
	text-decoration: none;
	color: #DFE4A3;}
a.menuLink:Hover{
	text-decoration: underline;
	color: #DFE4A3;}
	
/* /*  end MENUS */



.children{font-size:9pt;}

td.fineprint {font-size:8pt;}
.highlightHeader{
font-weight:bold;}