@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:none;
}

/*--about--*/

#about p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	color:#330000;
	margin:20px 0 0 135px;
	width:750px;
	clear:left;
}

#about h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:130%;
	margin:10px 0 -10px 135px;
	color:#330000;
}

*html #about h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:130%;
	margin:10px 0 0 135px;
	color:#330000;
}

*+html #about h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:130%;
	margin:10px 0 0 135px;
	color:#330000;
}

#about a{
	color:#FF6600;
	text-decoration:none;
}

#about a:hover{
	color:#0066FF;
	text-decoration:none;
}

#about ul{
	margin:5px 0 50px 145px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#330000;
	border:solid 1px #330000;
	padding:10px 10px 10px 20px;
}

#about li{
	list-style:none;
	width:700px;
	margin:10px 0;
}

#about li a{
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
}

#about li a:hover {
	color:#0066FF;
	text-decoration:none;
	font-weight:bold;
}

#about  li .nm{
	font-weight:bold;
	color:#330000;
	margin:7px 0 3px 0;	
	font-size:14px;
}

#about li .dp{
	margin:-20px 0 5px 0;
}

#about li .dp02{
	margin:0 0 5px 0;
}

#about li .jobnm{
	font-weight:bold;
}

#about li .jobtitle{
	font-style:italic;
}

	