*{
  margin: 0px;
  font-family: Arial;
  font-size: 11px;
  color: #660000;
  scrollbar-face-color: #CC0000;
  scrollbar-highlight-color: #CC0000;
  scrollbar-darkshadow-color: #CC0000;
}

body {
  margin: 0px;
  background-color: #CC0000;
  font-family: Arial;
  font-size: 11px;
}

input {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  font-family: Arial;
  font-size: 10px;
}

#globalContainer {
  position: absolute;
  width: 760px;
  left: 50%;
  top: 0%;
  margin-left: -380px;
  margin-top: 0px;
}

#navigation {
  position: relative;
  width: 760px;
  height: 250px;
  left: 0px;
  top: 0px;
}
#content {
  position: relative;
  width: 760px;
  left: 0px;
  top: 0px;
}

#content_bg {
  position: absolute;
  width: 760px;
  left: 0px;
  top: 0px;
  z-layer: -1;
}
#content_text {
  position: absolute;
  width: 530px;
  left: 0px;
  top: 0px;
  margin-left: 190px;
  margin-top: 15px;
  z-layer: 1;
}
#content_img {
  position: absolute;
  width: 200px;
  left: 0px;
  top: 0px;
  margin-left: 0px;
  margin-top: 0px;
}

#bottom {
  position: relative;
  width: 760px;
  height: 80px;
  left: 0px;
  top: 490px;
}

#footer {
 position: absolute;
 width: 760px;
 height: 60px;
 left: 0px;
 top: 744px;
}

.errfield {
  color: #ff0000
}
.whitelink {
	color: #FFFFFF;
}