#main {
	width: 650px;
	text-align: left;
	font-size: 12px;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid black;
}

.header {
	width: 100%;
}

.header ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

.header-left {
	width: 50%;
	float: left;
	text-align: left;
	padding-bottom: 40px;
}

.header-right {
	width: 50%;
	float: left;
	text-align: right;
	padding-bottom: 40px;
}

.title {
	clear: both;
	text-align: center;
	border: 1px solid #AAAAAA;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
}

.section {
	padding-top: 20px;
}

.section-header {
	font-weight: bold;
	font-style:italic;
	font-size: 16px;
	border-bottom: 1px solid #AAAAAA;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.period {
	font-weight: bold;
}

.subsection {
	padding-left: 50px;
}

.subsection-title {
	font-weight: bold;
}

.subsection-content {
	padding-bottom: 20px;
	color: #555555;
}
