div,form, body, table, tr, th, td, div, img, a {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  text-decoration: none;
  font-style: normal;
  font-family: Tahoma, Verdana, Arial;
  font-weight:100;
  font-size:12px;
  color:#FFFFFF;
}

BODY{
  background-color:#8C97A8;
  text-align:center;
}

A {
  color:#FFFFFF;
}

A:Hover{
  text-decoration:underline !important;
  color: #ff5f00 !important;
}

#menu A{
  font-size:12px;
  font-weight:bold;
}

#menu A:Hover{
  text-decoration: none;
  color: #ff0000;
}

input{
  padding:0px;
  margin:0px;
  border-width:0px;
}

#menu{
  height:27px;
  width:800px;
  text-align:center;
  background-image:url("menubg1.gif");
}

#subMenuLine{
  background-image:url("menubg2.gif");
  height:8px;
  width:800px;
}

#rightTopEl{
  background:url("righttopel.gif") right top no-repeat;
  height:329px;
  width:277px;
}

#rightBottomEl{
  background:url("rightbottom.gif") right bottom no-repeat;
  height:239px;
  width:277px;
}

#rightMiddleEl{
  background-image:url("rightmiddle.gif");
  height:100%;
  width:277px;
}

#content{
  width:523px;
  padding-top:15px;
}

#footer{
  background-image:url("footer.gif");
  width:800px;
  height:41px;
}

#container{
  width:100%;
}

#leftbg{
  width:50%;
  background-color:#8C97A8;
}

#rightbg{
  width:50%;
  background-color:#4A6984;
}