﻿@charset "utf-8";
/* CSS Document */

@import url("index.css");

/* #aboutUs-siteArea */
h3 {
	background-image: url(/about/images/point01.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 4px;
}

p, .group{
	padding: 0px;
	line-height: 148%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 24px;
	color: #333333;
}
	.group a{
		background-image:url(/images/go2Ext.gif);
		background-repeat:no-repeat;
		background-position:0px 0.1em;
		padding:0px 0px 0px 14px;
	}
	
	.group a:hover{
		background-image:url(/images/go2Ext_f2.gif);
	}
	
#msgBox {
	width:637px;
}

	#msgBox p {
		padding: 0px;
		margin: 0px 10px 10px 10px;
		line-height: 148%;
	}
	


#mainPane  dl {
	padding:2px 0pt 0pt 2pt;
}

#mainPane  dl dt {
	clear:left;
	color:#333333;
	float:left;
	padding:1px 1px 1px 20px;
	width:150px;
}

#mainPane  dl dd {
	margin-bottom:1px;
	padding:1px 0px 1px 0px;
	border-bottom:1px solid #ffffff;
}

	
	
	

