BODY {
  background-color: #777777;
	margin-top: 0px;
	margin-left: 0px;
  font-family: Arial;
  font-size: 10pt;
  background-image: url(images/design/bg.jpg);
  background-position: top center;
  background-repeat:no-repeat;
}

a {
	color: #000000;
}
a:hover {
  color: #c42a2a;
	text-decoration: none;
}

.navigation{
  background-image: url(images/design/navr.gif);
  height: 31px;
  width: 228px;
}

.navigationon{
  background-image: url(images/design/navrover.gif);
  height: 31px;
  width: 228px;
}

.navifont{
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 5px;
}

.subnavigation{
  background-image: url(images/design/navsub.gif);
  height: 24px;
  width: 228px;
}

.subnavigationfont{
  display: block;
  padding-left: 20px;
  padding-top: 3px;
  font-family: Tahoma;
  font-size: 9pt;
  font-weight: bold;
  color: #000000;
}

.subnavigationfont:HOVER{
  color: #007bc5;
}

.toplinks{
  display: block;
  float: left;
  background-color: #c42a2a;
  width: 121px;
  height: 24px;
  color: #ffffff;
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.toplinks:HOVER{
  color: #ffffff;
  text-decoration: underline;
}

.membernavi{
  color: #ffffff;
}

.partner {
  margin-left: 40px;
  padding-top: 6px;
}

.partnerfont {
  font-weight: bold;
}

.input1 {
  background-image: url(images/input/i1.gif);
  border-style: solid;
  border-width: 1px;
  border-color: #4e4e4e;
  width: 170px;
  height: 17px;
  color: #ba2b1e;
  font-size: 10pt;
  font-weight: bold;
  font-family: Verdana;
  padding-left: 5px;
  padding-top: 3px;
}

.input2 {
  border-style: solid;
  border-width: 1px;
  border-color: #949494;
  width: 320px;
  height: 17px;
  color: #ba2b1e;
  font-size: 10pt;
  font-weight: bold;
  font-family: Verdana;
  padding-left: 5px;
}

.input3{
  border-style: solid;
  border-width: 1px;
  border-color: #626262;
  color: #1083c9;
  font-family: Tahoma;
  font-size: 8pt;
  padding: 3px;
}

.input4{
  border-style: solid;
  border-width: 1px;
  border-color: #9d9d9d;
  color: #ffffff;
  background-color: #c42a2a;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 8pt;
  padding: 3px;
}

#maincss {
  float: left;
  width: 522px;
}

* html #maincss {
  float: left;
  width: 514px;
}