/* Applies to all links without reference */


a:link  {
  /* Applies to links */
  text-decoration:  none;
  color: #004101;
  
}

a:visited  {
  /* Applies to visited links */
  text-decoration:  none;
  color: 	    #004101;
  
}


a:hover {
/* Applies to hovered links */ 
    text-decoration:  underline;
    color:            #004101;
       
}


a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  color: 	    #004101;
  
}


a:link.menuText {
  /* Applies to the main menu links */ 
     font-family: Arial; 
     font-size: 11pt; 
     color: Black; 
     text-decoration: none; 
} 

a:hover.menuText {
  /* Applies to the main menu when you hover over links */ 
     font-family: Arial; 
     font-size: 11pt; 
     color: Black; 
     text-decoration: none; 
     background-color: #FFF8DC; 
} 

/* Here for left menus */

div.menuleft { 
     padding:0px; 
     margin-left:10px; 
     text-align: left; 
} 

/* Here for left menus */
div.menuleft a:active { 
     font-family: Arial; 
     font-size: 8pt; 
     color: #000088; 
     text-decoration: none; 
     
} 
/* Here for left menus */
div.menuleft a:link { 
     font-family: Arial; 
     font-size: 8pt; 
     color: #000088; 
     text-decoration: none; 
    
} 
/* Here for left menus */
div.menuleft a:hover { 
     font-family: Arial; 
     font-size: 8pt; 
     color: #000088; 
     text-decoration: none; 
     background-color: #F6A000; 
    
} 
/* Here for left menus */
div.menuleft a:visited { 
     font-family: Arial; 
     font-size: 8pt; 
     color: #000088; 
     text-decoration: none; 
      
} 

/* Menubar notes menu selections on left */

div.menubar {
	
	text-align: center;
	background-color: transparent;
	font-weight: bold;
	
}

div.menubar a:link {
	font-family: Arial;
	font-size: 11pt;
	color: #004101;
	
}

div.menubar a:visited {
	font-family: Arial;
	font-size: 11pt;
	color: #004101;
		
}

div.menubar a:hover {
	font-family: Arial;
	font-size: 11pt;
	color: #004101;
	background-color: #FBF9D2;
   text-decoration:  underline;
}


div.menubar a:active {
	font-family: Arial;
	font-size: 11pt;
	color: #004101;
}

/* Title denotes topic headings */
p.title {
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #004101;
}

p.title_sub {
	font-family: Arial;
	font-size: 11pt;
	text-decoration: underline;
	color: #000000;
}

/* General Text */
p.text {
	font-family: Arial;
	font-size: 11pt;
}


p.news {
	font-family: Arial;
	font-size: 11pt;
}

div.links {
        margin-top: 0px;
}

div.caption {
  text-align: center; 
  font-family: Arial; 
  font-size: xx-small; 
  font-style: italic;
}

UL LI {
  list-style-image: url(../images/frankincense.jpg);

}

