/* cavanistyles.css */
body
	{
    	margin:10px;
	    font-family: arial, helvetica;
    	font-size: small;
    	color: #000000;
    	background-color: #EEE8AA;
    }
p.head
{ 
text-indent:0px
}
 p
{ 
text-indent: 30px
}

table
	{  
      	background-color: #F9F2C3;
      	padding: 0px;
      	border:double 4px #BDB76B;
    }
    
    
img.lvb

	{  	  
   	
   		padding: 2px;
      	border:double 4px #BDB76B;
       
       }

div.wrap
	{
	border:double 4px #BDB76B;
	}
	    
div.library
    {	
		width: 80%;
   		margin:auto;
   		text-align: center;

      	border:double 4px #BDB76B;
        }
        
div.press
	{
		width: 200px;
		background-color: #ffffff;
   		float: right; 
   		vertical-align: top;
   		padding: 4px;
      	border:double 4px #BDB76B;
      	margin-left: 20px;
      	margin-bottom: 15px;
    }
    
td.navbar
	{
		width: 700px;
		height: 34px;
		padding: 0;
		color: #ffffff;
		background-color: #BDB76B;
		text-align: center;
	 }
	 
td.cd
   	{ 
		padding-left: 15px
	}

	
/* navbarlinks */
a.normal
	{
		padding: 6px;
	  	color: #fff9c1;
		font-family: arial, helvetica;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
	}
        
a.notnormal
	{
		padding: 6px;
		font-family: arial, helvetica;
		font-size: 12pt;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
	}
	
a.normal:link
	{
 		color: #ffffff;
 	}
	
a.normal:visited
	{
 		color: #B8860B;
 	}

a.normal:hover
	{	
	   	   	color: #8B4513;
	}
	
a.normal:active
	{
	  color: #000000;
 	}

/* paragrapgh style */
p,blockquote
	{ 
		line-height: 150%
	} 

/* jump link style */
a.home
	{
		font-family: arial, helvetica;
    	font-size: small;
    	color: #000000;
    	text-align: center;
    }


h2
	{
   		color: #B8860B;
		font-family:   "copperplate gothic light", bodoni, Garamond;
		font-size: 30px;
		text-align: center;
	}

h3
	{
   	 	color: #B8860B;
		font-family:  "copperplate gothic light", bodoni, Garamond;
		font-size: 24px;
		text-align: center;
	}
	
	
h4
	{
   	 	color: #B8860B;
		font-family:  "copperplate gothic light", bodoni, Garamond;
		font-size: 20px;
		text-align: center;
	}
	
/* bio links  */
a.bio
	{
		color: #B8860B;
		font-family: arial,helvetica;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: underline;
	}

a.bio:link
	{
 	    color: #4682B4;
 	}
	
a.bio:visited
	{
 	  color: #4682B4;
 	}

a.bio:hover
	{	
color: #021E6E;
	}
	
a.bio:active
	{
	   color: #000000;
 	}
  
td.names
	{
	   text-align: center;
	}

/* schedule info links */	
	a.info
	{
   		color: #B8860B;
   		font-family: arial,helvetica;
		font-size: 10pt;
  		text-decoration: underline;
	}
a.info:link
	{
 	   color: #B8860B;
 	}
	
a.info:visited
	{
 		color: #B8860B;
 	 }

a.info:hover
	{	
  
		color: #8B4513;
	}
	
a.info:active
	{
		color: #7d7b15;
 	}


/* schedule white bars style */

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

/* page photo style */
  
 	
div.photo
        {
                border-width:10px;
                border-color:#ffffff;
                border-style:solid;
                float:right; 
                margin-top:5px; 
                margin-left:20px; 
                margin-bottom:10px;
        }
 
/* eduaction page style */
font.ed
		{
			font-family: lucida, helvetica, georgia;
			weight: bold;
		}
       

