body{
  background-color:#FFF;
  background-image:url('images/cloth1.jpg');

}

body, p, td, span, div, input, textarea{
  color:#000;
  font-family:'verdana', 'tahoma', 'arial';
  font-size:10pt;
}

#all{
  width:800px;
  /*border-right:double 5px #049838;*/
  margin-left:auto;
  margin-right:auto;
}

#copyright{
  font-size:10pt;
  color:#AAA;
  text-align:center;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.nav_link{
  width:100%;
  padding:7px;
  background-image:url(images/nav_link_bg.gif);
  background-position: right;
  background-repeat: no-repeat;
  font-size:10pt;
  text-align:center;
  margin-left:5px;
  text-decoration:none;
  color:#000;
  font-family:'verdana';
}

.nav_link:hover{
  background-image:url(images/nav_link_bg_hover.gif);
  background-position: right;
  background-repeat: no-repeat;
}

.content{
  width:760px;
  margin-left:auto;
  margin-right:auto;
}

#main_banner{
  width:760px;
  border:0px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

#page_nav{
  width:760px;
  border:0px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  display:block;
  margin-top:10px;
}

#page_header{
  font-weight:bold;
  font-size:12pt;
  color:#009933;
  display:block;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  margin-top:8px;
}
.center{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.content img{
  padding:10px;
}

.timeline{
  width:760px;
}
.timeline .event{
  vertical-align:top;
  width:30px;
  background-image:url('images/timeline/straight.png');
  background-repeat:repeat-y;
  text-align:left;
  padding:0px;
  margin:0px;
}
.timeline .event img{
  margin-top:4px;
  padding:0px;
  width:30px;
  height:17x;
}
.timeline .description{
  vertical-align:top;
  width:760px;
  padding:3px;
}
.timeline .date{
  font-size:12pt;
  font-weight:900;
}
.timeline .title{
  font-weight:bold;
  margin-left:10px;
}
.timeline .line{
  height:1px;
}
.timeline .line div{
  height:1px;
  width:16px;
  margin-left:7px;
  background-color:#000;
}

.border1{
  border-collapse:collapse;
}

.border1 th{
  background-color:#aaa;
  border:solid 2px #444;
  padding:3px;
}

.border1 td{
  border:solid 2px #444;
  padding:3px;
}

.msg_sucess{
  font-weight:bold;
  color:#0a0;
}

.msg_error{
  font-weight:bold;
  color:#f00;
}




