* {
  border: 0;
  margin: 0;
  padding: 0;
}

BODY {
  width: 100%;
  height: 100%;
  background-color: #dff2ff;
  color: #000000;
  font-family: Arial;
  font-size: 11px;
  display: block;
  /*
  background-image: url(../img/bg_main.jpg);
  background-repeat: repeat;
  */
}

H1 {
  font-size: 25px;
  padding-top: 10px;
}

H2 {
  font-size: 20px;
  padding-top: 20px;
}

H3 {
  font-size: 14px;
}

P {
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 5px;
}

UL {
  list-style-type: none;
}

UL LI {
 padding-left: 10px;
}

A {
  color: #000000;
}

A:Hover {
  color: #000000;
}

A:VISITED {
  color: #000000;
}

TD {
 vertical-align: top;
}

TABLE.content_holder {
  border: 2px solid #000000;
  /* position: absolute; */
  margin-left: auto;
  margin-right: auto;   
  /*
  top: 50%;
  margin-top: -320px;
  left: 50%;
  margin-left: -458px;
  */

  width: 916px;
  height: 640px;
  background-color: #F6F5F3;
}

DIV.main_logo {
  display: inline;
}

IMG.main_logo {
  top: 1px;
  left: 1px;
}

TD.mainmenu_holder {
  background-color: #ffffff;
}

DIV.mainmenu_holder {
  display: inline;
  padding-left: 220px;
}

IMG.mainmenu_item {
  padding: 0;
  margin: 0;
}

A.mainmenu_item {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
}

A.mainmenu_item:hover {
  text-decoration: overline;
}

IMG.mainmenu_item1 {
  margin-left: 150px;
}

.leftfloat {
  float: left;
}

.rightfloat {
  float: right;
}

.boder {
  border: 1px solid red;
}

.bg_squares {
  background-image: url('../img/decor_squares.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
}