	#title {
		font-family: "Arial",Times,serif;
   	 }
   	 
   #title ul {
		padding: 30 0 ;
		list-style-type: none;
		text-align: center;
		background: white;
		border: 4px solid #A0A0A0;
    }
    
	#title li {
		display: inline;
		list-style-type: none;
		padding-right: 20px;
		font-size: 24;
    }
   	#title a {
		text-decoration: none;
		width: 12em;
		text-align: center;
		color:#909090;
    }
	
	#title a:hover {
		position: relative;
		top: 0.1em;
		color: #808080;
		font-weight: bold;
	}
	
	#title #selected {
		position: relative;
		top:0.1em;
		color: #707070;
		font-weight: bold;
	}



#topbar img{
	height:70px;
	width:80px;
}

#topbar{
padding:5px;
}

#topbar a{
display:block;
width:100%;
height:100%;
}

#topbar td{
border:3px outset;
}
#topbar td:hover{
border:3px inset;
}


	#tab {
		font-family: "Arial",Times,serif;
 		font-size:16;
   	 }
   	 
	#tab ul {
		list-style-type: none;
		text-align: center;
   	 }
    
	#tab li {
		position: relative;
		top:0.15em;
		float: left;
		border: .15em  solid #802A00;
		width: 7em;
		height: 3.5em;
		margin: 0 2 0 0;
		background: #FFE4E1;
		border-radius: .4em .4em 0 0;
		}
    
	#tab li a {
		display: block;
		padding-top:0.8em;
		text-decoration: none;
		word-wrap: break-word;
		color:black;
 		width: 7em;
		height: 3.5em;
 }
	
	#tab li:hover {
		background:#FEBFBF;
	}
	
	#tab #selected {
		top:0.2em;
		height: 3.6em;
		border-bottom-width: 0;
	}
	#tab #selected:hover{
		background:#FFE4E1;
	}






#content {
	border: 0.15em solid #802A00;
	clear: both;
	padding: 0 1em;
	background: #FFE4E1;
	font-family: "Arial",Times,serif;
}

#content h2 {
		display: block;
		border: 0.05em solid #802A00;		
		text-align:center;
		background:white;
	}

#content table{ 
	margin-left: auto;
	margin-right: auto;

	}
#content tr{
	text-align: center;
}

#content td{
	width:150;
	vertical-align:center;
	text-align:center;
	height:80;
	} 
	
#content img {
	border: 1px outset #802A00;
}

#content #stale{
	border: 3px outset 	#FF00FF;
	} 


#notes {
	border: 0.15em solid #802A00;
	clear: both;
	padding: 0 1em;
	background: #FFE4E1;
	font-family: "Times",Times,serif;
}

#notes h2 {
		display: block;
		border: 0.05em solid #802A00;		
		text-align:center;
		background:white;
		font-family: "Arial",Times,serif;
	}

#notes table{ 
	margin-left: auto;
	margin-right: auto;

	}
#notes tr{
	text-align: center;
}

#notes td{
	width:150;
	vertical-align:center;
	text-align:center;
	height:80;
	} 
	
#notes a img {
	border:1px solid #802A00 !important;
}
