body{
  margin: 0px; 
  padding: 0px; 
}

.util_main{
  width: 932px;
  position: relative;
  margin: auto;
  margin-top:4px;
  padding-top:1px;
  background-color: #afb9b9;
  color: #000000;
  font-family: arial, "lucida console", sans-serif;
  letter-spacing: 2px;
} 

.util_popup_main{
  width: 100%;
  position: relative;
  margin: auto;
  margin-top:0px;
  padding-top:1px;
  background-color: #afb9b9;
  color: #000000;
  font-family: arial, "lucida console", sans-serif;
  letter-spacing: 2px;
} 

.util_logo_area{
  width: 920px;
  height: 90px;
  position: relative;
  margin:6px;
  margin-top:5px;
  overflow:hidden;
}

.util_logo_tl, .util_logo_tr, .util_logo_bl, .util_logo_br{
  position: absolute;
  height: 60%;
  width: 60%;
}
.util_logo_tl{
  background: transparent url(img.php.png) no-repeat top left;
  top: 0px;
  left: 0px;
}
.util_logo_tr{
  background: transparent url(img.php.png) no-repeat top right;
  top: 0px;
  right: 0px;
}
.util_logo_bl{
  background: transparent url(img.php.png) no-repeat bottom left;
  bottom : 0px;
  left: 0px;
}
.util_logo_br{
  background: transparent url(img.php.png) no-repeat bottom right;
  bottom : 0px;
  right: 0px;
}

/* Util Title */
.util_title {
  width: 100%;
  margin-bottom: -12px;
  margin-top: 2px;
  font-variant: small-caps;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.util_box_head, .util_box_head h2{
  background: transparent url(img.php.png) no-repeat bottom right
} 
.util_box{
  background: transparent url(img.php2.png) no-repeat bottom right
} 
.util_box_body{
  background: transparent url(img.php2.png) no-repeat bottom right;
  font-variant: normal;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  font-family: arial, "lucida console", sans-serif;
  letter-spacing: 0px;
} 

.util_box_body li{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
} 

.util_box_body a:link{color: #000000;}
.util_box_body a:active{color: #005020;}
.util_box_body a:visited{color: #005020;}
.util_box_body a:hover{color: #008060;}

.util_box{
/*  width:908px !important;
  width: 904px; */
  width:100%;
  padding-right: 0px;
  margin: 10px auto;
  margin-bottom: 0px;
} 
.util_box_head{
  background-position: top right;
  margin-right: -0px;
  padding-right: 10px
} 
.util_box_head h2{
  background-position: top left;
  margin: 0;
  border:0;
  padding:2px 0 2px 10px;
  height: auto !important;
  height:1%;
  color:#ffffff;
  font-variant: small-caps;
  font-size: 24px;
  font-weight: bold;
}
.util_box_body{
  background-position: bottom left;
  margin-right: 4px;
  padding: 2px 0px 5px 4px
} 

.util_copyright{
  text-align: center;
  padding: 2px;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  color: #000000;
  font-family:arial, "lucida console", sans-serif; 
}
.util_copyright a:link, .util_copyright a:visited{
  color: #003333;
}
.util_copyright a:active, .util_copyright a:hover{
  color: #006666;
}