/* CSS Document */
/* page 02 */
div#header-page
{
 background-image:  url("../imgs/page02/header-bg.gif");
 background-repeat:repeat-x;
 height:79px;
 margin-bottom:5px;
}



div#leftmenu
{
  background-color:#f5f5f5;
  height:100%;
}
div#leftmenu-head
{
 height:10px;
 background-color:white;
 background-image: url("../imgs/page02/menuhead.gif");
 background-repeat:no-repeat;
}


div#leftmenu-foot
{
 height:7px;
 background-color:white;
 background-image: url("../imgs/page02/menufoot.gif");
 background-repeat:no-repeat;
}


ul.menulist
{}

ul.menulist li
{
 list-style:none;
 padding-left:15px;
 margin-bottom:10px;
 background-image: url("../imgs/base/listcap-gray.gif");
 background-position: 5px 50%;
 background-repeat:no-repeat;
}


div.content
{
 margin:0px 0px 20px 0px;
}