.navcontainer ul {
  margin: 1;
  padding: 0;
  list-style-type: none;
}
.navcontainer li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}    
.navcontainer a {
	display: block;
    color: #000000;
    background-color: #FFFFFF;
    text-decoration: none;
	margin: 0;
	padding: 0;
	height: 20
}     
.navcontainer a:hover {
	background-image: url(images/hover.png);
	background-repeat: repeat-x;
    height: 20px;
    color: #FFFFFF;
	margin: 0;
	padding: 0;
}   
.menubar {
	background-image: url(images/menuBarFill.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 28px;
	width: 100%;
	font-family: "Agency FB", eurostile;
} 
body {
	background-color: #9E1B1B;
	margin: 5px;
	min-width:772px;
	font-size: 6pt;
	vertical-align: top;
}
.searchbar {
	width:200px;
	background-color:#c5c5c5;
}
.searchbar:hover {
	background-color:#FFFFFF;
}	
.titlebar {
	color: white;
	background-image: url(images/titleBarFill.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 30px;
	width: 100%;
	font-weight: bold;
	border:1px solid #000000;
	outline: solid 1px;
} 

.surprise a {
	display: block;
	border: none;
	outline:none;
	cursor:help;
}
.surprise a:hover {
	cursor:help;
}
