body{
	font: 80% Arial, Helvetica, sans-serif;
	color:#333;
}

#main{	
}
h1{
	color:#fff;
	font-weight:400;
	font-size:1.7em;
	}
#nav ul{
	margin:0;
	padding:0;
	font-weight:bold;
	padding-left:13px;
	list-style:none;
}

#nav ul a{
	font-size:1.3em;
	line-height:1.4em;
	color:#624093;
	text-decoration:none;
}
#nav ul ul{
	margin-left:-12px;
	color:#fff;
	font-size:1em;
	}
#nav ul ul a{
	font-size:1em;
	line-height:1.3em;
	color:#fff;
	text-decoration:none;
}
div#text{
	color:#333;
	font-size:90%;
}
h2{
	font-weight:400;
	margin-bottom:1em;
	color:#EC008C;
}

hr{
	border: none 0; 
	width:100%;
	border-top: 1px solid #fff;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

h3{
	margin-top:2em;
	margin-bottom:.2em;
	font-size:1.1em;
	color:#512A89;
}

a{
	color:#512A89;
	text-decoration:none;
}
p{
margin-top:0px;}

p.staff{
margin-left:92px;
}
h4.staff{
font-size:1em;
margin:0;
margin-left:92px;
}

p.caption{
	font-size:.8em;
}

ul{margin:0px;padding:0px;
padding-left:2em;}

a.question{
	display:block;
	color:#512A89;
	margin:1em 0 1em 0;
	font-weight:bold;
	}
	
table.faq{
	width:98%;
	border-collapse:collapse;
}

table.faq td{	
	padding:5px;
	border:1px solid #333;
}

.hmd{
	float:right;
	padding-top:2px;
	padding-right:2px;
	clear:both;
	text-align:right;
	font-size:.8em;
	background:#fff;
	color:#666666;
	width:160px;
}

span.highlight{
	color:#330099;
	}
