

div
{
  
  
  padding: 12px 12px 12px 12px;
  

  
}




h1
{ font-family:		Tahoma;
  font-size:		18px;
  color:			black;
}
a
{ font-family:		Tahoma;
  font-weight:		bold;
  font-size:		11px;
  color:			black;
}

.light
{ color:			black;
}
.lightsmall
{ color:			black;
  font-size:		10px;
}
.lightstandard
{ color:			white;
  font-weight:		normal;
}
.middle
{ color:			#000000;
}












div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: Tahoma, Verdana, "MS Sans Serif", Arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}

div.menuBar {
  background-color: #f8f2e0;
  border: 2px solid;
  border-color: #bfbfbf #bfbfbf #bfbfbf #bfbfbf;
  padding: 0px 4px 0px 4px;
  text-align: center;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 0px solid #000000;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 0px 4px 0px 4px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 1px;
  border-color: #000000 #000000 #000000 #000000;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #d7ce9d;
  border: 1px;
  border-color: #000000 #000000 #000000 #000000;
  color: #000000;
  left: 1px;
  top: 1px;
}

div.menu {
  background-color: #d7ce9d;
  border: 1px solid;
  border-color: #000000 #000000 #000000 #000000;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;  left: 1px;
  top: 1px;

  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 6px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #b06359;
  color: #000000;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}











#bg_image {
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 0;
}
#contents {
z-index: 1;
position: absolute;
}




