/* index-master-m4.css
 * Master style sheet for ngender.net website index page.
 * Positioning information, heights, widths and colors.
 * Copyright (c) 2004.  NGender Consulting Group.  All rights reserved.
 */
center {
  color: #47008B;
}
#IndexBody {
  margin: 10px;
  background-color: white;
  overflow: none;
}
#Header {
  padding:0px;
  margin: 0px;
  border-bottom: black 1px solid;
  
}
#NGenderLogo { float: left; padding-right: 10px;}
#Footer {
  border-top: black 1px solid;
  vertical-align: middle;
  padding: 0px; 
  margin: 0px;
}
#BodyTable { width:100%; }
#MainRow {
  width:100%;
}
#MainCell {
  position: relative;
  overflow: auto;
  vertical-align: top;
  color: #47008B;
}
#MainFrame {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: white;
}
#MenuCell {
  position: relative;
  vertical-align: top;
  padding-right: 14;
}
.Menu {
  float: right; /* questionable! */
  position: relative;
  padding-right: 14px;
  background-color: white;
}
.menuBase {
  margin-left: 0;
  margin-top: 20px;
  text-align: left;
  background-color: white;
}
.menuAnchor:link, .MenuAnchor:visited, .MenuAnchor:active {
  text-decoration: none;
  background-color: white;
  color: #47008B;
}
.menuAnchor {
  text-decoration: none;
  background-color: white;
  color: #47008B;
}
.menuLabel {
  margin-left: 30;
  text-indent: -10;
}
.menuImage {
}
.menuItem {
  cursor: hand; cursor: pointer;	
  font-weight: normal;
  font: 14pt sans-serif;
}
.menuItemSelected {
  cursor: hand; cursor: pointer;	
  font: bold 14pt sans-serif;
}
