/* CSS Document */

#contents {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

#contents #main{
	float:right;
	width:750px;
}

#main h3{
	margin-bottom:10px;
}

#main .copy{
	margin-bottom:20px;
	font-size: 16px;
	line-height: 24px;
	background-color: #E8F3FF;
	color: #06C;
	padding: 10px;
	font-weight: bold;
}

#main p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}

#outline {
	margin-bottom:30px;
}

#outline h4{
	height:25px;
	line-height:25px;
	background:url(../search/images/list_h2.gif) repeat-x;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#outline table {
	border-collapse:collapse;
	background-color: #FFF;
	width: 100%;
}

#outline table th,
#outline table td {
	padding:15px;
	font-size:14px;
	line-height:20px;
	border:1px #CCC solid;
}

#outline table th {
	background:#EEE;
	text-align:center;
	font-weight:normal;
	width:100px;
}

#contactBn {
	margin-bottom:50px;
}