/* CSS Document */

#first span
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	line-height: 20px;
	
    display:block;
    padding-top:10px;
}
ul
{
   padding:0px;
   margin:0px;
}
.linkSpace
{
  height:33px;
}
.demoLink
{
  /* margin-bottom:30px;*/
  
}
.headText
{
   padding-bottom:0px;
   margin:0px;
}
#first ul li{
    background-image:url(../image/dot.jpg);
	background-repeat:no-repeat;
	background-position:0px 9px;
	padding-left:12px;
	font-size:12px;
	color:#505050;
	line-height:22px;
	}
#first .demo{
	width:inherit;
	text-align:right;
	padding-top:50px;
	}
#second 
{
  margin-top:20px;
  border-top:solid 2px #c3dcaf;

}
#second .headText
{
  padding-top:20px;
  font-weight:bold;
   font-size:14px;
     padding-bottom:10px;
}
#second ul
{
  padding-top:10px;
}
#second ul li
{
  padding-bottom:10px;
  padding-left:12px;
  background:url(image/icon.jpg) no-repeat left 7px;
}
#second ul li span
{
  color:#235000;
  font-weight:bold;
}
#moduleList{
 padding-top:42px;
 width:130px;
 height:390px;
 background-image:url(image/moduleList.jpg);
 background-repeat:no-repeat;
}

#moduleList ul
{
 margin:0px;
 padding:0px;
}

#moduleList ul li
{
 height:23px;
 font-size:12px;
 display:block;
 text-indent:25px;
 color:#004b87;
}

#moduleList ul #focus
{
	background-image: url(image/arrowhead.jpg);
	background-repeat: no-repeat;
	background-position: 12px 4px;
}

#moduleList a:link{font-weight : normal;text-decoration : none ;color : #515151 ;}
#moduleList a:visited {font-weight : normal;text-decoration : none ;color : #515151 ;}
#moduleList a:hover {font-weight : normal;text-decoration : underline ;color : #515151 ;}
#moduleList a:active {font-weight : normal;text-decoration : none ;color : #515151;} 	

