BODY 
{ 
  background: 
     rgb(231,218,210) 
     url(/images/sheboygan-steak.jpg) fixed center;
  background-repeat: no-repeat;
  color: rgb(132,0,0);
  font-family: Tahoma, Verdana, Arial, Helvetica;
  text-align: center;
}


ul 
{
	text-align: left;
	list-style-image: url(/images/bullet.gif);
	text-indent: 12px;
	padding-left: 64px;
	padding-right: 42px;
}

li
{
	height: 24px;
	padding-right: 42px;
	margin-bottom: 12px;
}

.Heading
{
	table-layout: fixed;
	font: bold 12pt/1.5 "Lucida Grande" , "Trebuchet MS" , "Bitstream Vera Sans" , Verdana, Helvetica, sans-serif;
	list-style-type: none;
	letter-spacing: 1.25pt;
	border-collapse: collapse;
	text-align: center;
	width: 721px;
    margin: 0 auto;
}

.Body
{
	table-layout: fixed;
	font: bold 12pt/1.5 "Lucida Grande" , "Trebuchet MS" , "Bitstream Vera Sans" , Verdana, Helvetica, sans-serif;
	list-style-type: none;
	letter-spacing: 1.25pt;
	border-collapse: collapse;
	height: 90%;
	text-align: center;
	width: 960px;
    margin: 0 auto;
}

.Body P
{
	filter: Chroma(Color=#DDDDDD);
	margin-left: 42px;
	margin-right: 42px;
	text-align: left;
}



a
{
	text-decoration: none;
	color: rgb(0,160,74);
}


a:hover
{
	text-decoration: none;
	background:  rgb(132,0,0);
	color: rgb(255,255,200); 
}

a:hover h1
{
	color: rgb(255,255,200); 
}


.MenuSection 
{
  clear: both; 
/* width: 100%; */
  height: 48px;
  margin: 0px;
  padding: 0px;
  border: solid 0px;
  margin: 0 auto;
}

.hmenu 
{
  width: 742px;
  padding: 0px;
  margin: 0px;
  list-style: none none 0px;
  display: block;
  border: none 0px rgb(0,160,74);
}

.hmenu li {
  color: rgb(255,255,200); 
  width: 160px;  
  height: 36px;
  display: inline;
  margin: 0px;
  padding: 0px;
}

.hmenu li img {
	padding-right: 8px;
}

.hmenu a {
  color: rgb( 255,255,200 ); 
  width: 160px;  
  height: 36px;
  padding: 0px;
  margin: 0px;
  font-weight: 900;
  padding-top: 4px;
  text-decoration: none;
  text-align: center;
}

.hmenu a.selected 
{
	background: none url(/images/menu-selected-bg.gif);
	color: rgb(255,255,255);
}

.hmenu a:hover {
  /* background: rgb(200,200,200); */
  background: none url(/images/menu-selected-bg2.gif);
  color: rgb(255,255,255);
}







.vmenu 
{
  width: 160px;
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: block;
  border: solid 0px rgb(0,160,74);
  background: rgb(0,160,74);
  border-top: solid 5px rgb(0,160,74);
}


.vmenu li {
  color: rgb( 255,255,200 ); 
  width: 160px;  
  height: 36px;
  display: block;
  border-right:  solid 1px rgb(255,255,200);
  border-left:  solid 1px rgb(255,255,200);
  border-top:  solid 1px rgb(255,255,200);
}


.vmenu a {
  color: rgb(255,255,200); 
  background: rgb(0,160,74);
  width: 160px;  
  height: 36px;
  padding: 6px;
  font-weight: 900;
  text-decoration: none;
  border-top: 1px;
  width: 100%;
}

.vmenu a.selected 
{
	background: rgb();
	color: rgb(0,160,74);
}

.vmenu a:hover {
  background: rgb();
  color: rgb(0,160,74);
  width: 160px;  
  height: 36px;
  padding: 6px;
  filter: Shadow(Color=#000000, Direction=90);
}


.TopText {
  text-align: left; 
  width: 100%;
  margin-bottom: 14px;
  font-weight: bolder;
  display: inline;
}

img { border: none; }

h1,h2,h3,h4,h5,h6 
{
	margin-left: 32px;
	margin-right: 32px;
}

h1
{
	font-family:  Rockwell, Times New Roman, Serif;
	font-weight: bold;
	color: rgb(132,0,0);
	filter: glow(Color=#ffcc66, Strength=100); 
	filter: Gray;
}

h5
{
   font-size: 24px;
}

.Page 
{
	text-align: center;
		
}