@charset "utf-8";
/* CSS Document */

body{
  margin:0;
  padding:0;
  background:url(images/bg_asli.jpg) 0 0 repeat-x #7ccf2a;
}
div, h1, h2, p, form, label, input, textarea, img, span{
  margin:0; 
  padding:0;
}
.spacer{
  clear:both; 
  font-size:0px; 
  line-height:0px;
}
#container{
  margin:0 auto;
  width:978px;
  /*border:thin solid #000000;*/
}
/* header */
#headerone{
  background:url(images/headerbg.jpg) 0 0 no-repeat;
  width:974px;
  height:50px;
}
#headertwo{
  background:url(images/headerbg2.jpg) 0 0 no-repeat;
  width:974px;
  height:224px;
}
/* end of header */
/* top menu */
#boxtopmenu{
  height:43px;
}

#topmenu{
  padding:10px 40px 0 0;
  background:url(images/topmenu.jpg) 1px 0 repeat-x;/* url(images/menubg.jpg)*/
  float:left;
  width:934px;
  height:34px;
  color:#FFFFFF;
  /*border:1px solid red;*/
}
#topmenu a{
  text-decoration:none;
  font-size:14px;
  font-family:Arial;
  font-weight:bolder;
  color:#FFFFFF;
}
#topmenu a:hover{
  color:#006600;
}
/* end of top menu */
/* sidebar */
#boxsidebar{
  /*background:url(images/sidebarbgbottom.jpg) 0 0 repeat-y;*/
  width:244px;
  float:left;
  /*border:1px solid red;*/
}
#boxmenu{
  /*background:url(images/headmenu.jpg) 0 0 no-repeat #f6fdf5;*/
  background:#f6fdf5;
  margin-left:2px;
  border:2px #66CDAA solid;
  width:159px;
}
#headmenu{
  padding:4px 0 0 6px;
  background:url(images/headmenu.jpg) 0 0 no-repeat;
  width:159px;
  height:19px;
  font-family:Trebuchet MS;
  font-weight:bold;
}
#menucontent{
  padding:0;
}
#sidebar{
  margin-left:1px;
  background:url(images/sidebar.jpg) 0 0 no-repeat;
  width:253px;
  /*height:848px;*/
  float:left;
  background-position:top;
}
#sidebarcontent{
  padding:0 0 0 50px;
}
#sidebarcontent a{
  text-decoration:none;
  font-family:verdana, Arial;
  font-size:10px;
  font-weight:bold;
  color:#333333;
}
#sidebarcontent a:hover{
  color:#009900;
  text-decoration:underline;
}
.linkclass{
  /*padding:2px 2px 2px 10px;*/
  font-family:Arial;
  font-size:8px;
  /*font-weight:bolder;
  display:block;
  width:150px;
  border:1px solid #006666;
  background:#66CC99;*/
  color:#FFFFFF;
}
.linkclass a{
  color:#FFFFFF;
  text-decoration:none;
}
.linkclass a:hover{
  color:#FFFF00;
  background:#FFFFFF;
  text-decoration:underline;
}
/* end of sidebar */

/* content */
#containercontent{
  background:url(images/bgcontent.jpg) 1px 0 repeat-y;
  width:974px;
}
#content{
  background:url(images/contentbg.jpg) 0 0 repeat-y;
  width:726px;
  float:left;
}
#boxtext{
  padding:10px 10px 10px 50px;
  float:left;
  color:#000;
  font-family:arial;
  font-size:12px;
  width:550px;
  word-spacing:5px;
}
#boxtext a{
  color:#003EBA;
  text-decoration:none;
  border-bottom:thin dashed #003EBA;
  font-family:Trebuchet MS, Arial;
  font-weight:bolder;
  font-size:20px;
  text-transform:uppercase;
}
#boxtext a:hover{
  color:#FF8356;
  border:none;
}

#boxtext a.links{
  font-size:14px;
}
#boxtext a.links:link {color: #5D7CBA;}
#boxtext a.links:visited {color: #5D7CBA}
#boxtext a.links:hover {color: #FFB600}
/* end of content */

/* footer */
#footer{
  background:url(images/footer.jpg) 1px 0;
  width:974px;
  height:92px;
}
/* end of footer */





