
/* Sets background of cell for header image */	

td.head {	background-color : #ffffff ;
		
	  	}


/* Sets background of cell for header navigation */	

td.headbar {	background-color : #ffffff ;
		padding: 0px;
		margin: 0px;
		}

/* Sets DIV CLASS for header navigation link. NOTE images would be preferred */	

td.headnav {	
	  border-right: 1px solid #fbac47 ;
				}

/* Sets header navigation link styles */	

#headnav a {	display: inline;
		font-size: 11.5px ;
		font-family : Verdana, Arial, Helvetica, sans-serif; 
		color : #000000 ;
		padding: 2px 2px 2px 5px; 
		text-decoration:none ;
		}



#headnav a:hover {	background-color:#ffffff; 
			text-decoration:none ;
			}
			


/* Sets style for left hand navigation cell ------------------------  */

.leftcell {	
		text-align: left ;		
		background-color: transparent ;
		padding: 0px 0px 0px 0px ; 
		margin: 0px ;	
		}


#leftcell {	background-color: transparent ;	/* Provides a div class within the left cell */
		padding: 20px 0px 30px 0px ;
		margin: 0px 0px 0px 0px ;
		}




/*  LEFT NAVIGATION STYLES  -------------------------------------------------------------*/

.navheader {	
		font-family : Arial, Verdana , Helvetica Bold, sans-serif; 
    		font-size : 14px ;
		color: #ffffff ; 
		letter-spacing: 1.5px ;
		background-color : #95acc3 ; 
		padding: 4px 0px 4px 10px;
		margin: 0px ;
		}

a.navitem {
		display: block ;
		font-family : Verdana, Verdana ; 
		font-size : 11.5px ;
		color : #00008b ; 
		text-decoration:none ;
		font-weight: normal;
		text-align: left ;
		padding: 5px 10px 3px 10px ;
		border-bottom: 1px dotted #fbac47 ;
		}

								
a.navitem:hover {
		display: block ;
		font-family : Verdana, Verdana ; 
		font-size : 11.5px ;
		color : red ; 
		text-decoration:none ;
		font-weight: normal;
		text-align: left ;
		padding: 5px 10px 3px 10px ;
		border-bottom: 1px dotted #fbac47 ;
		}
		





/* Footer style for cell containing footer notes */
		
td.footerinfo {	background-color: #ffffff;
		font-family : Verdana, Arial, Helvetica, sans-serif; 
		font-size : 10.5px ;
		text-align: center;
		color : #FF9900 ;
		margin-bottom: 10px ;
		
		}

/* Footer style for cell containing footer bar */
td.footer {	background-color : #FDB549 ;
		}




