/* CSS Document */
/* page 01 */
div#header-page
{
	background-image:  url(../imgs/top/header-bga.gif);
	background-repeat:repeat-x;
	height:140px;
	margin-bottom:5px;
	margin-right: auto;
	margin-left: auto;
}



div#leftmenu
{
  background-color:#F0FCFF;
  height:100%;
}
div#leftmenu-head
{
 height:10px;
 background-color:white;
 background-image: url("../imgs/page01/menuhead.gif");
 background-repeat:no-repeat;
}


div#leftmenu-foot
{
 height:7px;
 background-color:white;
 background-image: url("../imgs/page01/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-blue.gif");
 background-position: 5px 50%;
 background-repeat:no-repeat;
}


div.content
{
 margin:0px 0px 20px 0px;
}
div#headerLink02 {
	font-size:9px;
	color:#666666;
}
