@charset "UTF-8";
/* CSS Document */

body {
	background:#fff url(../images/bg.gif) repeat-x top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}

h1 {
	font-size:14px;
	color: #993366;
	}
h2 {
	font-size:14px;
	}	
	
.lc1 {
	margin-top: 7px;
	color: #20869E;		
}

#faq li{
	margin: 10px 0 10px 0;
}	

#main{
	width:702px;
	padding:0; margin:0 auto;
}

#top{
	width:702px;
	height:89px;
	background:url(../images/top.png) no-repeat;
}

.disc {
	font-size:9px;
}



#menu{
	width:530px;
	float:right;
}

#menu ul{
	margin: 40px 0 0 0;
}

#menu li{
	display:inline;
	margin: 0 27px 0 0px;
}

#menu li a{
	color:#000000;
	text-decoration:none;
}

#menu li a:hover{
	color: #663366;
	text-decoration:none;
}





#content{
	float:left;
	width:702px;
	background:#FFF;
}

#ctl{
	float:left;
	width: 180px;
	border-right: thin dotted #999;
}

#ctl li{
	list-style: url(../images/pim2.gif);
	margin: 5px 0 5px 0;
}

#ctl a{
	color:#663399;
}
#ctl a:hover{
	color:#000;
	
}

#red li a{
	color:#000;
}

#red li a:hover{
	color:#3399FF;
}

#ctr{
	float:left;
	width:500px;
	margin: 0 0 0 10px;
}

#footer {
	width:680px;
	float:left;
	margin: 15px;
	border-top:thin dotted #999;
	
}

#footer li{
	display:inline;
	margin:20px;
	}

#footer li a{
	color:#000000;
}

#footer li a:hover{
	color: #663366;
}

#footer p{
	align: center;
}

