﻿.pagestyle {
	background-color:  orange;
	font-family: Arial;
	color: #FFFF00;
	font-weight: bold;
}
.midBanner {
	border: black thin solid;
	left: 350px;
}
.link {
	color: yellow;
	text-decoration: none ;
}
.linkOnMover {
	color:maroon;
	background: orange;
}
.midPane {
	background-color: #401609;
	position: relative;
	width: 600px;
	margin-left: auto ;
  	margin-right: auto ;
  	border: thin black solid  ;
 }
.midUpperPane {
	height: 200px;
	text-align: center ;
}
.midMidPane {
	height: 200px;
}
.menuPane {
	width: 150px;
	height: 200px;
}
.menuLogoPane {
	width: 450px;
	height: 180px;
	left: 148px;
	top: -115px;
	position: relative;
}
.midBottomPane {
	height: 600px;
}
.tableHeading {
	color: yellow;
}
.tableRow {
	color: white;
	font-weight: normal; 
	width: 180px;
}
#navmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navmenu ul li {
	width: 150px;
}
#navmenu ul li a {
	text-decoration: none;
	display: block;
	width: 150px;
	color: yellow;
}
#navmenu ul li a:hover {
	background-color:yellow;
	color: #331A00;
}