body {
  background: #FFFFFF;
  color: #000000;
	font: 13px verdana;
}

img.nobd {
  border: 0px;
}

img.bd {
  border-width: 2px;
  border-style: solid;
  border-color: #000000;
}

a {
  font-weight: bold;
	text-decoration: none;
  color: #000000;
}

a:visited {
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
}

hr.header {
	width: 100%;
}

#header-row {
  height: 2em;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}

#header {
  text-align: left;
  width: 50%;
}

#menu {
  text-align: left;
  width: 50%;
  top: 0;
  left: 550px;
  font: 16px verdana;
  padding-left: 25px;
}

#main {
  text-align: left;
  width: 100%;
  top: 200;
}


#page {
  width: 100%
  height: 100%;
}

#footer {
  height: 50px;
  width: 100%;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  text-align: right;
  padding-right: 10px;
}