/*Style sheet for The Registry developed by Deborah Wright at Tigercat Design. All rights reserved.*/
body {
	padding: 10px ;
	margin: 0 ;
	font-family: Verdana, sans-serif ;
	font-size: 90% ;
	color: #000000 ;
	background-color: #ffffcc ;
	text-align: left ;
    }

h1, h2 {
	color: #990066;
	}

h3, h4, h5, h6 {
	color: #990066;
	}

a {
  color: #990066;
	}
	
#nav {
	color: #990066 ;
	background-color: inherit ;
	font-weight: bold ;
	text-decoration: underline ;
	font-size: 120% ;
		}

#nav a {
	color: #990066 ;
	background-color: inherit ;
	font-weight: bold ;
	text-decoration: underline ;
	}
	
#nav a:visited {
	color: #999999 ;
	background-color: inherit ;
	text-decoration: none ;
	}

#content {
	text-align: center ;
	top: 25% ;
  	padding: 3% 23% 3% 15% ; 
	color: #000000 ;
	background-color: #ffffcc ;
    }
    
#leftpanel {
	position: absolute;
	top: 45% ; 
	left: 2%;
	width: 20% ;
	height: 100% ;
	margin: 0 ;
	padding: 0 ;
	color: #990066 ;
	background-color: #ffffcc ;
	text-align: left ;
	font-size: 90% ;
           } 
		
.credits {
	font-size: .8em ;
	font-style: italic ;
	text-align: center ;
    }
    
.credits img {
	padding: 1em ;
	}
.tc:link, a.tc:visited {
	padding: 0 2px 1px 16px; 
	background: url(images/print.gif) left center no-repeat; 
	color: inherit; 
	text-decoration: none;
    }
    
#rightpanel {
	position: relative ;
	text-align: center ;
	top: 45% ;
	position: absolute;
	right: 10%;
	width: 20% ;
	color: #000000 ;
	background-color: #ffffcc ;
	}
 