/* CSS Document */
body{background:#ffffff;}
select{margin:0px;padding:0px;width:150px;background:#D2E1B7;color:#1D5902;font-size:12px;}
div#main{
  width:778px;
  margin-right:auto; margin-left:auto;
  background:url("../images/bg_left.gif") #FFffff repeat-y; 
}

div#left{
  width:178px;
  float:left;
  background:url("../images/bg_left.gif") #FFffff repeat-y; 
}
div#submenu{
}
div#subname{
  background:url("../images/bg_subname.gif") #FFC338 no-repeat;  
  height:66px;
  color:#ffffff;
  font-weight:bold;
  text-align:right;
  font-size:14px;
  padding-top:25px;
  padding-right:25px;
}
div#subname1{
  background:url("../images/bg_subname.gif") #FFC338 no-repeat;  
  height:41px;
  color:#ffffff;
  font-weight:bold;
  text-align:right;
  font-size:14px;
  padding-top:25px;
  padding-right:25px;
}


div#submenu ul{
   list-style-type:none;
   list-style-position:inside;
   background:url("../images/bg_subson.gif") transparent repeat-y;
   margin:0px;
   padding-left:0px;
   padding-right:0px;
}

div#submenu ul li{
  text-align:left;
  margin-left:0px!important;margin-left:-15px;
}
div#submenu ul li a{
	background: url(../images/arrow1.gif) no-repeat 10% 45%;
	color: #333;
	border-bottom: solid 1px #CCC;
	padding:8px 30px 0 40px;
	text-decoration:none;
	display:block;
	height:30px;
}

div#submenu ul li a:hover{
	background: url(../images/arrow2.gif) #ffffff no-repeat 10% 50%;
	color: #FF9000;
	text-decoration:none;
	border-bottom: solid 1px #FF8C38;
}

div#submenu ul li a.currently{
	background: url(../img/arrow1.gif) no-repeat 0 50%;
	color: #CC0000;
	font-weight: bold;
}


div#search{margin-left:3px;  margin-top:10px;margin-bottom:10px;}
div#searchheader{
  height:30px;
  background:url("../images/bg_search.gif") transparent no-repeat;
  font-weight:bold;
  text-align:right;
  font-size:14px;
  padding-top:8px;
  padding-right:18px;}
  
div#link{margin-left:0px;margin-top:10px;margin-right:0px;margin-bottom:20px;}
div#linkheader{
  background:url("../images/bg_link.gif") transparent repeat-x;
  height:30px;
  font-weight:bold;
  font-size:14px;
  color:#ffffff;
  text-align:right; 
  padding-top:5px; 
  padding-right:5px;
}

div#right{background:#ffffff;width:600px;float:right;}



div#detail{background:#ffffff;
}

div#title{
  background:#8DB400;
  padding-top:40px;
  padding-bottom:10px;
  padding-left:20px;
  font-weight:bold;
  color:#ffffff;
  text-align:left;
  font-size:14px;
  width:600px;
}

div#detail ul{
  margin-left:-25px!important;margin-left:20px;
  padding-right:20px;
}

div#detail ul li{
  border-bottom:1px #cccccc dotted;
  list-style-position:inside;
  padding:5px;
  text-align:left;
  color:#339933
}

div#detail ul li a{
  color:#333333;
  text-decoration:none;
}

div#detail ul li a:hover{
  color:#000000;
  text-decoration:underline;
}

div#content{margin:20px;text-align:left;line-height:20px;}

div#page{
  list-style-position:inside;
  padding:3px;
  color:#3E6900;
  background:#f1f1f1;
  margin:10px;
}

div#page a{
  color:#333333;
  text-decoration:underline;
}

div#page a:hover{
  color:#000000;
  text-decoration:none;
}

.red{color:#C00000}

