h2 {
	margin-top: 32px;
}

#main {
	line-height: 150%;
}

#main h3 {
	width: 635px;
	font-size: 1.3em;
	margin: 30px auto 10px auto;
	border-left: 10px solid #B0C4DE;
	height: 30px;
	padding: 8px 0px 0px 5px;
}

#main table {
	border: 1px solid #CCCCCC;
	margin: 0px auto 0px auto;
}

#main table th {
	background-color: #B0C4DE;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	height: 50px;
	width: 150px;
}

#main table td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/*
#main {
	float: right;
	width: 550px;
}

#leftside {
	float: right;
	width: 190px;
	margin-right: 15px;
}

#leftside ul li {
	width: 198px;
	height: 15px;
	padding: 3px 3px 3px -80px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	list-style-type: none;
}

#leftside ul li a {
	background: url('/img/submenuicon.gif') 4px 3px no-repeat;
	text-decoration: none;
	display: block;
	padding-left: 20px;
}

#leftside ul li a:hover {
	background-color: #99CCCC;
}
*/